/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_sysfs.c | 42 struct drm_i915_private *kdev_minor_to_i915(struct device *kdev) in kdev_minor_to_i915() 67 struct device *kdev = kobj_to_dev(kobj); in i915_l3_read() local 95 struct device *kdev = kobj_to_dev(kobj); in i915_l3_write() local 166 struct device *kdev = kobj_to_dev(kobj); in error_state_read() local 201 struct device *kdev = kobj_to_dev(kobj); in error_state_write() local 218 static void i915_setup_error_capture(struct device *kdev) in i915_setup_error_capture() 225 static void i915_teardown_error_capture(struct device *kdev) in i915_teardown_error_capture() 230 static void i915_setup_error_capture(struct device *kdev) {} in i915_setup_error_capture() 231 static void i915_teardown_error_capture(struct device *kdev) {} in i915_teardown_error_capture() 236 struct device *kdev = dev_priv->drm.primary->kdev; in i915_setup_sysfs() local [all …]
|
A D | i915_driver.c | 1349 static int i915_pm_prepare(struct device *kdev) in i915_pm_prepare() 1364 static int i915_pm_suspend(struct device *kdev) in i915_pm_suspend() 1379 static int i915_pm_suspend_late(struct device *kdev) in i915_pm_suspend_late() 1408 static int i915_pm_resume_early(struct device *kdev) in i915_pm_resume_early() 1418 static int i915_pm_resume(struct device *kdev) in i915_pm_resume() 1429 static int i915_pm_freeze(struct device *kdev) in i915_pm_freeze() 1447 static int i915_pm_freeze_late(struct device *kdev) in i915_pm_freeze_late() 1466 static int i915_pm_thaw_early(struct device *kdev) in i915_pm_thaw_early() 1471 static int i915_pm_thaw(struct device *kdev) in i915_pm_thaw() 1482 static int i915_pm_restore(struct device *kdev) in i915_pm_restore() [all …]
|
A D | intel_runtime_pm.c | 489 struct device *kdev = rpm->kdev; in __intel_runtime_pm_put() local 562 struct device *kdev = rpm->kdev; in intel_runtime_pm_enable() local 617 struct device *kdev = rpm->kdev; in intel_runtime_pm_disable() local 651 struct device *kdev = &pdev->dev; in intel_runtime_pm_init_early() local
|
A D | i915_utils.c | 20 struct device *kdev = dev_priv->drm.dev; in __i915_printk() local
|
A D | intel_runtime_pm.h | 50 struct device *kdev; /* points to i915->drm.dev */ member
|
/linux-6.3-rc2/drivers/soc/ti/ |
A D | knav_qmss_acc.c | 20 #define knav_range_offset_to_inst(kdev, range, q) \ argument 26 struct knav_device *kdev = range->kdev; in __knav_acc_notify() local 57 struct knav_device *kdev = range->kdev; in knav_acc_set_notify() local 84 struct knav_device *kdev; in knav_acc_int_handler() local 198 struct knav_device *kdev = range->kdev; in knav_range_setup_acc_irq() local 300 static void knav_acc_setup_cmd(struct knav_device *kdev, in knav_acc_setup_cmd() 334 static void knav_acc_stop(struct knav_device *kdev, in knav_acc_stop() 352 static enum knav_acc_result knav_acc_start(struct knav_device *kdev, in knav_acc_start() 374 struct knav_device *kdev = range->kdev; in knav_acc_init_range() local 429 struct knav_device *kdev = range->kdev; in knav_acc_free_range() local [all …]
|
A D | knav_qmss_queue.c | 26 static struct knav_device *kdev; variable 54 #define knav_queue_idx_to_inst(kdev, idx) \ argument 61 #define for_each_instance(idx, inst, kdev) \ argument 431 struct knav_device *kdev = inst->kdev; in knav_queue_debug_show_instance() local 1134 static int knav_get_link_ram(struct knav_device *kdev, in knav_get_link_ram() 1389 static int knav_queue_init_qmgrs(struct knav_device *kdev, in knav_queue_init_qmgrs() 1491 static int knav_queue_init_pdsps(struct knav_device *kdev, in knav_queue_init_pdsps() 1543 static int knav_queue_stop_pdsp(struct knav_device *kdev, in knav_queue_stop_pdsp() 1562 static int knav_queue_load_pdsp(struct knav_device *kdev, in knav_queue_load_pdsp() 1601 static int knav_queue_start_pdsp(struct knav_device *kdev, in knav_queue_start_pdsp() [all …]
|
A D | knav_qmss.h | 224 struct knav_device *kdev; member 254 struct knav_device *kdev; member 330 struct knav_device *kdev; member 348 #define for_each_region(kdev, region) \ argument 351 #define first_region(kdev) \ argument 355 #define for_each_queue_range(kdev, range) \ argument 358 #define first_queue_range(kdev) \ argument 362 #define for_each_pool(kdev, pool) \ argument 365 #define for_each_pdsp(kdev, pdsp) \ argument 368 #define for_each_qmgr(kdev, qmgr) \ argument [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/genet/ |
A D | bcmmii.c | 188 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_config() local 293 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_probe() local 407 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_of_find_mdio() local 427 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_pdata_init() local 520 struct device *kdev = &priv->pdev->dev; in bcmgenet_phy_interface_init() local 580 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_pd_init() local 632 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_bus_init() local
|
A D | bcmgenet_wol.c | 43 struct device *kdev = &priv->pdev->dev; in bcmgenet_get_wol() local 65 struct device *kdev = &priv->pdev->dev; in bcmgenet_set_wol() local
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_crat.c | 1336 static int kfd_fill_gpu_cache_info_from_gfx_config(struct kfd_dev *kdev, in kfd_fill_gpu_cache_info_from_gfx_config() 1408 int kfd_get_gpu_cache_info(struct kfd_dev *kdev, struct kfd_gpu_cache_info **pcache_info) in kfd_get_gpu_cache_info() 1860 struct kfd_dev *kdev, uint8_t type, uint64_t size, in kfd_fill_gpu_memory_affinity() 1889 static void kfd_find_numa_node_in_srat(struct kfd_dev *kdev) in kfd_find_numa_node_in_srat() 1984 struct kfd_dev *kdev, in kfd_fill_gpu_direct_io_link_to_cpu() 2046 struct kfd_dev *kdev, in kfd_fill_gpu_xgmi_link_to_gpu() 2083 size_t *size, struct kfd_dev *kdev, in kfd_create_vcrat_image_gpu() 2262 int flags, struct kfd_dev *kdev, in kfd_create_crat_image_virtual()
|
A D | kfd_topology.c | 988 struct kfd_topology_device *kdev = in find_system_memory() local 1009 static int kfd_add_perf_to_topology(struct kfd_topology_device *kdev) in kfd_add_perf_to_topology() 1019 static void kfd_add_non_crat_information(struct kfd_topology_device *kdev) in kfd_add_non_crat_information() 1055 struct kfd_topology_device *kdev; in kfd_topology_init() local 1390 static int kfd_create_indirect_link_prop(struct kfd_topology_device *kdev, int gpu_node) in kfd_create_indirect_link_prop() 1473 static int kfd_add_peer_prop(struct kfd_topology_device *kdev, in kfd_add_peer_prop() 1726 static void kfd_fill_cache_non_crat_info(struct kfd_topology_device *dev, struct kfd_dev *kdev) in kfd_fill_cache_non_crat_info() 2122 int kfd_topology_enum_kfd_devices(uint8_t idx, struct kfd_dev **kdev) in kfd_topology_enum_kfd_devices()
|
A D | kfd_iommu.h | 77 static inline int kfd_iommu_add_perf_counters(struct kfd_topology_device *kdev) in kfd_iommu_add_perf_counters()
|
A D | kfd_device.c | 1132 unsigned int kfd_get_num_sdma_engines(struct kfd_dev *kdev) in kfd_get_num_sdma_engines() 1141 unsigned int kfd_get_num_xgmi_sdma_engines(struct kfd_dev *kdev) in kfd_get_num_xgmi_sdma_engines()
|
A D | kfd_iommu.c | 328 int kfd_iommu_add_perf_counters(struct kfd_topology_device *kdev) in kfd_iommu_add_perf_counters()
|
/linux-6.3-rc2/drivers/cpuidle/ |
A D | sysfs.c | 154 struct cpuidle_device_kobj *kdev = in to_cpuidle_device() local 197 struct cpuidle_device_kobj *kdev = in cpuidle_sysfs_release() local 473 struct cpuidle_device_kobj *kdev = device->kobj_dev; in cpuidle_add_state_sysfs() local 610 struct cpuidle_device_kobj *kdev = dev->kobj_dev; in cpuidle_add_driver_sysfs() local 692 struct cpuidle_device_kobj *kdev; in cpuidle_add_sysfs() local 735 struct cpuidle_device_kobj *kdev = dev->kobj_dev; in cpuidle_remove_sysfs() local
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_audio.c | 1066 static unsigned long i915_audio_component_get_power(struct device *kdev) in i915_audio_component_get_power() 1097 static void i915_audio_component_put_power(struct device *kdev, in i915_audio_component_put_power() 1110 static void i915_audio_component_codec_wake_override(struct device *kdev, in i915_audio_component_codec_wake_override() 1139 static int i915_audio_component_get_cdclk_freq(struct device *kdev) in i915_audio_component_get_cdclk_freq() 1197 static int i915_audio_component_sync_audio_rate(struct device *kdev, int port, in i915_audio_component_sync_audio_rate() 1238 static int i915_audio_component_get_eld(struct device *kdev, int port, in i915_audio_component_get_eld()
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_drv.c | 1471 static int vmw_pm_suspend(struct device *kdev) in vmw_pm_suspend() 1481 static int vmw_pm_resume(struct device *kdev) in vmw_pm_resume() 1488 static int vmw_pm_freeze(struct device *kdev) in vmw_pm_freeze() 1530 static int vmw_pm_restore(struct device *kdev) in vmw_pm_restore()
|
/linux-6.3-rc2/include/drm/ |
A D | drm_accel.h | 88 static inline void accel_set_device_instance_params(struct device *kdev, int index) in accel_set_device_instance_params()
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | radeon_audio.c | 745 static int radeon_audio_component_get_eld(struct device *kdev, int port, in radeon_audio_component_get_eld() 784 static int radeon_audio_component_bind(struct device *kdev, in radeon_audio_component_bind() 803 static void radeon_audio_component_unbind(struct device *kdev, in radeon_audio_component_unbind()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/ |
A D | bcm63xx_enet.c | 304 struct device *kdev; in bcm_enet_receive_queue() local 869 static void bcm_enet_free_rx_buf_ring(struct device *kdev, struct bcm_enet_priv *priv) in bcm_enet_free_rx_buf_ring() 894 struct device *kdev; in bcm_enet_open() local 1189 struct device *kdev; in bcm_enet_stop() local 2105 struct device *kdev; in bcm_enetsw_open() local 2346 struct device *kdev; in bcm_enetsw_stop() local
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_sysfs.c | 323 struct device *kdev; in drm_sysfs_connector_add() local 472 struct device *kdev; in drm_sysfs_minor_alloc() local
|
/linux-6.3-rc2/drivers/reset/ |
A D | reset-brcmstb.c | 85 struct device *kdev = &pdev->dev; in brcmstb_reset_probe() local
|
/linux-6.3-rc2/drivers/fpga/ |
A D | ts73xx-fpga.c | 103 struct device *kdev = &pdev->dev; in ts73xx_fpga_probe() local
|
/linux-6.3-rc2/drivers/accel/ |
A D | drm_accel.c | 116 void accel_set_device_instance_params(struct device *kdev, int index) in accel_set_device_instance_params()
|