/openbmc/linux/include/linux/qed/ |
H A D | qed_iscsi_if.h | 209 u32 *handle, 212 int (*release_conn)(struct qed_dev *cdev, u32 handle); 215 u32 handle, 219 u32 handle, 222 int (*destroy_conn)(struct qed_dev *cdev, u32 handle, u8 abrt_conn); 224 int (*clear_sq)(struct qed_dev *cdev, u32 handle); 229 int (*change_mac)(struct qed_dev *cdev, u32 handle, const u8 *mac);
|
/openbmc/linux/include/uapi/drm/ |
H A D | qaic_accel.h | 178 __u32 handle; member 189 __u32 handle; member 261 __u32 handle; member 282 __u32 handle; member 294 __u32 handle; member 327 __u32 handle; member 367 __u32 handle; member
|
H A D | etnaviv_drm.h | 104 __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/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | vega10_smumgr.c | 233 &priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_init() 248 &priv->smu_tables.entry[WMTABLE].handle, in vega10_smu_init() 264 &priv->smu_tables.entry[AVFSTABLE].handle, in vega10_smu_init() 281 &priv->smu_tables.entry[TOOLSTABLE].handle, in vega10_smu_init() 296 &priv->smu_tables.entry[AVFSFUSETABLE].handle, in vega10_smu_init() 315 amdgpu_bo_free_kernel(&priv->smu_tables.entry[AVFSTABLE].handle, in vega10_smu_init() 319 amdgpu_bo_free_kernel(&priv->smu_tables.entry[WMTABLE].handle, in vega10_smu_init() 323 amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_init() 337 amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_fini() 340 amdgpu_bo_free_kernel(&priv->smu_tables.entry[WMTABLE].handle, in vega10_smu_fini() [all …]
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_ioctl.c | 41 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 D | l2t.h | 91 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 D | mscc,ocelot.yaml | 113 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 D | handle.c | 207 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 D | evrgnini.c | 34 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 D | vce_v4_0.c | 410 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 D | amdgpu_acpi.c | 65 acpi_handle handle; member 105 acpi_handle handle; member 123 acpi_handle handle; member 974 acpi_handle_debug(xcc_info->handle, in amdgpu_acpi_dev_init() 989 acpi_handle_debug(xcc_info->handle, in amdgpu_acpi_dev_init() 1319 amdgpu_acpi_priv.atif.handle = 0; in amdgpu_atif_pci_probe_handle() 1354 amdgpu_acpi_priv.atcs.handle = 0; in amdgpu_atcs_pci_probe_handle() 1402 if (!atif->handle) in amdgpu_acpi_detect() 1404 if (!atcs->handle) in amdgpu_acpi_detect() 1409 if (!atif->handle) in amdgpu_acpi_detect() [all …]
|
H A D | amdgpu_gem.c | 142 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 D | gmc_v11_0.c | 638 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 …]
|
/openbmc/libpldm/src/dsp/ |
H A D | bios_table.c | 46 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() 80 uint16_t handle; in pldm_bios_table_string_entry_encode() local 142 *val = handle++; in get_bios_attr_handle() 157 uint16_t handle; in attr_table_entry_encode_header() local 1078 handle) { in string_table_handle_equal() 1092 &handle); in pldm_bios_table_string_find_by_handle() 1131 handle; in attr_table_handle_equal() 1142 &handle); in pldm_bios_table_attr_find_by_handle() [all …]
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_eqs.h | 200 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 D | lan966x-pcb8290.dts | 118 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/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_startimage_exit.c | 84 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 D | efi_selftest_startimage_return.c | 84 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/fs/vboxsf/ |
H A D | vfsmod.h | 87 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 D | tc_shblocks.sh | 53 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/firmware/efi/libstub/ |
H A D | efi-stub-entry.c | 24 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/linux/drivers/platform/x86/ |
H A D | wmi.c | 195 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 D | sev.c | 232 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 D | pci-acpi.c | 74 *(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/i2c/ |
H A D | i2c-core-acpi.c | 299 struct acpi_device *adev = acpi_fetch_acpi_dev(handle); in i2c_acpi_add_device() 761 acpi_handle handle; in i2c_acpi_install_space_handler() local 768 handle = ACPI_HANDLE(adapter->dev.parent); in i2c_acpi_install_space_handler() 770 if (!handle) in i2c_acpi_install_space_handler() 785 status = acpi_install_address_space_handler(handle, in i2c_acpi_install_space_handler() 792 acpi_bus_detach_private_data(handle); in i2c_acpi_install_space_handler() 802 acpi_handle handle; in i2c_acpi_remove_space_handler() local 809 handle = ACPI_HANDLE(adapter->dev.parent); in i2c_acpi_remove_space_handler() 811 if (!handle) in i2c_acpi_remove_space_handler() 814 acpi_remove_address_space_handler(handle, in i2c_acpi_remove_space_handler() [all …]
|