/openbmc/linux/net/rfkill/ |
H A D | input.c | 221 struct input_handle *handle; in rfkill_connect() local 225 if (!handle) in rfkill_connect() 228 handle->dev = dev; in rfkill_connect() 229 handle->handler = handler; in rfkill_connect() 230 handle->name = "rfkill"; in rfkill_connect() 244 input_unregister_handle(handle); in rfkill_connect() 246 kfree(handle); in rfkill_connect() 262 handle->dev->sw)); in rfkill_start() 269 input_close_device(handle); in rfkill_disconnect() 270 input_unregister_handle(handle); in rfkill_disconnect() [all …]
|
/openbmc/linux/fs/smb/server/ |
H A D | transport_ipc.c | 62 unsigned int handle; member 246 if (handle >= 0) in ipc_msg_handle_free() 259 if (handle != entry->handle) in handle_response() 491 if ((int)handle < 0) in ipc_msg_send_request() 499 entry.handle = handle; in ipc_msg_send_request() 558 ipc_msg_handle_free(req->handle); in ksmbd_ipc_login_request() 710 req->handle = handle; in ksmbd_rpc_open() 732 req->handle = handle; in ksmbd_rpc_close() 755 req->handle = handle; in ksmbd_rpc_write() 779 req->handle = handle; in ksmbd_rpc_read() [all …]
|
/openbmc/linux/drivers/perf/ |
H A D | arm_spe_pmu.c | 464 if (!handle->size) in __arm_spe_pmu_next_off() 468 tail = PERF_IDX2OFF(handle->head + handle->size, buf); in __arm_spe_pmu_next_off() 489 if (handle->wakeup < (handle->head + handle->size) && head <= wakeup) in __arm_spe_pmu_next_off() 495 arm_spe_pmu_pad_buf(handle, handle->size); in __arm_spe_pmu_next_off() 561 handle->head = offset; in arm_spe_perf_aux_output_end() 657 if (!perf_get_aux(handle)) in arm_spe_pmu_irq_handler() 781 struct perf_output_handle *handle = this_cpu_ptr(spe_pmu->handle); in arm_spe_pmu_start() local 819 struct perf_output_handle *handle = this_cpu_ptr(spe_pmu->handle); in arm_spe_pmu_stop() local 1182 spe_pmu->handle); in arm_spe_pmu_dev_init() 1259 spe_pmu->handle = alloc_percpu(typeof(*spe_pmu->handle)); in arm_spe_pmu_device_probe() [all …]
|
/openbmc/qemu/disas/ |
H A D | capstone.c | 80 cs_option(*handle, CS_OPT_SKIPDATA_SETUP, in cap_disas_start() 96 cap_insn = cs_malloc(*handle); in cap_disas_start() 98 cs_close(handle); in cap_disas_start() 181 csh handle; in cap_disas_target() local 233 cs_close(&handle); in cap_disas_target() 240 csh handle; in cap_disas_host() local 262 cs_close(&handle); in cap_disas_host() 270 csh handle; in cap_disas_monitor() local 314 cs_close(&handle); in cap_disas_monitor() 323 csh handle; in cap_disas_plugin() local [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | si_ih.c | 159 static int si_ih_early_init(void *handle) in si_ih_early_init() argument 168 static int si_ih_sw_init(void *handle) in si_ih_sw_init() argument 180 static int si_ih_sw_fini(void *handle) in si_ih_sw_fini() argument 189 static int si_ih_hw_init(void *handle) in si_ih_hw_init() argument 196 static int si_ih_hw_fini(void *handle) in si_ih_hw_fini() argument 205 static int si_ih_suspend(void *handle) in si_ih_suspend() argument 212 static int si_ih_resume(void *handle) in si_ih_resume() argument 219 static bool si_ih_is_idle(void *handle) in si_ih_is_idle() argument 230 static int si_ih_wait_for_idle(void *handle) in si_ih_wait_for_idle() argument 236 if (si_ih_is_idle(handle)) in si_ih_wait_for_idle() [all …]
|
H A D | tonga_ih.c | 286 static int tonga_ih_early_init(void *handle) in tonga_ih_early_init() argument 300 static int tonga_ih_sw_init(void *handle) in tonga_ih_sw_init() argument 317 static int tonga_ih_sw_fini(void *handle) in tonga_ih_sw_fini() argument 327 static int tonga_ih_hw_init(void *handle) in tonga_ih_hw_init() argument 339 static int tonga_ih_hw_fini(void *handle) in tonga_ih_hw_fini() argument 348 static int tonga_ih_suspend(void *handle) in tonga_ih_suspend() argument 355 static int tonga_ih_resume(void *handle) in tonga_ih_resume() argument 362 static bool tonga_ih_is_idle(void *handle) in tonga_ih_is_idle() argument 373 static int tonga_ih_wait_for_idle(void *handle) in tonga_ih_wait_for_idle() argument 408 static int tonga_ih_pre_soft_reset(void *handle) in tonga_ih_pre_soft_reset() argument [all …]
|
H A D | cik_ih.c | 286 static int cik_ih_early_init(void *handle) in cik_ih_early_init() argument 300 static int cik_ih_sw_init(void *handle) in cik_ih_sw_init() argument 314 static int cik_ih_sw_fini(void *handle) in cik_ih_sw_fini() argument 324 static int cik_ih_hw_init(void *handle) in cik_ih_hw_init() argument 331 static int cik_ih_hw_fini(void *handle) in cik_ih_hw_fini() argument 340 static int cik_ih_suspend(void *handle) in cik_ih_suspend() argument 347 static int cik_ih_resume(void *handle) in cik_ih_resume() argument 354 static bool cik_ih_is_idle(void *handle) in cik_ih_is_idle() argument 365 static int cik_ih_wait_for_idle(void *handle) in cik_ih_wait_for_idle() argument 381 static int cik_ih_soft_reset(void *handle) in cik_ih_soft_reset() argument [all …]
|
/openbmc/linux/lib/ |
H A D | stackdepot.c | 62 union handle_parts handle; member 306 stack->handle.valid = 1; in depot_alloc_stack() 307 stack->handle.extra = 0; in depot_alloc_stack() 446 retval.handle = found->handle.handle; in __stack_depot_save() 448 return retval.handle; in __stack_depot_save() 463 union handle_parts parts = { .handle = handle }; in stack_depot_fetch() 480 if (!handle) in stack_depot_fetch() 524 union handle_parts parts = { .handle = handle }; in stack_depot_set_extra_bits() 527 if (!handle) in stack_depot_set_extra_bits() 531 return parts.handle; in stack_depot_set_extra_bits() [all …]
|
/openbmc/linux/include/trace/events/ |
H A D | qdisc.h | 27 __field( u32, handle ) 39 __entry->handle = qdisc->handle; 45 __entry->ifindex, __entry->handle, __entry->parent, 60 __field(u32, handle) 69 __entry->handle = qdisc->handle; 87 __field( u32, handle ) 94 __entry->handle = q->handle; 99 TC_H_MAJ(__entry->handle) >> 16, TC_H_MIN(__entry->handle)) 112 __field( u32, handle ) 119 __entry->handle = q->handle; [all …]
|
/openbmc/u-boot/arch/mips/dts/ |
H A D | luton_pcb090.dts | 63 phy-handle = <&phy0>; 67 phy-handle = <&phy1>; 71 phy-handle = <&phy2>; 75 phy-handle = <&phy3>; 79 phy-handle = <&phy4>; 83 phy-handle = <&phy5>; 87 phy-handle = <&phy6>; 91 phy-handle = <&phy7>; 95 phy-handle = <&phy8>; 99 phy-handle = <&phy9>; [all …]
|
H A D | luton_pcb091.dts | 69 phy-handle = <&phy0>; 73 phy-handle = <&phy1>; 77 phy-handle = <&phy2>; 81 phy-handle = <&phy3>; 85 phy-handle = <&phy4>; 89 phy-handle = <&phy5>; 93 phy-handle = <&phy6>; 97 phy-handle = <&phy7>; 101 phy-handle = <&phy8>; 105 phy-handle = <&phy9>; [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | ramht.c | 31 while (handle) { in nvkm_ramht_hash() 32 hash ^= (handle & ((1 << ramht->bits) - 1)); in nvkm_ramht_hash() 33 handle >>= ramht->bits; in nvkm_ramht_hash() 45 co = ho = nvkm_ramht_hash(ramht, chid, handle); in nvkm_ramht_search() 48 if (ramht->data[co].handle == handle) in nvkm_ramht_search() 61 int chid, int addr, u32 handle, u32 context) in nvkm_ramht_update() argument 69 data->handle = handle; in nvkm_ramht_update() 108 int chid, int addr, u32 handle, u32 context) in nvkm_ramht_insert() argument 112 if (nvkm_ramht_search(ramht, chid, handle)) in nvkm_ramht_insert() 115 co = ho = nvkm_ramht_hash(ramht, chid, handle); in nvkm_ramht_insert() [all …]
|
/openbmc/linux/tools/usb/ffs-aio-example/simple/host_app/ |
H A D | test.c | 51 libusb_device_handle *handle; member 67 state->handle = NULL; in test_init() 102 ret = libusb_open(state->found, &state->handle); in test_init() 108 if (libusb_claim_interface(state->handle, 0)) { in test_init() 109 ret = libusb_detach_kernel_driver(state->handle, 0); in test_init() 116 ret = libusb_claim_interface(state->handle, 0); in test_init() 128 libusb_attach_kernel_driver(state->handle, 0); in test_init() 131 libusb_close(state->handle); in test_init() 147 libusb_release_interface(state->handle, 0); in test_exit() 149 libusb_attach_kernel_driver(state->handle, 0); in test_exit() [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | tc_flower.sh | 287 handle $index flower 902 pref 2 handle $index flower \ 909 pref 1 handle $((++index)) flower \ 912 pref 1 handle $((++index)) flower \ 915 pref 1 handle $((++index)) flower \ 918 pref 1 handle $((++index)) flower \ 921 pref 1 handle $((++index)) flower \ 938 pref 2 handle $index flower 941 pref 1 handle $index flower 1118 handle $((102 + i)) \ [all …]
|
/openbmc/linux/drivers/misc/vmw_vmci/ |
H A D | vmci_context.c | 634 if (vmci_handle_is_equal(n->handle, notifier->handle)) { in vmci_ctx_add_notification() 669 struct vmci_handle handle; in vmci_ctx_remove_notification() local 680 if (vmci_handle_is_equal(iter->handle, handle)) { in vmci_ctx_remove_notification() 901 struct vmci_handle handle; in vmci_ctx_rcv_notifications_release() local 914 handle)) { in vmci_ctx_rcv_notifications_release() 956 handle); in vmci_ctx_dbell_create() 1001 struct vmci_handle handle; in vmci_ctx_dbell_destroy_all() local 1067 handle.context, handle.resource); in vmci_ctx_notify_dbell() 1088 handle)) { in vmci_ctx_notify_dbell() 1093 handle)) { in vmci_ctx_notify_dbell() [all …]
|
/openbmc/linux/tools/usb/ffs-aio-example/multibuff/host_app/ |
H A D | test.c | 51 libusb_device_handle *handle; member 67 state->handle = NULL; in test_init() 102 ret = libusb_open(state->found, &state->handle); in test_init() 108 if (libusb_claim_interface(state->handle, 0)) { in test_init() 109 ret = libusb_detach_kernel_driver(state->handle, 0); in test_init() 116 ret = libusb_claim_interface(state->handle, 0); in test_init() 128 libusb_attach_kernel_driver(state->handle, 0); in test_init() 131 libusb_close(state->handle); in test_init() 147 libusb_release_interface(state->handle, 0); in test_exit() 149 libusb_attach_kernel_driver(state->handle, 0); in test_exit() [all …]
|
/openbmc/linux/include/linux/ |
H A D | psp-sev.h | 190 u32 handle; /* In */ member 200 u32 handle; /* In */ member 210 u32 handle; /* In */ member 222 u32 handle; /* In */ member 256 u32 handle; /* In */ member 270 u32 handle; /* In */ member 284 u32 handle; /* In */ member 302 u32 handle; /* In */ member 320 u32 handle; /* In */ member 338 u32 handle; /* In */ member [all …]
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_context.c | 42 drm_context_t handle; member 192 request->handle = NULL; in drm_legacy_getsareactx() 195 request->handle = in drm_legacy_getsareactx() 203 if (request->handle == NULL) in drm_legacy_getsareactx() 338 ctx.handle = i; in drm_legacy_resctx() 381 ctx->handle = tmp_handle; in drm_legacy_addctx() 390 ctx_entry->handle = ctx->handle; in drm_legacy_addctx() 442 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_switchctx() 465 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_newctx() 490 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_rmctx() [all …]
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_processor.c | 172 acpi_handle handle; in acpi_pcc_cpufreq_init() local 178 if (acpi_has_method(handle, "PCCH")) in acpi_pcc_cpufreq_init() 187 int __weak acpi_map_cpu(acpi_handle handle, in acpi_map_cpu() argument 331 if (acpi_has_method(pr->handle, "_PCT")) in acpi_processor_get_info() 411 pr->handle = device->handle; in acpi_processor_add() 528 status = acpi_get_type(handle, &acpi_type); in processor_physically_present() 580 if (!processor_physically_present(handle)) in acpi_processor_osc() 585 status = acpi_run_osc(handle, &osc_context); in acpi_processor_osc() 726 status = acpi_get_type(handle, &acpi_type); in acpi_processor_ids_walk() 841 acpi_handle_debug(handle, "No _CST\n"); in acpi_processor_evaluate_cst() [all …]
|
/openbmc/linux/arch/arm64/boot/dts/microchip/ |
H A D | sparx5_pcb135_board.dtsi | 378 phy-handle = <&phy0>; 385 phy-handle = <&phy1>; 392 phy-handle = <&phy2>; 399 phy-handle = <&phy3>; 406 phy-handle = <&phy4>; 413 phy-handle = <&phy5>; 420 phy-handle = <&phy6>; 427 phy-handle = <&phy7>; 434 phy-handle = <&phy8>; 441 phy-handle = <&phy9>; [all …]
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | mpic_timer.h | 29 void mpic_start_timer(struct mpic_timer *handle); 30 void mpic_stop_timer(struct mpic_timer *handle); 31 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time); 32 void mpic_free_timer(struct mpic_timer *handle); 36 void mpic_start_timer(struct mpic_timer *handle) { } in mpic_start_timer() argument 37 void mpic_stop_timer(struct mpic_timer *handle) { } in mpic_stop_timer() argument 38 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time) { } in mpic_get_remain_time() argument 39 void mpic_free_timer(struct mpic_timer *handle) { } in mpic_free_timer() argument
|
/openbmc/linux/drivers/platform/x86/intel/ |
H A D | hid.c | 277 obj = acpi_evaluate_dsm_typed(handle, &intel_dsm_guid, in intel_hid_evaluate_method() 282 acpi_handle_debug(handle, in intel_hid_evaluate_method() 297 static void intel_hid_init_dsm(acpi_handle handle) in intel_hid_init_dsm() argument 328 acpi_handle handle = ACPI_HANDLE(device); in intel_hid_set_enable() local 344 acpi_handle handle = ACPI_HANDLE(device); in intel_button_array_enable() local 471 acpi_handle handle = ACPI_HANDLE(&device->dev); in report_tablet_mode_state() local 604 acpi_handle handle = ACPI_HANDLE(&device->dev); in button_array_present() local 628 acpi_handle handle = ACPI_HANDLE(&device->dev); in intel_hid_probe() local 634 intel_hid_init_dsm(handle); in intel_hid_probe() 690 status = acpi_install_notify_handler(handle, in intel_hid_probe() [all …]
|
/openbmc/linux/fs/ext4/ |
H A D | indirect.c | 328 static int ext4_alloc_branch(handle_t *handle, in ext4_alloc_branch() argument 425 static int ext4_splice_branch(handle_t *handle, in ext4_splice_branch() argument 707 err = ext4_mark_inode_dirty(handle, inode); in ext4_ind_trunc_restart_fn() 1014 if (ext4_handle_is_aborted(handle)) in ext4_free_branches() 1049 ext4_free_branches(handle, inode, bh, in ext4_free_branches() 1071 if (ext4_handle_is_aborted(handle)) in ext4_free_branches() 1100 if (!ext4_journal_get_write_access(handle, in ext4_free_branches() 1106 ext4_handle_dirty_metadata(handle, in ext4_free_branches() 1171 ext4_free_branches(handle, inode, NULL, in ext4_ind_truncate() 1289 ext4_free_branches(handle, inode, NULL, in ext4_ind_remove_space() [all …]
|
/openbmc/linux/drivers/platform/x86/ |
H A D | classmate-laptop.c | 325 cmpc_stop_accel_v4(acpi->handle); in cmpc_accel_close_v4() 604 cmpc_stop_accel(acpi->handle); in cmpc_accel_close() 813 acpi_handle handle; in cmpc_bl_get_brightness() local 816 handle = bl_get_data(bd); in cmpc_bl_get_brightness() 827 acpi_handle handle; in cmpc_bl_update_status() local 829 handle = bl_get_data(bd); in cmpc_bl_update_status() 885 acpi_handle handle; in cmpc_rfkill_query() local 889 handle = data; in cmpc_rfkill_query() 900 acpi_handle handle; in cmpc_rfkill_block() local 904 handle = data; in cmpc_rfkill_block() [all …]
|
/openbmc/linux/drivers/iommu/ |
H A D | iommu-sva.c | 62 struct iommu_sva *handle; in iommu_sva_bind_device() local 70 handle = kzalloc(sizeof(*handle), GFP_KERNEL); in iommu_sva_bind_device() 71 if (!handle) in iommu_sva_bind_device() 101 handle->dev = dev; in iommu_sva_bind_device() 102 handle->domain = domain; in iommu_sva_bind_device() 104 return handle; in iommu_sva_bind_device() 110 kfree(handle); in iommu_sva_bind_device() 126 struct iommu_domain *domain = handle->domain; in iommu_sva_unbind_device() 128 struct device *dev = handle->dev; in iommu_sva_unbind_device() 136 kfree(handle); in iommu_sva_unbind_device() [all …]
|