Home
last modified time | relevance | path

Searched refs:handle (Results 651 – 675 of 4154) sorted by relevance

1...<<21222324252627282930>>...167

/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dt1042d4rdb.dts55 phy-handle = <&phy_sgmii_0>;
60 phy-handle = <&phy_sgmii_1>;
65 phy-handle = <&phy_sgmii_2>;
70 phy-handle = <&phy_rgmii_0>;
75 phy-handle = <&phy_rgmii_1>;
H A Dmvme2500.dts86 tbi-handle = <&tbi0>;
87 phy-handle = <&phy1>;
123 tbi-handle = <&tbi1>;
124 phy-handle = <&phy7>;
136 tbi-handle = <&tbi2>;
137 phy-handle = <&phy3>;
/openbmc/linux/drivers/platform/x86/
H A Dasus-wireless.c52 static acpi_status asus_wireless_method(acpi_handle handle, const char *method, in asus_wireless_method() argument
59 acpi_handle_debug(handle, "Evaluating method %s, parameter %#x\n", in asus_wireless_method()
66 s = acpi_evaluate_integer(handle, (acpi_string) method, &p, ret); in asus_wireless_method()
68 acpi_handle_err(handle, in asus_wireless_method()
72 acpi_handle_debug(handle, "%s returned %#llx\n", method, *ret); in asus_wireless_method()
/openbmc/linux/drivers/thunderbolt/
H A Dacpi.c14 static acpi_status tb_acpi_add_link(acpi_handle handle, u32 level, void *data, in tb_acpi_add_link() argument
17 struct acpi_device *adev = acpi_fetch_acpi_dev(handle); in tb_acpi_add_link()
222 obj = acpi_evaluate_dsm_typed(adev->handle, &retimer_dsm_guid, 1, in tb_acpi_retimer_set_power()
245 obj = acpi_evaluate_dsm_typed(adev->handle, &retimer_dsm_guid, 1, in tb_acpi_retimer_set_power()
365 if (acpi_check_dsm(adev->handle, &retimer_dsm_guid, 1, in tb_acpi_setup()
/openbmc/linux/include/uapi/drm/
H A Dv3d_drm.h82 __u32 handle; /* syncobj */ member
220 __u32 handle; member
235 __u32 handle; member
260 __u32 handle; member
293 __u32 handle; member
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dqca,ar71xx.yaml85 phy-handle = <&phy_port4>;
138 phy-handle = <&phy_port0>;
144 phy-handle = <&phy_port1>;
150 phy-handle = <&phy_port2>;
156 phy-handle = <&phy_port3>;
H A Dsunplus,sp7021-emac.yaml56 phy-handle:
73 - phy-handle
115 phy-handle = <&eth_phy0>;
123 phy-handle = <&eth_phy1>;
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Dlantiq-gswip.txt66 phy-handle = <&phy0>;
73 phy-handle = <&phy1>;
80 phy-handle = <&phy11>;
87 phy-handle = <&phy13>;
94 phy-handle = <&phy5>;
/openbmc/linux/drivers/pnp/pnpbios/
H A Dproc.c138 node->handle, node->eisa_id, in pnp_devices_proc_show()
203 if (pnp_bios_set_dev_node(node->handle, boot, node) != 0) { in pnpbios_proc_write()
225 sprintf(name, "%02x", node->handle); in pnpbios_interface_attach_device()
231 (void *)(long)(node->handle)); in pnpbios_interface_attach_device()
237 (void *)(long)(node->handle + 0x100))) in pnpbios_interface_attach_device()
/openbmc/phosphor-ipmi-blobs/internal/
H A Dsys.cpp37 void* DlSysImpl::dlsym(void* handle, const char* symbol) const in dlsym() argument
39 return ::dlsym(handle, symbol); in dlsym()
H A Dsys.hpp40 virtual void* dlsym(void* handle, const char* symbol) const = 0;
48 void* dlsym(void* handle, const char* symbol) const override;
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_miniapp_exit.c21 efi_status_t EFIAPI efi_main(efi_handle_t handle, in efi_main() argument
29 systable->boottime->exit(handle, EFI_UNSUPPORTED, 0, NULL); in efi_main()
/openbmc/linux/include/xen/
H A Dswiotlb-xen.h8 void xen_dma_sync_for_cpu(struct device *dev, dma_addr_t handle,
10 void xen_dma_sync_for_device(struct device *dev, dma_addr_t handle,
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c12 const void *handle; member
247 obj->handle = NULL; in a6xx_get_vbif_debugbus_block()
301 obj->handle = block; in a6xx_get_debugbus_block()
319 obj->handle = block; in a6xx_get_cx_debugbus_block()
506 obj->handle = dbgahb; in a6xx_get_dbgahb_cluster()
639 obj->handle = block; in a6xx_get_shader_block()
696 obj->handle = regs; in a6xx_get_crashdumper_hlsq_registers()
739 obj->handle = regs; in a6xx_get_crashdumper_registers()
1185 if (!obj->handle) in a6xx_show_shader()
1367 if (!obj->handle) in a6xx_show()
[all …]
/openbmc/linux/arch/m68k/kernel/
H A Dints.c116 irq_flow_handler_t handle, unsigned int irq, in m68k_setup_irq_controller() argument
123 if (handle) in m68k_setup_irq_controller()
124 irq_set_handler(irq + i, handle); in m68k_setup_irq_controller()
/openbmc/linux/include/keys/
H A Dtrusted_tpm.h22 uint32_t handle; member
43 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
68 16, 1, &s->handle, 4, 0); in dump_sess()
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_gem.c87 uint32_t *handle) in qxl_gem_object_create_with_handle() argument
92 BUG_ON(!handle); in qxl_gem_object_create_with_handle()
100 r = drm_gem_handle_create(file_priv, local_gobj, handle); in qxl_gem_object_create_with_handle()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c2939 static int kv_dpm_get_temp(void *handle) in kv_dpm_get_temp() argument
2968 static int kv_dpm_late_init(void *handle) in kv_dpm_late_init() argument
2982 static int kv_dpm_sw_init(void *handle) in kv_dpm_sw_init() argument
3027 static int kv_dpm_sw_fini(void *handle) in kv_dpm_sw_fini() argument
3038 static int kv_dpm_hw_init(void *handle) in kv_dpm_hw_init() argument
3056 static int kv_dpm_hw_fini(void *handle) in kv_dpm_hw_fini() argument
3066 static int kv_dpm_suspend(void *handle) in kv_dpm_suspend() argument
3079 static int kv_dpm_resume(void *handle) in kv_dpm_resume() argument
3098 static bool kv_dpm_is_idle(void *handle) in kv_dpm_is_idle() argument
3295 kv_dpm_powergate_uvd(handle, gate); in kv_set_powergating_by_smu()
[all …]
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1046a-frwy.dts127 phy-handle = <&qsgmii_phy4>;
132 phy-handle = <&qsgmii_phy2>;
137 phy-handle = <&qsgmii_phy1>;
142 phy-handle = <&qsgmii_phy3>;
H A Dfsl-ls1028a-kontron-kbox-a-230-ls.dts85 phy-handle = <&qsgmii_phy0>;
95 phy-handle = <&qsgmii_phy1>;
105 phy-handle = <&qsgmii_phy2>;
115 phy-handle = <&qsgmii_phy3>;
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-psr.c21 u32 handle; member
42 ret = opal_get_power_shift_ratio(psr_attr->handle, token, in psr_show()
96 ret = opal_set_power_shift_ratio(psr_attr->handle, token, psr); in psr_store()
148 &psr_attrs[i].handle)) in opal_psr_init()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_regs.c107 int hclgevf_get_regs_len(struct hnae3_handle *handle) in hclgevf_get_regs_len() argument
109 struct hclgevf_dev *hdev = hclgevf_ae_get_hdev(handle); in hclgevf_get_regs_len()
123 void hclgevf_get_regs(struct hnae3_handle *handle, u32 *version, in hclgevf_get_regs() argument
129 struct hclgevf_dev *hdev = hclgevf_ae_get_hdev(handle); in hclgevf_get_regs()
/openbmc/linux/include/linux/
H A Dacpi_mdio.h16 acpi_mdiobus_register(struct mii_bus *mdio, struct fwnode_handle *handle) in acpi_mdiobus_register() argument
18 return __acpi_mdiobus_register(mdio, handle, THIS_MODULE); in acpi_mdiobus_register()
/openbmc/linux/drivers/firewire/
H A Dcore-cdev.c96 int handle; member
503 resource->handle = ret; in add_client_resource()
753 req->handle = r->resource.handle; in handle_request()
767 req->handle = r->resource.handle; in handle_request()
781 req->handle = r->resource.handle; in handle_request()
849 a->handle = r->resource.handle; in ioctl_allocate()
950 a->handle = r->resource.handle; in ioctl_add_descriptor()
1096 a->handle = 0; in ioctl_create_iso_context()
1389 e->iso_resource.handle = r->resource.handle; in iso_resource_work()
1458 r->resource.handle = -1; in init_iso_resource()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bo_list.c243 uint32_t handle = args->in.list_handle; in amdgpu_bo_list_ioctl() local
266 handle = r; in amdgpu_bo_list_ioctl()
270 amdgpu_bo_list_destroy(fpriv, handle); in amdgpu_bo_list_ioctl()
271 handle = 0; in amdgpu_bo_list_ioctl()
281 old = idr_replace(&fpriv->bo_list_handles, list, handle); in amdgpu_bo_list_ioctl()
298 args->out.list_handle = handle; in amdgpu_bo_list_ioctl()

1...<<21222324252627282930>>...167