Home
last modified time | relevance | path

Searched refs:handle (Results 501 – 525 of 4121) sorted by relevance

1...<<21222324252627282930>>...165

/openbmc/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-tsn.dts61 phy-handle = <&rgmii_phy6>;
69 phy-handle = <&rgmii_phy3>;
77 phy-handle = <&rgmii_phy4>;
85 phy-handle = <&rgmii_phy5>;
108 tbi-handle = <&tbi0>;
109 phy-handle = <&sgmii_phy2>;
115 tbi-handle = <&tbi1>;
116 phy-handle = <&sgmii_phy1>;
/openbmc/linux/drivers/acpi/
H A Dprocessor_idle.c328 acpi_handle_debug(pr->handle, in acpi_processor_power_verify_c3()
348 acpi_handle_debug(pr->handle, in acpi_processor_power_verify_c3()
353 acpi_handle_debug(pr->handle, in acpi_processor_power_verify_c3()
363 acpi_handle_debug(pr->handle, in acpi_processor_power_verify_c3()
1108 acpi_handle handle = pr->handle, pr_ahandle; in acpi_processor_get_lpi_info() local
1120 if (!acpi_has_method(handle, "_LPI")) in acpi_processor_get_lpi_info()
1126 handle = pr->handle; in acpi_processor_get_lpi_info()
1132 status = acpi_get_parent(handle, &pr_ahandle); in acpi_processor_get_lpi_info()
1138 handle = pr_ahandle; in acpi_processor_get_lpi_info()
1144 if (!acpi_has_method(handle, "_LPI")) in acpi_processor_get_lpi_info()
[all …]
H A Dacpi_pad.c371 static int acpi_pad_pur(acpi_handle handle) in acpi_pad_pur() argument
377 if (ACPI_FAILURE(acpi_evaluate_object(handle, "_PUR", NULL, &buffer))) in acpi_pad_pur()
395 static void acpi_pad_handle_notify(acpi_handle handle) in acpi_pad_handle_notify() argument
405 num_cpus = acpi_pad_pur(handle); in acpi_pad_handle_notify()
412 acpi_evaluate_ost(handle, ACPI_PROCESSOR_AGGREGATOR_NOTIFY, 0, &param); in acpi_pad_handle_notify()
416 static void acpi_pad_notify(acpi_handle handle, u32 event, in acpi_pad_notify() argument
423 acpi_pad_handle_notify(handle); in acpi_pad_notify()
443 status = acpi_install_notify_handler(device->handle, in acpi_pad_add()
459 acpi_remove_notify_handler(device->handle, in acpi_pad_remove()
/openbmc/linux/tools/include/uapi/drm/
H A Di915_drm.h921 __u32 handle; member
927 __u32 handle; member
943 __u32 handle; member
959 __u32 handle; member
987 __u32 handle; member
1009 __u32 handle; member
1093 __u32 handle; member
1109 __u32 handle; member
1187 __u32 handle; member
1238 __u32 handle; member
[all …]
/openbmc/linux/include/uapi/drm/
H A Di915_drm.h921 __u32 handle; member
927 __u32 handle; member
943 __u32 handle; member
959 __u32 handle; member
987 __u32 handle; member
1009 __u32 handle; member
1093 __u32 handle; member
1109 __u32 handle; member
1187 __u32 handle; member
1238 __u32 handle; member
[all …]
H A Dradeon_drm.h816 __u32 handle; member
835 __u32 handle; member
857 __u32 handle; member
863 __u32 handle; member
869 __u32 handle; member
877 __u32 handle; member
883 __u32 handle; member
888 __u32 handle; member
894 __u32 handle; member
907 __u32 handle; member
[all …]
/openbmc/qemu/hw/rdma/
H A Drdma_rm.c107 trace_rdma_res_tbl_get(tbl->name, handle); in rdma_res_tbl_get()
109 if ((handle < tbl->tbl_sz) && (test_bit(handle, tbl->bitmap))) { in rdma_res_tbl_get()
110 return tbl->tbl + handle * tbl->res_sz; in rdma_res_tbl_get()
121 *handle = find_first_zero_bit(tbl->bitmap, tbl->tbl_sz); in rdma_res_tbl_alloc()
122 if (*handle > tbl->tbl_sz) { in rdma_res_tbl_alloc()
129 set_bit(*handle, tbl->bitmap); in rdma_res_tbl_alloc()
137 trace_rdma_res_tbl_alloc(tbl->name, *handle); in rdma_res_tbl_alloc()
139 return tbl->tbl + *handle * tbl->res_sz; in rdma_res_tbl_alloc()
144 trace_rdma_res_tbl_dealloc(tbl->name, handle); in rdma_res_tbl_dealloc()
148 if (handle < tbl->tbl_sz) { in rdma_res_tbl_dealloc()
[all …]
H A Dtrace-events21 rdma_res_tbl_get(char *name, uint32_t handle) "tbl %s, handle %d"
22 rdma_res_tbl_alloc(char *name, uint32_t handle) "tbl %s, handle %d"
23 rdma_res_tbl_dealloc(char *name, uint32_t handle) "tbl %s, handle %d"
/openbmc/linux/arch/arm/boot/dts/nxp/vf/
H A Dvf610-zii-dev-rev-b.dts49 phy-handle = <&switch0phy0>;
55 phy-handle = <&switch0phy1>;
61 phy-handle = <&switch0phy2>;
133 phy-handle = <&switch1phy0>;
139 phy-handle = <&switch1phy1>;
145 phy-handle = <&switch1phy2>;
213 phy-handle = <&switch2phy0>;
220 phy-handle = <&switch2phy1>;
227 phy-handle = <&switch2phy2>;
/openbmc/linux/mm/kmsan/
H A Dcore.c56 depot_stack_handle_t handle; in kmsan_internal_poison_memory() local
58 handle = kmsan_save_stack_with_flags(flags, extra_bits); in kmsan_internal_poison_memory()
59 kmsan_internal_set_shadow_origin(address, size, -1, handle, checked); in kmsan_internal_poison_memory()
72 depot_stack_handle_t handle; in kmsan_save_stack_with_flags() local
79 handle = __stack_depot_save(entries, nr_entries, flags, true); in kmsan_save_stack_with_flags()
80 return stack_depot_set_extra_bits(handle, extra); in kmsan_save_stack_with_flags()
220 depot_stack_handle_t handle; in kmsan_internal_chain_origin() local
256 handle = __stack_depot_save(entries, ARRAY_SIZE(entries), __GFP_HIGH, in kmsan_internal_chain_origin()
258 return stack_depot_set_extra_bits(handle, extra_bits); in kmsan_internal_chain_origin()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo5039.c137 nv50_bo_move_init(struct nouveau_channel *chan, u32 handle) in nv50_bo_move_init() argument
146 PUSH_MTHD(push, NV5039, SET_OBJECT, handle); in nv50_bo_move_init()
147 PUSH_MTHD(push, NV5039, SET_CONTEXT_DMA_NOTIFY, chan->drm->ntfy.handle, in nv50_bo_move_init()
148 SET_CONTEXT_DMA_BUFFER_IN, chan->vram.handle, in nv50_bo_move_init()
149 SET_CONTEXT_DMA_BUFFER_OUT, chan->vram.handle); in nv50_bo_move_init()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dkmeter1.dts327 pio-handle = <&pio_ucc1>;
343 pio-handle = <&pio_ucc2>;
359 pio-handle = <&pio_ucc4>;
373 phy-handle = <&phy_eth1>;
375 pio-handle = <&pio_ucc5>;
389 phy-handle = <&phy_eth2>;
391 pio-handle = <&pio_ucc6>;
405 phy-handle = <&phy_eth3>;
407 pio-handle = <&pio_ucc7>;
421 phy-handle = <&phy_eth4>;
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Duvd_v7_0.c238 ib->ptr[ib->length_dw++] = handle; in uvd_v7_0_enc_get_create_msg()
301 ib->ptr[ib->length_dw++] = handle; in uvd_v7_0_enc_get_destroy_msg()
364 static int uvd_v7_0_early_init(void *handle) in uvd_v7_0_early_init() argument
398 static int uvd_v7_0_sw_init(void *handle) in uvd_v7_0_sw_init() argument
494 static int uvd_v7_0_sw_fini(void *handle) in uvd_v7_0_sw_fini() argument
521 static int uvd_v7_0_hw_init(void *handle) in uvd_v7_0_hw_init() argument
599 static int uvd_v7_0_hw_fini(void *handle) in uvd_v7_0_hw_fini() argument
615 static int uvd_v7_0_suspend(void *handle) in uvd_v7_0_suspend() argument
651 static int uvd_v7_0_resume(void *handle) in uvd_v7_0_resume() argument
1477 if (uvd_v7_0_is_idle(handle))
[all …]
H A Djpeg_v4_0_3.c42 static int jpeg_v4_0_3_set_powergating_state(void *handle,
65 static int jpeg_v4_0_3_early_init(void *handle) in jpeg_v4_0_3_early_init() argument
85 static int jpeg_v4_0_3_sw_init(void *handle) in jpeg_v4_0_3_sw_init() argument
162 static int jpeg_v4_0_3_sw_fini(void *handle) in jpeg_v4_0_3_sw_fini() argument
295 static int jpeg_v4_0_3_hw_init(void *handle) in jpeg_v4_0_3_hw_init() argument
356 static int jpeg_v4_0_3_hw_fini(void *handle) in jpeg_v4_0_3_hw_fini() argument
378 static int jpeg_v4_0_3_suspend(void *handle) in jpeg_v4_0_3_suspend() argument
399 static int jpeg_v4_0_3_resume(void *handle) in jpeg_v4_0_3_resume() argument
886 static bool jpeg_v4_0_3_is_idle(void *handle) in jpeg_v4_0_3_is_idle() argument
908 static int jpeg_v4_0_3_wait_for_idle(void *handle) in jpeg_v4_0_3_wait_for_idle() argument
[all …]
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.hpp31 Handle handle; //!< File handle member
73 FileEntry at(Handle handle) const in at()
75 return tableEntries.at(handle); in at()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c177 TC_U32_NODE(cls->knode.handle)); in cxgb4_config_knode()
185 uhtid = TC_U32_USERHTID(cls->knode.handle); in cxgb4_config_knode()
203 fs.tc_cookie = cls->knode.handle; in cxgb4_config_knode()
283 link->link_handle = cls->knode.handle; in cxgb4_config_knode()
360 u32 handle, uhtid; in cxgb4_delete_knode() local
376 if (f->valid && f->fs.tc_cookie == cls->knode.handle) { in cxgb4_delete_knode()
392 if (f->valid && f->fs.tc_cookie == cls->knode.handle) { in cxgb4_delete_knode()
421 handle = cls->knode.handle; in cxgb4_delete_knode()
422 uhtid = TC_U32_USERHTID(cls->knode.handle); in cxgb4_delete_knode()
453 if (link->link_handle == handle) { in cxgb4_delete_knode()
/openbmc/linux/fs/vboxsf/
H A Ddir.c23 params.handle = SHFL_HANDLE_NIL; in vboxsf_dir_open()
36 err = vboxsf_dir_read_all(sbi, sf_d, params.handle); in vboxsf_dir_open()
40 vboxsf_close(sbi->root, params.handle); in vboxsf_dir_open()
45 vboxsf_close(sbi->root, params.handle); in vboxsf_dir_open()
264 params.handle = SHFL_HANDLE_NIL; in vboxsf_dir_create()
291 *handle_ret = params.handle; in vboxsf_dir_create()
293 vboxsf_close(sbi->root, params.handle); in vboxsf_dir_create()
318 u64 handle; in vboxsf_dir_atomic_open() local
334 err = vboxsf_dir_create(parent, dentry, mode, false, flags & O_EXCL, &handle); in vboxsf_dir_atomic_open()
338 sf_handle = vboxsf_create_sf_handle(d_inode(dentry), handle, SHFL_CF_ACCESS_READWRITE); in vboxsf_dir_atomic_open()
[all …]
H A Dshfl_hostintf.h398 u64 handle; member
570 struct vmmdev_hgcm_function_parameter handle; member
590 struct vmmdev_hgcm_function_parameter handle; member
628 struct vmmdev_hgcm_function_parameter handle; member
674 struct vmmdev_hgcm_function_parameter handle; member
775 struct vmmdev_hgcm_function_parameter handle; member
/openbmc/qemu/hw/cxl/
H A Dcxl-events.c129 entry->data.hdr.handle = cpu_to_le16(log->next_handle); in cxl_event_insert()
213 uint16_t handle = pl->handle[nr]; in cxl_event_clear_records() local
216 if (handle == 0 || entry->data.hdr.handle != handle) { in cxl_event_clear_records()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dcurs507a.c81 u32 handle = nv50_disp(wndw->plane.dev)->core->chan.vram.handle; in curs507a_prepare() local
83 if (asyh->curs.handle != handle || asyh->curs.offset != offset) { in curs507a_prepare()
84 asyh->curs.handle = handle; in curs507a_prepare()
/openbmc/linux/arch/mips/boot/dts/cavium-octeon/
H A Docteon_68xx.dts252 phy-handle = <&phy0>;
271 phy-handle = <&phy1>;
277 phy-handle = <&phy2>;
283 phy-handle = <&phy3>;
289 phy-handle = <&phy4>;
303 phy-handle = <&phy11>;
309 phy-handle = <&phy12>;
315 phy-handle = <&phy13>;
321 phy-handle = <&phy14>;
335 phy-handle = <&phy21>;
[all …]
/openbmc/linux/kernel/
H A Dkcov.c81 u64 handle; member
106 static struct kcov_remote *kcov_remote_find(u64 handle) in kcov_remote_find() argument
111 if (remote->handle == handle) in kcov_remote_find()
122 if (kcov_remote_find(handle)) in kcov_remote_add()
127 remote->handle = handle; in kcov_remote_add()
129 hash_add(kcov_remote_map, &remote->hnode, handle); in kcov_remote_add()
563 switch (handle & KCOV_SUBSYSTEM_MASK) { in kcov_check_handle()
565 return (handle & KCOV_INSTANCE_MASK) ? in kcov_check_handle()
838 void kcov_remote_start(u64 handle) in kcov_remote_start() argument
876 remote = kcov_remote_find(handle); in kcov_remote_start()
[all …]
/openbmc/qemu/hw/acpi/
H A Dnvdimm.c197 if (nvdimm_slot_to_handle(slot) == handle) { in nvdimm_get_device_by_handle()
265 uint32_t handle = nvdimm_slot_to_handle(slot); in nvdimm_build_structure_memdev() local
272 nfit_memdev->nfit_handle = cpu_to_le32(handle); in nvdimm_build_structure_memdev()
421 uint32_t handle; member
851 in->handle = le32_to_cpu(in->handle); in nvdimm_dsm_write()
867 if (!in->handle) { in nvdimm_dsm_write()
945 handle = aml_arg(4); in nvdimm_build_common_dsm()
1027 ifctx = aml_if(aml_equal(handle, aml_int(0x0))); in nvdimm_build_common_dsm()
1277 aml_int(handle)); in nvdimm_build_nvdimm_devices()
1314 aml_int(handle)); in nvdimm_build_nvdimm_devices()
[all …]
/openbmc/linux/arch/ia64/kernel/
H A Dacpi.c715 int acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) in acpi_map_cpu2node() argument
726 node_cpuid[cpu].nid = acpi_get_node(handle); in acpi_map_cpu2node()
784 static int _acpi_map_lsapic(acpi_handle handle, int physid, int *pcpu) in _acpi_map_lsapic() argument
792 acpi_map_cpu2node(handle, cpu, physid); in _acpi_map_lsapic()
797 acpi_processor_set_pdc(handle); in _acpi_map_lsapic()
807 return _acpi_map_lsapic(handle, physid, pcpu); in acpi_map_cpu()
826 static acpi_status acpi_map_iosapic(acpi_handle handle, u32 depth, in acpi_map_iosapic() argument
836 if (ACPI_FAILURE(acpi_evaluate_object(handle, "_MAT", NULL, &buffer))) in acpi_map_iosapic()
861 node = acpi_get_node(handle); in acpi_map_iosapic()
889 acpi_map_iosapic(handle, 0, NULL, NULL); in acpi_register_ioapic()
[all …]
/openbmc/linux/net/sched/
H A Dsch_fifo.c64 qopt.handle = sch->handle; in fifo_offload_init()
78 qopt.handle = sch->handle; in fifo_offload_destroy()
88 qopt.handle = sch->handle; in fifo_offload_dump()
259 q = qdisc_create_dflt(sch->dev_queue, ops, TC_H_MAKE(sch->handle, 1), in fifo_create_dflt()

1...<<21222324252627282930>>...165