Home
last modified time | relevance | path

Searched defs:adev (Results 301 – 325 of 504) sorted by relevance

1...<<1112131415161718192021

/OK3568_Linux_fs/kernel/drivers/acpi/dptf/
H A Dint340x_thermal.c41 static int int340x_thermal_handler_attach(struct acpi_device *adev, in int340x_thermal_handler_attach()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_powertune.c964 struct amdgpu_device *adev = hwmgr->adev; in smu7_enable_didt_config() local
1034 struct amdgpu_device *adev = hwmgr->adev; in smu7_disable_didt_config() local
H A Dvega20_hwmgr.c181 struct amdgpu_device *adev = hwmgr->adev; in vega20_set_features_platform_caps() local
335 struct amdgpu_device *adev = hwmgr->adev; in vega20_init_dpm_defaults() local
430 struct amdgpu_device *adev = hwmgr->adev; in vega20_hwmgr_backend_init() local
491 struct amdgpu_device *adev = (struct amdgpu_device *)(hwmgr->adev); in vega20_setup_asic_task() local
833 struct amdgpu_device *adev = (struct amdgpu_device *)(hwmgr->adev); in vega20_override_pcie_parameters() local
2207 struct amdgpu_device *adev = hwmgr->adev; in vega20_read_sensor() local
3313 struct amdgpu_device *adev = hwmgr->adev; in vega20_get_current_pcie_link_width_level() local
3333 struct amdgpu_device *adev = hwmgr->adev; in vega20_get_current_pcie_link_speed_level() local
H A Dppatomfwctrl.c250 struct amdgpu_device *adev = hwmgr->adev; in pp_atomfwctrl_get_gpu_pll_dividers_vega10() local
495 struct amdgpu_device *adev = hwmgr->adev; in pp_atomfwctrl_get_clk_information_by_clkid() local
H A Dvega12_hwmgr.c143 struct amdgpu_device *adev = hwmgr->adev; in vega12_set_features_platform_caps() local
300 struct amdgpu_device *adev = hwmgr->adev; in vega12_init_dpm_defaults() local
391 struct amdgpu_device *adev = hwmgr->adev; in vega12_hwmgr_backend_init() local
487 struct amdgpu_device *adev = (struct amdgpu_device *)(hwmgr->adev); in vega12_override_pcie_parameters() local
2204 struct amdgpu_device *adev = hwmgr->adev; in vega12_get_current_pcie_link_width_level() local
2224 struct amdgpu_device *adev = hwmgr->adev; in vega12_get_current_pcie_link_speed_level() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.c210 struct amdgpu_device *adev = (struct amdgpu_device *)dev->kgd; in kfd_smi_event_update_thermal_throttling() local
233 struct amdgpu_device *adev = (struct amdgpu_device *)dev->kgd; in kfd_smi_event_update_vmfault() local
/OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c75 struct acpi_device *adev; in acpi_parse_trt() local
152 struct acpi_device *adev; in acpi_parse_art() local
H A Dint3402_thermal.c44 struct acpi_device *adev = ACPI_COMPANION(&pdev->dev); in int3402_thermal_probe() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sdma.h111 #define amdgpu_emit_copy_buffer(adev, ib, s, d, b, t) (adev)->mman.buffer_funcs->emit_copy_buffer((… argument
112 #define amdgpu_emit_fill_buffer(adev, ib, s, d, b) (adev)->mman.buffer_funcs->emit_fill_buffer((ib)… argument
H A Damdgpu_sync.c63 static bool amdgpu_sync_same_dev(struct amdgpu_device *adev, in amdgpu_sync_same_dev()
200 int amdgpu_sync_resv(struct amdgpu_device *adev, struct amdgpu_sync *sync, in amdgpu_sync_resv()
H A Damdgpu_ras.h333 struct amdgpu_device *adev; member
402 struct amdgpu_device *adev; member
479 #define amdgpu_ras_get_context(adev) ((adev)->psp.ras.ras) argument
480 #define amdgpu_ras_set_context(adev, ras_con) ((adev)->psp.ras.ras = (ras_con)) argument
483 static inline int amdgpu_ras_is_supported(struct amdgpu_device *adev, in amdgpu_ras_is_supported()
511 static inline int amdgpu_ras_reset_gpu(struct amdgpu_device *adev) in amdgpu_ras_reset_gpu()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c270 struct amdgpu_device *adev = drm_to_adev(dev); in dm_mst_atomic_best_encoder() local
340 dm_dp_create_fake_mst_encoders(struct amdgpu_device *adev) in dm_dp_create_fake_mst_encoders()
369 struct amdgpu_device *adev = drm_to_adev(dev); in dm_dp_add_mst_connector() local
/OK3568_Linux_fs/kernel/include/linux/device/
H A Ddriver.h232 const struct acpi_device *adev) in driver_find_device_by_acpi_dev()
238 driver_find_device_by_acpi_dev(struct device_driver *drv, const void *adev) in driver_find_device_by_acpi_dev()
H A Dclass.h185 class_find_device_by_acpi_dev(struct class *class, const struct acpi_device *adev) in class_find_device_by_acpi_dev()
191 class_find_device_by_acpi_dev(struct class *class, const void *adev) in class_find_device_by_acpi_dev()
H A Dbus.h242 bus_find_device_by_acpi_dev(struct bus_type *bus, const struct acpi_device *adev) in bus_find_device_by_acpi_dev()
248 bus_find_device_by_acpi_dev(struct bus_type *bus, const void *adev) in bus_find_device_by_acpi_dev()
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dacpi.c20 struct acpi_device *adev; in tb_acpi_add_link() local
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_amba.c48 static int amba_handler_attach(struct acpi_device *adev, in amba_handler_attach()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dfujitsu-tablet.c445 static int acpi_fujitsu_add(struct acpi_device *adev) in acpi_fujitsu_add()
487 static int acpi_fujitsu_remove(struct acpi_device *adev) in acpi_fujitsu_remove()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-replicator.c390 static int dynamic_replicator_probe(struct amba_device *adev, in dynamic_replicator_probe()
396 static void dynamic_replicator_remove(struct amba_device *adev) in dynamic_replicator_remove()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_bk3710.c134 struct ata_device *adev) in pata_bk3710_set_dmamode()
199 struct ata_device *adev) in pata_bk3710_set_piomode()
H A Dpata_netcell.c23 static unsigned int netcell_read_id(struct ata_device *adev, in netcell_read_id()
/OK3568_Linux_fs/kernel/drivers/hwtracing/intel_th/
H A Dacpi.c39 struct acpi_device *adev = ACPI_COMPANION(&pdev->dev); in intel_th_acpi_probe() local
/OK3568_Linux_fs/kernel/drivers/acpi/x86/
H A Dapple.c27 void acpi_extract_apple_properties(struct acpi_device *adev) in acpi_extract_apple_properties()
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_lpc.c338 struct acpi_device *adev; in cros_ec_lpc_probe() local
435 struct acpi_device *adev; in cros_ec_lpc_remove() local
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-acpi.c36 struct acpi_device *adev; in snd_soc_acpi_find_package() local

1...<<1112131415161718192021