| /linux/drivers/soc/ti/ |
| H 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 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 …]
|
| H A D | knav_qmss_queue.c | 28 static struct knav_device *kdev; variable 56 #define knav_queue_idx_to_inst(kdev, idx) \ argument 63 #define for_each_instance(idx, inst, kdev) \ argument 194 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 979 static void knav_queue_setup_region(struct knav_device *kdev, in knav_queue_setup_region() 1075 static int knav_queue_setup_regions(struct knav_device *kdev, in knav_queue_setup_regions() 1129 static int knav_get_link_ram(struct knav_device *kdev, in knav_get_link_ram() 1176 static int knav_queue_setup_link_ram(struct knav_device *kdev) in knav_queue_setup_link_ram() 1204 static int knav_setup_queue_range(struct knav_device *kdev, in knav_setup_queue_range() [all …]
|
| H 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/drivers/gpu/drm/i915/ |
| H A D | i915_sysfs.c | 43 struct drm_i915_private *kdev_minor_to_i915(struct device *kdev) in kdev_minor_to_i915() 68 struct device *kdev = kobj_to_dev(kobj); in i915_l3_read() local 96 struct device *kdev = kobj_to_dev(kobj); in i915_l3_write() local 162 struct device *kdev = dev_priv->drm.primary->kdev; in i915_setup_sysfs() local 192 struct device *kdev = dev_priv->drm.primary->kdev; in i915_teardown_sysfs() local
|
| H A D | intel_runtime_pm.c | 379 struct device *kdev = rpm->kdev; in __intel_runtime_pm_put() local 450 struct device *kdev = rpm->kdev; in intel_runtime_pm_enable() local 503 struct device *kdev = rpm->kdev; in intel_runtime_pm_disable() local 538 struct device *kdev = &pdev->dev; in intel_runtime_pm_init_early() local
|
| H A D | intel_runtime_pm.h | 44 struct device *kdev; /* points to i915->drm.dev */ member
|
| H A D | i915_gpu_error.c | 2563 struct device *kdev = kobj_to_dev(kobj); in error_state_read() local 2598 struct device *kdev = kobj_to_dev(kobj); in error_state_write() local 2617 struct device *kdev = i915->drm.primary->kdev; in i915_gpu_error_sysfs_setup() local 2625 struct device *kdev = i915->drm.primary->kdev; in i915_gpu_error_sysfs_teardown() local
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_crat.c | 1425 static int kfd_fill_gpu_cache_info_from_gfx_config(struct kfd_dev *kdev, in kfd_fill_gpu_cache_info_from_gfx_config() 1513 static int kfd_fill_gpu_cache_info_from_gfx_config_v2(struct kfd_dev *kdev, in kfd_fill_gpu_cache_info_from_gfx_config_v2() 1579 int kfd_get_gpu_cache_info(struct kfd_node *kdev, struct kfd_gpu_cache_info **pcache_info) in kfd_get_gpu_cache_info() 1984 struct kfd_node *kdev, uint8_t type, uint64_t size, in kfd_fill_gpu_memory_affinity() 2013 static void kfd_find_numa_node_in_srat(struct kfd_node *kdev) in kfd_find_numa_node_in_srat() 2111 struct kfd_node *kdev, in kfd_fill_gpu_direct_io_link_to_cpu() 2183 struct kfd_node *kdev, in kfd_fill_gpu_xgmi_link_to_gpu() 2235 size_t *size, struct kfd_node *kdev, in kfd_create_vcrat_image_gpu() 2405 int flags, struct kfd_node *kdev, in kfd_create_crat_image_virtual()
|
| H A D | kfd_topology.c | 966 struct kfd_topology_device *kdev = in find_system_memory() local 986 static void kfd_add_non_crat_information(struct kfd_topology_device *kdev) in kfd_add_non_crat_information() 1003 struct kfd_topology_device *kdev; in kfd_topology_init() local 1405 static int kfd_create_indirect_link_prop(struct kfd_topology_device *kdev, int gpu_node) in kfd_create_indirect_link_prop() 1489 static int kfd_add_peer_prop(struct kfd_topology_device *kdev, in kfd_add_peer_prop() 1782 static void kfd_fill_cache_non_crat_info(struct kfd_topology_device *dev, struct kfd_node *kdev) in kfd_fill_cache_non_crat_info() 2306 int kfd_topology_enum_kfd_devices(uint8_t idx, struct kfd_node **kdev) in kfd_topology_enum_kfd_devices()
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmmii.c | 197 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_config() local 304 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_probe() local 421 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_of_find_mdio() local 518 struct device *kdev = &priv->pdev->dev; in bcmgenet_phy_interface_init() local 578 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_bus_init() local
|
| H A D | bcmgenet_wol.c | 43 struct device *kdev = &priv->pdev->dev; in bcmgenet_get_wol() local 75 struct device *kdev = &priv->pdev->dev; in bcmgenet_set_wol() local
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_sysfs.c | 35 struct device *kdev = to_accel_kdev(qdev->qddev); in set_dbc_state() local 59 struct device *kdev = to_accel_kdev(qddev); in qaic_sysfs_init() local 98 struct device *kdev = to_accel_kdev(qddev); in qaic_sysfs_remove() local
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_ccs_mode.c | 93 num_cslices_show(struct device *kdev, in num_cslices_show() 104 ccs_mode_show(struct device *kdev, in ccs_mode_show() 113 ccs_mode_store(struct device *kdev, struct device_attribute *attr, in ccs_mode_store()
|
| /linux/drivers/net/ethernet/broadcom/asp2/ |
| H A D | bcmasp_intf.c | 243 struct device *kdev; in bcmasp_xmit() local 413 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_tx_reclaim() local 480 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_rx_poll() local 666 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_alloc_buffers() local 715 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_reclaim_free_buffers() local 1316 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_interface_suspend() local
|
| H A D | bcmasp_ethtool.c | 167 struct device *kdev = &priv->pdev->dev; in bcmasp_get_wol() local 198 struct device *kdev = &priv->pdev->dev; in bcmasp_set_wol() local
|
| /linux/drivers/cpuidle/ |
| H A D | sysfs.c | 161 struct cpuidle_device_kobj *kdev = in to_cpuidle_device() local 204 struct cpuidle_device_kobj *kdev = in cpuidle_sysfs_release() local 480 struct cpuidle_device_kobj *kdev = device->kobj_dev; in cpuidle_add_state_sysfs() local 617 struct cpuidle_device_kobj *kdev = dev->kobj_dev; in cpuidle_add_driver_sysfs() local 699 struct cpuidle_device_kobj *kdev; in cpuidle_add_sysfs() local 742 struct cpuidle_device_kobj *kdev = dev->kobj_dev; in cpuidle_remove_sysfs() local
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_drv.c | 1476 static int vmw_pm_suspend(struct device *kdev) in vmw_pm_suspend() 1486 static int vmw_pm_resume(struct device *kdev) in vmw_pm_resume() 1493 static int vmw_pm_freeze(struct device *kdev) in vmw_pm_freeze() 1535 static int vmw_pm_restore(struct device *kdev) in vmw_pm_restore()
|
| /linux/include/drm/ |
| H A D | drm_accel.h | 75 static inline void accel_set_device_instance_params(struct device *kdev, int index) in accel_set_device_instance_params()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H 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 1188 struct device *kdev; in bcm_enet_stop() local 2102 struct device *kdev; in bcm_enetsw_open() local 2342 struct device *kdev; in bcm_enetsw_stop() local
|
| H A D | bcmsysport.c | 527 struct device *kdev = &priv->pdev->dev; in bcm_sysport_set_wol() local 664 struct device *kdev = &priv->pdev->dev; in bcm_sysport_rx_refill() local 857 struct device *kdev = &priv->pdev->dev; in bcm_sysport_tx_reclaim_one() local 1287 struct device *kdev = &priv->pdev->dev; in bcm_sysport_xmit() local
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_audio.c | 747 static int radeon_audio_component_get_eld(struct device *kdev, int port, in radeon_audio_component_get_eld() 792 static int radeon_audio_component_bind(struct device *kdev, in radeon_audio_component_bind() 811 static void radeon_audio_component_unbind(struct device *kdev, in radeon_audio_component_unbind()
|
| /linux/drivers/reset/ |
| H A D | reset-brcmstb.c | 85 struct device *kdev = &pdev->dev; in brcmstb_reset_probe() local
|
| /linux/drivers/fpga/ |
| H A D | ts73xx-fpga.c | 103 struct device *kdev = &pdev->dev; in ts73xx_fpga_probe() local
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_sysfs.c | 346 struct device *kdev; in drm_sysfs_connector_add() local 554 struct device *kdev; in drm_sysfs_minor_alloc() local
|
| /linux/drivers/accel/ |
| H A D | drm_accel.c | 99 void accel_set_device_instance_params(struct device *kdev, int index) in accel_set_device_instance_params()
|