/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_sysfs.c | 42 static inline struct drm_i915_private *kdev_minor_to_i915(struct device *kdev) in kdev_minor_to_i915() 62 show_rc6_mask(struct device *kdev, struct device_attribute *attr, char *buf) in show_rc6_mask() 79 show_rc6_ms(struct device *kdev, struct device_attribute *attr, char *buf) in show_rc6_ms() 87 show_rc6p_ms(struct device *kdev, struct device_attribute *attr, char *buf) in show_rc6p_ms() 95 show_rc6pp_ms(struct device *kdev, struct device_attribute *attr, char *buf) in show_rc6pp_ms() 103 show_media_rc6_ms(struct device *kdev, struct device_attribute *attr, char *buf) in show_media_rc6_ms() 168 struct device *kdev = kobj_to_dev(kobj); in i915_l3_read() local 196 struct device *kdev = kobj_to_dev(kobj); in i915_l3_write() local 260 static ssize_t gt_act_freq_mhz_show(struct device *kdev, in gt_act_freq_mhz_show() 270 static ssize_t gt_cur_freq_mhz_show(struct device *kdev, in gt_cur_freq_mhz_show() [all …]
|
D | i915_drv.c | 1339 static int i915_pm_prepare(struct device *kdev) in i915_pm_prepare() 1354 static int i915_pm_suspend(struct device *kdev) in i915_pm_suspend() 1369 static int i915_pm_suspend_late(struct device *kdev) in i915_pm_suspend_late() 1388 static int i915_pm_poweroff_late(struct device *kdev) in i915_pm_poweroff_late() 1398 static int i915_pm_resume_early(struct device *kdev) in i915_pm_resume_early() 1408 static int i915_pm_resume(struct device *kdev) in i915_pm_resume() 1419 static int i915_pm_freeze(struct device *kdev) in i915_pm_freeze() 1437 static int i915_pm_freeze_late(struct device *kdev) in i915_pm_freeze_late() 1456 static int i915_pm_thaw_early(struct device *kdev) in i915_pm_thaw_early() 1461 static int i915_pm_thaw(struct device *kdev) in i915_pm_thaw() [all …]
|
D | intel_runtime_pm.c | 498 struct device *kdev = rpm->kdev; in __intel_runtime_pm_put() local 571 struct device *kdev = rpm->kdev; in intel_runtime_pm_enable() local 616 struct device *kdev = rpm->kdev; in intel_runtime_pm_disable() local 648 struct device *kdev = &pdev->dev; in intel_runtime_pm_init_early() local
|
D | i915_utils.c | 18 struct device *kdev = dev_priv->drm.dev; in __i915_printk() local
|
D | i915_gem_gtt.c | 59 struct device *kdev = &dev_priv->drm.pdev->dev; in i915_gem_gtt_finish_pages() local
|
D | intel_runtime_pm.h | 52 struct device *kdev; /* points to i915->drm.pdev->dev */ member
|
/kernel/linux/linux-5.10/drivers/soc/ti/ |
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 277 knav_acc_write(struct knav_device *kdev, struct knav_pdsp_info *pdsp, in knav_acc_write() 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 [all …]
|
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 193 knav_queue_match_id_to_inst(struct knav_device *kdev, unsigned id) in knav_queue_match_id_to_inst() 431 struct knav_device *kdev = inst->kdev; in knav_queue_debug_show_instance() local 981 static void knav_queue_setup_region(struct knav_device *kdev, in knav_queue_setup_region() 1077 static int knav_queue_setup_regions(struct knav_device *kdev, in knav_queue_setup_regions() 1134 static int knav_get_link_ram(struct knav_device *kdev, in knav_get_link_ram() 1181 static int knav_queue_setup_link_ram(struct knav_device *kdev) in knav_queue_setup_link_ram() 1209 static int knav_setup_queue_range(struct knav_device *kdev, in knav_setup_queue_range() [all …]
|
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 …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 186 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_config() local 287 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_probe() local 370 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_of_find_mdio() local 390 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_pdata_init() local 483 struct device *kdev = &priv->pdev->dev; in bcmgenet_phy_interface_init() local 543 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_pd_init() local 595 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_bus_init() local
|
D | bcmgenet_wol.c | 44 struct device *kdev = &priv->pdev->dev; in bcmgenet_get_wol() local 66 struct device *kdev = &priv->pdev->dev; in bcmgenet_set_wol() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.c | 613 static int kfd_fill_gpu_cache_info(struct kfd_dev *kdev, in kfd_fill_gpu_cache_info() 1070 struct kfd_dev *kdev, uint8_t type, uint64_t size, in kfd_fill_gpu_memory_affinity() 1108 struct kfd_dev *kdev, in kfd_fill_gpu_direct_io_link_to_cpu() 1142 struct kfd_dev *kdev, in kfd_fill_gpu_xgmi_link_to_gpu() 1174 size_t *size, struct kfd_dev *kdev, in kfd_create_vcrat_image_gpu() 1374 int flags, struct kfd_dev *kdev, in kfd_create_crat_image_virtual()
|
D | kfd_iommu.h | 76 static inline int kfd_iommu_add_perf_counters(struct kfd_topology_device *kdev) in kfd_iommu_add_perf_counters()
|
D | kfd_topology.c | 922 struct kfd_topology_device *kdev = in find_system_memory() local 943 static int kfd_add_perf_to_topology(struct kfd_topology_device *kdev) in kfd_add_perf_to_topology() 953 static void kfd_add_non_crat_information(struct kfd_topology_device *kdev) in kfd_add_non_crat_information() 989 struct kfd_topology_device *kdev; in kfd_topology_init() local 1462 int kfd_topology_enum_kfd_devices(uint8_t idx, struct kfd_dev **kdev) in kfd_topology_enum_kfd_devices()
|
D | kfd_iommu.c | 342 int kfd_iommu_add_perf_counters(struct kfd_topology_device *kdev) in kfd_iommu_add_perf_counters()
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
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 472 struct cpuidle_device_kobj *kdev = device->kobj_dev; in cpuidle_add_state_sysfs() local 608 struct cpuidle_device_kobj *kdev = dev->kobj_dev; in cpuidle_add_driver_sysfs() local 690 struct cpuidle_device_kobj *kdev; in cpuidle_add_sysfs() local 733 struct cpuidle_device_kobj *kdev = dev->kobj_dev; in cpuidle_remove_sysfs() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_audio.c | 1002 static unsigned long i915_audio_component_get_power(struct device *kdev) in i915_audio_component_get_power() 1033 static void i915_audio_component_put_power(struct device *kdev, in i915_audio_component_put_power() 1046 static void i915_audio_component_codec_wake_override(struct device *kdev, in i915_audio_component_codec_wake_override() 1078 static int i915_audio_component_get_cdclk_freq(struct device *kdev) in i915_audio_component_get_cdclk_freq() 1139 static int i915_audio_component_sync_audio_rate(struct device *kdev, int port, in i915_audio_component_sync_audio_rate() 1177 static int i915_audio_component_get_eld(struct device *kdev, int port, in i915_audio_component_get_eld()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.c | 1345 static int vmw_pm_suspend(struct device *kdev) in vmw_pm_suspend() 1355 static int vmw_pm_resume(struct device *kdev) in vmw_pm_resume() 1362 static int vmw_pm_freeze(struct device *kdev) in vmw_pm_freeze() 1411 static int vmw_pm_restore(struct device *kdev) in vmw_pm_restore()
|
/kernel/linux/linux-5.10/drivers/reset/ |
D | reset-brcmstb.c | 85 struct device *kdev = &pdev->dev; in brcmstb_reset_probe() local
|
/kernel/linux/linux-5.10/drivers/fpga/ |
D | ts73xx-fpga.c | 109 struct device *kdev = &pdev->dev; in ts73xx_fpga_probe() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.c | 300 struct device *kdev; in bcm_enet_receive_queue() local 855 struct device *kdev; in bcm_enet_open() local 1161 struct device *kdev; in bcm_enet_stop() local 2077 struct device *kdev; in bcm_enetsw_open() local 2329 struct device *kdev; in bcm_enetsw_stop() local
|
D | bcmsysport.c | 549 struct device *kdev = &priv->pdev->dev; in bcm_sysport_set_wol() local 682 struct device *kdev = &priv->pdev->dev; in bcm_sysport_rx_refill() local 875 struct device *kdev = &priv->pdev->dev; in bcm_sysport_tx_reclaim_one() local 1305 struct device *kdev = &priv->pdev->dev; in bcm_sysport_xmit() local
|
/kernel/linux/linux-5.10/include/drm/ |
D | drm_file.h | 74 struct device *kdev; /* Linux device */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_sysfs.c | 386 struct device *kdev; in drm_sysfs_minor_alloc() local
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-cp2112.c | 952 static ssize_t pstr_store(struct device *kdev, in pstr_store() 984 static ssize_t pstr_show(struct device *kdev, in pstr_show()
|