Home
last modified time | relevance | path

Searched refs:handle (Results 326 – 350 of 4121) sorted by relevance

1...<<11121314151617181920>>...165

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvega10_smumgr.c229 &priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_init()
244 &priv->smu_tables.entry[WMTABLE].handle, in vega10_smu_init()
260 &priv->smu_tables.entry[AVFSTABLE].handle, in vega10_smu_init()
277 &priv->smu_tables.entry[TOOLSTABLE].handle, in vega10_smu_init()
292 &priv->smu_tables.entry[AVFSFUSETABLE].handle, in vega10_smu_init()
311 amdgpu_bo_free_kernel(&priv->smu_tables.entry[AVFSTABLE].handle, in vega10_smu_init()
315 amdgpu_bo_free_kernel(&priv->smu_tables.entry[WMTABLE].handle, in vega10_smu_init()
319 amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_init()
333 amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_fini()
336 amdgpu_bo_free_kernel(&priv->smu_tables.entry[WMTABLE].handle, in vega10_smu_fini()
[all …]
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c41 uint32_t handle; in qxl_alloc_ioctl() local
52 NULL, &handle); in qxl_alloc_ioctl()
58 qxl_alloc->handle = handle; in qxl_alloc_ioctl()
67 return drm_gem_ttm_dumb_map_offset(file_priv, &qdev->ddev, qxl_map->handle, in qxl_map_ioctl()
111 static int qxlhw_handle_to_bo(struct drm_file *file_priv, uint64_t handle, in qxlhw_handle_to_bo() argument
118 gobj = drm_gem_object_lookup(file_priv, handle); in qxlhw_handle_to_bo()
313 gobj = drm_gem_object_lookup(file, update_area->handle); in qxl_update_area_ioctl()
334 DRM_ERROR("got update area for surface with no id %d\n", update_area->handle); in qxl_update_area_ioctl()
388 int handle; in qxl_alloc_surf_ioctl() local
407 NULL, &handle); in qxl_alloc_surf_ioctl()
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.h91 typedef void (*arp_err_handler_t)(void *handle, struct sk_buff *skb);
97 void *handle; member
103 static inline void t4_set_arp_err_handler(struct sk_buff *skb, void *handle, in t4_set_arp_err_handler() argument
106 L2T_SKB_CB(skb)->handle = handle; in t4_set_arp_err_handler()
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Dmscc,ocelot.yaml113 phy-handle = <&phy0>;
120 phy-handle = <&phy1>;
127 phy-handle = <&phy2>;
134 phy-handle = <&phy3>;
182 phy-handle = <&phy0>;
189 phy-handle = <&phy1>;
196 phy-handle = <&phy2>;
203 phy-handle = <&phy3>;
210 phy-handle = <&phy4>;
217 phy-handle = <&phy5>;
[all …]
/openbmc/linux/drivers/sh/intc/
H A Dhandle.c207 unsigned long handle, int do_enable) in intc_enable_disable() argument
217 for (cpu = 0; cpu < SMP_NR(d, _INTC_ADDR_E(handle)); cpu++) { in intc_enable_disable()
218 addr = INTC_REG(d, _INTC_ADDR_E(handle), cpu); in intc_enable_disable()
219 fn = intc_enable_noprio_fns[_INTC_MODE(handle)]; in intc_enable_disable()
220 fn(addr, handle, intc_reg_fns[_INTC_FN(handle)], 0); in intc_enable_disable()
223 for (cpu = 0; cpu < SMP_NR(d, _INTC_ADDR_D(handle)); cpu++) { in intc_enable_disable()
224 addr = INTC_REG(d, _INTC_ADDR_D(handle), cpu); in intc_enable_disable()
225 fn = intc_disable_fns[_INTC_MODE(handle)]; in intc_enable_disable()
226 fn(addr, handle, intc_reg_fns[_INTC_FN(handle)], 0); in intc_enable_disable()
/openbmc/linux/drivers/acpi/acpica/
H A Devrgnini.c34 acpi_ev_system_memory_region_setup(acpi_handle handle, in acpi_ev_system_memory_region_setup() argument
39 (union acpi_operand_object *)handle; in acpi_ev_system_memory_region_setup()
98 acpi_ev_io_space_region_setup(acpi_handle handle, in acpi_ev_io_space_region_setup() argument
131 acpi_ev_pci_config_region_setup(acpi_handle handle, in acpi_ev_pci_config_region_setup() argument
143 (union acpi_operand_object *)handle; in acpi_ev_pci_config_region_setup()
373 acpi_ev_pci_bar_region_setup(acpi_handle handle, in acpi_ev_pci_bar_region_setup() argument
400 acpi_ev_cmos_region_setup(acpi_handle handle, in acpi_ev_cmos_region_setup() argument
427 acpi_ev_data_table_region_setup(acpi_handle handle, in acpi_ev_data_table_region_setup() argument
432 (union acpi_operand_object *)handle; in acpi_ev_data_table_region_setup()
477 acpi_ev_default_region_setup(acpi_handle handle, in acpi_ev_default_region_setup() argument
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvce_v4_0.c410 static int vce_v4_0_early_init(void *handle) in vce_v4_0_early_init() argument
425 static int vce_v4_0_sw_init(void *handle) in vce_v4_0_sw_init() argument
501 static int vce_v4_0_sw_fini(void *handle) in vce_v4_0_sw_fini() argument
521 static int vce_v4_0_hw_init(void *handle) in vce_v4_0_hw_init() argument
544 static int vce_v4_0_hw_fini(void *handle) in vce_v4_0_hw_fini() argument
561 static int vce_v4_0_suspend(void *handle) in vce_v4_0_suspend() argument
609 static int vce_v4_0_resume(void *handle) in vce_v4_0_resume() argument
700 static bool vce_v4_0_is_idle(void *handle)
711 static int vce_v4_0_wait_for_idle(void *handle)
717 if (vce_v4_0_is_idle(handle))
[all …]
H A Damdgpu_acpi.c65 acpi_handle handle; member
105 acpi_handle handle; member
123 acpi_handle handle; member
965 acpi_handle_debug(xcc_info->handle, in amdgpu_acpi_dev_init()
980 acpi_handle_debug(xcc_info->handle, in amdgpu_acpi_dev_init()
1310 amdgpu_acpi_priv.atif.handle = 0; in amdgpu_atif_pci_probe_handle()
1345 amdgpu_acpi_priv.atcs.handle = 0; in amdgpu_atcs_pci_probe_handle()
1393 if (!atif->handle) in amdgpu_acpi_detect()
1395 if (!atcs->handle) in amdgpu_acpi_detect()
1400 if (!atif->handle) in amdgpu_acpi_detect()
[all …]
H A Damdgpu_gem.c142 int handle; in amdgpu_gem_force_release() local
289 uint32_t handle, initial_domain; in amdgpu_gem_create_ioctl() local
374 args->out.handle = handle; in amdgpu_gem_create_ioctl()
388 uint32_t handle; in amdgpu_gem_userptr_ioctl() local
447 args->handle = handle; in amdgpu_gem_userptr_ioctl()
461 uint32_t handle, uint64_t *offset_p) in amdgpu_mode_dumb_mmap() argument
485 uint32_t handle = args->in.handle; in amdgpu_gem_mmap_ioctl() local
525 uint32_t handle = args->in.handle; in amdgpu_gem_wait_idle_ioctl() local
560 DRM_DEBUG("%d\n", args->handle); in amdgpu_gem_metadata_ioctl()
914 uint32_t handle; in amdgpu_mode_dumb_create() local
[all …]
H A Dgmc_v11_0.c638 static int gmc_v11_0_early_init(void *handle) in gmc_v11_0_early_init() argument
659 static int gmc_v11_0_late_init(void *handle) in gmc_v11_0_late_init() argument
762 static int gmc_v11_0_sw_init(void *handle) in gmc_v11_0_sw_init() argument
877 static int gmc_v11_0_sw_fini(void *handle) in gmc_v11_0_sw_fini() argument
936 static int gmc_v11_0_hw_init(void *handle) in gmc_v11_0_hw_init() argument
966 static int gmc_v11_0_hw_fini(void *handle) in gmc_v11_0_hw_fini() argument
987 static int gmc_v11_0_suspend(void *handle) in gmc_v11_0_suspend() argument
996 static int gmc_v11_0_resume(void *handle) in gmc_v11_0_resume() argument
1010 static bool gmc_v11_0_is_idle(void *handle) in gmc_v11_0_is_idle() argument
1016 static int gmc_v11_0_wait_for_idle(void *handle) in gmc_v11_0_wait_for_idle() argument
[all …]
H A Djpeg_v1_0.h27 int jpeg_v1_0_early_init(void *handle);
28 int jpeg_v1_0_sw_init(void *handle);
29 void jpeg_v1_0_sw_fini(void *handle);
/openbmc/libpldm/src/dsp/
H A Dbios_table.c46 static uint16_t handle = 0; in get_bios_string_handle() local
48 if (handle == UINT16_MAX) { in get_bios_string_handle()
52 *val = handle++; in get_bios_string_handle()
76 uint16_t handle; in pldm_bios_table_string_entry_encode_check() local
138 *val = handle++; in get_bios_attr_handle()
153 uint16_t handle; in attr_table_entry_encode_header() local
1051 handle) { in string_table_handle_equal()
1065 &handle); in pldm_bios_table_string_find_by_handle()
1104 handle; in attr_table_handle_equal()
1115 &handle); in pldm_bios_table_attr_find_by_handle()
[all …]
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.h200 void (*hwe_handler)(void *handle, void *data, u8 size);
201 void *handle; member
217 void (*handler)(void *handle, u32 ceqe_data);
218 void *handle; member
232 enum hinic_aeq_type event, void *handle,
233 void (*hwe_handler)(void *handle, void *data,
240 enum hinic_ceq_type event, void *handle,
241 void (*ceq_cb)(void *handle, u32 ceqe_data));
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dlan966x-pcb8290.dts118 phy-handle = <&ext_phy2>;
126 phy-handle = <&ext_phy3>;
134 phy-handle = <&ext_phy0>;
142 phy-handle = <&ext_phy1>;
150 phy-handle = <&ext_phy6>;
158 phy-handle = <&ext_phy7>;
166 phy-handle = <&ext_phy4>;
174 phy-handle = <&ext_phy5>;
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c353 efi_handle_t handle; in setup_uga() local
370 for_each_efi_handle(handle, uga_handle, size, i) { in setup_uga()
455 efi_bs_call(exit, handle, status, 0, NULL); in efi_exit()
460 void __noreturn efi_stub_entry(efi_handle_t handle,
486 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_pe_entry()
491 efi_exit(handle, status); in efi_pe_entry()
513 efi_exit(handle, status); in efi_pe_entry()
884 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_stub_entry()
887 efi_exit(handle, EFI_UNSUPPORTED); in efi_stub_entry()
976 status = exit_boot(boot_params, handle); in efi_stub_entry()
[all …]
H A Defi-stub-entry.c24 efi_status_t __efiapi efi_pe_entry(efi_handle_t handle, in efi_pe_entry() argument
48 status = efi_bs_call(handle_protocol, handle, &loaded_image_proto, in efi_pe_entry()
64 image, handle); in efi_pe_entry()
72 status = efi_stub_common(handle, image, image_addr, cmdline_ptr); in efi_pe_entry()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_startimage_exit.c84 static int setup(const efi_handle_t handle, in setup() argument
87 image_handle = handle; in setup()
125 efi_handle_t handle; in execute() local
128 img.length, &handle); in execute()
133 ret = boottime->start_image(handle, NULL, NULL); in execute()
H A Defi_selftest_startimage_return.c84 static int setup(const efi_handle_t handle, in setup() argument
87 image_handle = handle; in setup()
125 efi_handle_t handle; in execute() local
128 img.length, &handle); in execute()
133 ret = boottime->start_image(handle, NULL, NULL); in execute()
/openbmc/linux/include/uapi/drm/
H A Detnaviv_drm.h104 __u32 handle; /* out */ member
108 __u32 handle; /* in */ member
118 __u32 handle; /* in */ member
124 __u32 handle; /* in */ member
165 __u32 handle; /* in, GEM handle */ member
236 __u32 handle; /* out, non-zero handle */ member
241 __u32 handle; /* in, bo to be waited for */ member
/openbmc/linux/fs/vboxsf/
H A Dvfsmod.h87 u64 handle, u32 access_flags);
112 u64 handle);
121 int vboxsf_close(u32 root, u64 handle);
126 int vboxsf_read(u32 root, u64 handle, u64 offset, u32 *buf_len, u8 *buf);
127 int vboxsf_write(u32 root, u64 handle, u64 offset, u32 *buf_len, u8 *buf);
129 int vboxsf_dirinfo(u32 root, u64 handle,
132 int vboxsf_fsinfo(u32 root, u64 handle, u32 flags,
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_shblocks.sh53 tc filter add block 22 protocol ip pref 1 handle 101 flower \
68 tc filter del block 22 protocol ip pref 1 handle 101 flower
77 tc filter add block 22 protocol ip pref 1 handle 101 flower \
79 tc filter add block 22 protocol ip pref 2 handle 102 flower \
94 tc filter del block 22 protocol ip pref 1 handle 101 flower
95 tc filter del block 22 protocol ip pref 2 handle 102 flower
/openbmc/linux/drivers/platform/x86/
H A Dwmi.c195 acpi_handle handle; in wmi_method_enable() local
198 handle = wblock->acpi_device->handle; in wmi_method_enable()
357 acpi_handle handle; in wmidev_evaluate_method() local
364 handle = wblock->acpi_device->handle; in wmidev_evaluate_method()
397 acpi_handle handle; in __query_block() local
408 handle = wblock->acpi_device->handle; in __query_block()
455 acpi_execute_simple_method(handle, wc_method, 0); in __query_block()
521 acpi_handle handle; in wmi_set_block() local
535 handle = wblock->acpi_device->handle; in wmi_set_block()
1392 if (iter->acpi_device->handle == handle && in acpi_wmi_notify_handler()
[all …]
/openbmc/linux/arch/x86/kvm/svm/
H A Dsev.c232 decommission.handle = handle; in sev_decommission()
243 deactivate.handle = handle; in sev_unbind_asid()
299 activate.handle = handle; in sev_bind_asid()
390 sev->handle = start.handle; in sev_launch_start()
542 data.handle = sev->handle; in sev_launch_update_data()
738 data.handle = sev->handle; in sev_launch_measure()
772 data.handle = sev->handle; in sev_launch_finish()
788 data.handle = sev->handle; in sev_guest_status()
811 data.handle = sev->handle; in __sev_issue_dbg_cmd()
1091 data.handle = sev->handle; in sev_launch_secret()
[all …]
/openbmc/linux/drivers/pci/
H A Dpci-acpi.c74 *(acpi_handle *)retval = handle; in acpi_match_rc()
83 acpi_handle handle; in acpi_get_rc_resources() local
93 adev = acpi_fetch_acpi_dev(handle); in acpi_get_rc_resources()
113 if (handle) in acpi_pci_root_get_mcfg_addr()
750 acpi_handle handle, phandle; in pci_acpi_program_hp_params() local
756 handle = NULL; in pci_acpi_program_hp_params()
759 if (handle) in pci_acpi_program_hp_params()
769 while (handle) { in pci_acpi_program_hp_params()
781 handle = phandle; in pci_acpi_program_hp_params()
955 if (!handle || !acpi_has_method(handle, "_RST")) in pci_dev_acpi_reset()
[all …]
/openbmc/linux/drivers/char/tpm/
H A Dtpm2-space.c72 unsigned int *offset, u32 *handle) in tpm2_load_context() argument
105 *handle = 0; in tpm2_load_context()
133 tpm_buf_append_u32(&tbuf, handle); in tpm2_save_context()
200 u32 handle; in tpm2_load_space() local
206 &offset, &handle); in tpm2_load_space()
214 if (handle != space->session_tbl[i]) { in tpm2_load_space()
235 *((__be32 *)handle) = cpu_to_be32(phandle); in tpm2_map_to_phandle()
244 __be32 *handle; in tpm2_map_command() local
254 handle = (__be32 *)&cmd[TPM_HEADER_SIZE]; in tpm2_map_command()
257 if (!tpm2_map_to_phandle(space, handle)) in tpm2_map_command()
[all …]

1...<<11121314151617181920>>...165