Home
last modified time | relevance | path

Searched defs:kdev (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_sysfs.c41 struct drm_i915_private *kdev_minor_to_i915(struct device *kdev) in kdev_minor_to_i915()
66 struct device *kdev = kobj_to_dev(kobj); in i915_l3_read() local
94 struct device *kdev = kobj_to_dev(kobj); in i915_l3_write() local
165 struct device *kdev = kobj_to_dev(kobj); in error_state_read() local
200 struct device *kdev = kobj_to_dev(kobj); in error_state_write() local
217 static void i915_setup_error_capture(struct device *kdev) in i915_setup_error_capture()
224 static void i915_teardown_error_capture(struct device *kdev) in i915_teardown_error_capture()
229 static void i915_setup_error_capture(struct device *kdev) {} in i915_setup_error_capture()
230 static void i915_teardown_error_capture(struct device *kdev) {} in i915_teardown_error_capture()
235 struct device *kdev = dev_priv->drm.primary->kdev; in i915_setup_sysfs() local
[all …]
H A Di915_driver.c1353 static int i915_pm_prepare(struct device *kdev) in i915_pm_prepare()
1368 static int i915_pm_suspend(struct device *kdev) in i915_pm_suspend()
1383 static int i915_pm_suspend_late(struct device *kdev) in i915_pm_suspend_late()
1412 static int i915_pm_resume_early(struct device *kdev) in i915_pm_resume_early()
1422 static int i915_pm_resume(struct device *kdev) in i915_pm_resume()
1432 static void i915_pm_complete(struct device *kdev) in i915_pm_complete()
1443 static int i915_pm_freeze(struct device *kdev) in i915_pm_freeze()
1461 static int i915_pm_freeze_late(struct device *kdev) in i915_pm_freeze_late()
1480 static int i915_pm_thaw_early(struct device *kdev) in i915_pm_thaw_early()
1485 static int i915_pm_thaw(struct device *kdev) in i915_pm_thaw()
[all …]
H A Dintel_runtime_pm.c489 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
H A Di915_utils.c20 struct device *kdev = dev_priv->drm.dev; in __i915_printk() local
H A Dintel_runtime_pm.h44 struct device *kdev; /* points to i915->drm.dev */ member
/openbmc/linux/drivers/soc/ti/
H A Dknav_qmss_acc.c20 #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 …]
H A Dknav_qmss_queue.c26 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 …]
H A Dknav_qmss.h224 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 …]
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c195 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_config() local
302 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_probe() local
416 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_of_find_mdio() local
436 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_pdata_init() local
529 struct device *kdev = &priv->pdev->dev; in bcmgenet_phy_interface_init() local
589 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_pd_init() local
641 struct device *kdev = &priv->pdev->dev; in bcmgenet_mii_bus_init() local
H A Dbcmgenet_wol.c43 struct device *kdev = &priv->pdev->dev; in bcmgenet_get_wol() local
67 struct device *kdev = &priv->pdev->dev; in bcmgenet_set_wol() local
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c1335 static int kfd_fill_gpu_cache_info_from_gfx_config(struct kfd_dev *kdev, in kfd_fill_gpu_cache_info_from_gfx_config()
1407 int kfd_get_gpu_cache_info(struct kfd_node *kdev, struct kfd_gpu_cache_info **pcache_info) in kfd_get_gpu_cache_info()
1790 struct kfd_node *kdev, uint8_t type, uint64_t size, in kfd_fill_gpu_memory_affinity()
1819 static void kfd_find_numa_node_in_srat(struct kfd_node *kdev) in kfd_find_numa_node_in_srat()
1917 struct kfd_node *kdev, in kfd_fill_gpu_direct_io_link_to_cpu()
1984 struct kfd_node *kdev, in kfd_fill_gpu_xgmi_link_to_gpu()
2036 size_t *size, struct kfd_node *kdev, in kfd_create_vcrat_image_gpu()
2210 int flags, struct kfd_node *kdev, in kfd_create_crat_image_virtual()
H A Dkfd_topology.c973 struct kfd_topology_device *kdev = in find_system_memory() local
993 static void kfd_add_non_crat_information(struct kfd_topology_device *kdev) in kfd_add_non_crat_information()
1010 struct kfd_topology_device *kdev; in kfd_topology_init() local
1329 static int kfd_create_indirect_link_prop(struct kfd_topology_device *kdev, int gpu_node) in kfd_create_indirect_link_prop()
1413 static int kfd_add_peer_prop(struct kfd_topology_device *kdev, in kfd_add_peer_prop()
1674 static void kfd_fill_cache_non_crat_info(struct kfd_topology_device *dev, struct kfd_node *kdev) in kfd_fill_cache_non_crat_info()
2190 int kfd_topology_enum_kfd_devices(uint8_t idx, struct kfd_node **kdev) in kfd_topology_enum_kfd_devices()
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c276 struct device *kdev; in bcmasp_xmit() local
442 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_tx_reclaim() local
509 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_rx_poll() local
692 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_init_rx() local
769 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_reclaim_free_all_rx() local
780 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_init_tx() local
833 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_reclaim_free_all_tx() local
1355 struct device *kdev = &intf->parent->pdev->dev; in bcmasp_interface_suspend() local
/openbmc/linux/drivers/cpuidle/
H A Dsysfs.c161 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
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_audio.c964 static unsigned long i915_audio_component_get_power(struct device *kdev) in i915_audio_component_get_power()
995 static void i915_audio_component_put_power(struct device *kdev, in i915_audio_component_put_power()
1008 static void i915_audio_component_codec_wake_override(struct device *kdev, in i915_audio_component_codec_wake_override()
1037 static int i915_audio_component_get_cdclk_freq(struct device *kdev) in i915_audio_component_get_cdclk_freq()
1095 static int i915_audio_component_sync_audio_rate(struct device *kdev, int port, in i915_audio_component_sync_audio_rate()
1136 static int i915_audio_component_get_eld(struct device *kdev, int port, in i915_audio_component_get_eld()
/openbmc/linux/include/drm/
H A Ddrm_accel.h74 static inline void accel_set_device_instance_params(struct device *kdev, int index) in accel_set_device_instance_params()
H A Ddrm_file.h81 struct device *kdev; /* Linux device */ member
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1503 static int vmw_pm_suspend(struct device *kdev) in vmw_pm_suspend()
1513 static int vmw_pm_resume(struct device *kdev) in vmw_pm_resume()
1520 static int vmw_pm_freeze(struct device *kdev) in vmw_pm_freeze()
1562 static int vmw_pm_restore(struct device *kdev) in vmw_pm_restore()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_audio.c745 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()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c304 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
2104 struct device *kdev; in bcm_enetsw_open() local
2345 struct device *kdev; in bcm_enetsw_stop() local
H A Dbcmsysport.c561 struct device *kdev = &priv->pdev->dev; in bcm_sysport_set_wol() local
698 struct device *kdev = &priv->pdev->dev; in bcm_sysport_rx_refill() local
891 struct device *kdev = &priv->pdev->dev; in bcm_sysport_tx_reclaim_one() local
1321 struct device *kdev = &priv->pdev->dev; in bcm_sysport_xmit() local
/openbmc/linux/drivers/reset/
H A Dreset-brcmstb.c85 struct device *kdev = &pdev->dev; in brcmstb_reset_probe() local
/openbmc/linux/drivers/fpga/
H A Dts73xx-fpga.c103 struct device *kdev = &pdev->dev; in ts73xx_fpga_probe() local
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_sysfs.c364 struct device *kdev; in drm_sysfs_connector_add() local
526 struct device *kdev; in drm_sysfs_minor_alloc() local
/openbmc/linux/drivers/accel/
H A Ddrm_accel.c115 void accel_set_device_instance_params(struct device *kdev, int index) in accel_set_device_instance_params()

12