| /Linux-v5.4/drivers/spi/ |
| D | spi-pxa2xx.c | 1479 static int pxa2xx_spi_get_port_id(struct acpi_device *adev) in pxa2xx_spi_get_port_id() 1492 static int pxa2xx_spi_get_port_id(struct acpi_device *adev) in pxa2xx_spi_get_port_id() 1513 struct acpi_device *adev; in pxa2xx_spi_init_pdata() local
|
| /Linux-v5.4/sound/soc/intel/boards/ |
| D | cht_bsw_rt5672.c | 406 struct acpi_device *adev; in snd_cht_mc_probe() local
|
| D | bytcht_es8316.c | 468 struct acpi_device *adev; in snd_byt_cht_es8316_mc_probe() local
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| D | amdgpu_dm_color.c | 302 struct amdgpu_device *adev = in amdgpu_dm_update_crtc_color_mgmt() local
|
| D | amdgpu_dm.h | 62 struct amdgpu_device *adev; member 126 struct amdgpu_device *adev; member
|
| /Linux-v5.4/drivers/platform/x86/ |
| D | intel_cht_int33fe.c | 84 struct acpi_device *adev; in cht_int33fe_check_for_max17047() local
|
| /Linux-v5.4/drivers/hwtracing/coresight/ |
| D | coresight-replicator.c | 320 static int dynamic_replicator_probe(struct amba_device *adev, in dynamic_replicator_probe()
|
| D | coresight-funnel.c | 325 static int dynamic_funnel_probe(struct amba_device *adev, in dynamic_funnel_probe()
|
| /Linux-v5.4/drivers/mailbox/ |
| D | pl320-ipc.c | 130 static int pl320_probe(struct amba_device *adev, const struct amba_id *id) in pl320_probe()
|
| /Linux-v5.4/drivers/thermal/intel/int340x_thermal/ |
| D | processor_thermal_device.c | 58 struct acpi_device *adev; member 349 struct acpi_device *adev; in proc_thermal_add() local
|
| D | int3403_thermal.c | 46 struct acpi_device *adev; member
|
| /Linux-v5.4/drivers/iio/accel/ |
| D | st_accel_core.c | 1019 struct acpi_device *adev; in apply_acpi_orientation() local
|
| /Linux-v5.4/drivers/ata/ |
| D | libata-zpodd.c | 267 struct acpi_device *adev = ACPI_COMPANION(&dev->tdev); in zpodd_init() local
|
| /Linux-v5.4/drivers/i2c/busses/ |
| D | i2c-amd-mp2-plat.c | 246 struct acpi_device *adev; in i2c_amd_probe() local
|
| /Linux-v5.4/drivers/pci/controller/ |
| D | pci-xgene.c | 195 static int xgene_get_csr_resource(struct acpi_device *adev, in xgene_get_csr_resource() 229 struct acpi_device *adev = to_acpi_device(dev); in xgene_pcie_ecam_init() local
|
| D | pci-thunder-pem.c | 373 struct acpi_device *adev = to_acpi_device(dev); in thunder_pem_acpi_init() local
|
| /Linux-v5.4/drivers/mfd/ |
| D | mfd-core.c | 84 struct acpi_device *adev; in mfd_acpi_add_device() local
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_mes.h | 30 struct amdgpu_adev *adev; member
|
| D | amdgpu_gfx.h | 332 #define amdgpu_gfx_get_gpu_clock_counter(adev) (adev)->gfx.funcs->get_gpu_clock_counter((adev)) argument 333 #define amdgpu_gfx_select_se_sh(adev, se, sh, instance) (adev)->gfx.funcs->select_se_sh((adev), (se… argument 334 #define amdgpu_gfx_select_me_pipe_q(adev, me, pipe, q, vmid) (adev)->gfx.funcs->select_me_pipe_q((a… argument
|
| /Linux-v5.4/drivers/acpi/ |
| D | sleep.c | 852 struct acpi_device *adev; in lpi_check_constraints() local 890 static int lps0_device_attach(struct acpi_device *adev, in lps0_device_attach()
|
| D | acpi_memhotplug.c | 164 struct acpi_device *adev) in acpi_bind_memory_blocks()
|
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/ |
| D | ci_smumgr.c | 235 struct amdgpu_device *adev = hwmgr->adev; in ci_initialize_power_tune_defaults() local 1304 struct amdgpu_device *adev = hwmgr->adev; in ci_populate_all_memory_levels() local 2855 struct amdgpu_device *adev = hwmgr->adev; in ci_update_uvd_smc_table() local 2892 struct amdgpu_device *adev = hwmgr->adev; in ci_update_vce_smc_table() local
|
| /Linux-v5.4/include/linux/gpio/ |
| D | consumer.h | 645 static inline int acpi_dev_add_driver_gpios(struct acpi_device *adev, in acpi_dev_add_driver_gpios() 650 static inline void acpi_dev_remove_driver_gpios(struct acpi_device *adev) {} in acpi_dev_remove_driver_gpios()
|
| /Linux-v5.4/include/linux/ |
| D | device.h | 251 bus_find_device_by_acpi_dev(struct bus_type *bus, const struct acpi_device *adev) in bus_find_device_by_acpi_dev() 257 bus_find_device_by_acpi_dev(struct bus_type *bus, const void *adev) in bus_find_device_by_acpi_dev() 499 const struct acpi_device *adev) in driver_find_device_by_acpi_dev() 505 driver_find_device_by_acpi_dev(struct device_driver *drv, const void *adev) in driver_find_device_by_acpi_dev() 698 class_find_device_by_acpi_dev(struct class *class, const struct acpi_device *adev) in class_find_device_by_acpi_dev() 704 class_find_device_by_acpi_dev(struct class *class, const void *adev) in class_find_device_by_acpi_dev()
|
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
| D | smu7_hwmgr.c | 1554 struct amdgpu_device *adev = hwmgr->adev; in smu7_init_dpm_defaults() local 2119 struct amdgpu_device *adev = hwmgr->adev; in smu7_patch_voltage_workaround() local 2572 struct amdgpu_device *adev = hwmgr->adev; in smu7_hwmgr_backend_init() local 2887 struct amdgpu_device *adev = hwmgr->adev; in smu7_apply_state_adjust_rules() local 3481 struct amdgpu_device *adev = hwmgr->adev; in smu7_get_gpu_power() local 4318 struct amdgpu_device *adev = hwmgr->adev; in smu7_get_memory_type() local
|