Searched defs:kdev (Results 26 – 35 of 35) sorted by relevance
12
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
D | sysfs_engines.c | 502 struct device *kdev = i915->drm.primary->kdev; in intel_engines_add_sysfs() local
|
/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 588 nv50_audio_component_get_eld(struct device *kdev, int port, int dev_id, in nv50_audio_component_get_eld() 639 nv50_audio_component_bind(struct device *kdev, struct device *hda_kdev, in nv50_audio_component_bind() 658 nv50_audio_component_unbind(struct device *kdev, struct device *hda_kdev, in nv50_audio_component_unbind()
|
/Linux-v5.10/drivers/soc/ti/ |
D | knav_dma.c | 135 static struct knav_dma_pool_device *kdev; variable
|
/Linux-v5.10/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 1992 struct device *kdev = &priv->pdev->dev; in bcmgenet_xmit() local 2133 struct device *kdev = &priv->pdev->dev; in bcmgenet_rx_refill() local 2464 struct device *kdev = &priv->pdev->dev; in init_umac() local
|
/Linux-v5.10/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 661 struct kfd_dev *kdev = pdd->dev; in kfd_process_alloc_gpuvm() local
|
D | kfd_device_queue_manager.c | 260 static int flush_texture_cache_nocpsch(struct kfd_dev *kdev, in flush_texture_cache_nocpsch()
|
/Linux-v5.10/drivers/gpu/drm/i915/gvt/ |
D | gtt.c | 740 struct device *kdev = &spt->vgpu->gvt->gt->i915->drm.pdev->dev; in ppgtt_free_spt() local 825 struct device *kdev = &vgpu->gvt->gt->i915->drm.pdev->dev; in ppgtt_alloc_spt() local
|
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 624 static int amdgpu_dm_audio_component_get_eld(struct device *kdev, int port, in amdgpu_dm_audio_component_get_eld() 664 static int amdgpu_dm_audio_component_bind(struct device *kdev, in amdgpu_dm_audio_component_bind() 678 static void amdgpu_dm_audio_component_unbind(struct device *kdev, in amdgpu_dm_audio_component_unbind()
|
/Linux-v5.10/include/drm/ |
D | drm_connector.h | 1174 struct device *kdev; member
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | i915_drv.h | 1232 static inline struct drm_i915_private *kdev_to_i915(struct device *kdev) in kdev_to_i915()
|
12