Searched refs:_adev (Results 1 – 11 of 11) sorted by relevance
33 static void drm_aux_hpd_bridge_free_adev(void *_adev) in drm_aux_hpd_bridge_free_adev() argument35 auxiliary_device_uninit(_adev); in drm_aux_hpd_bridge_free_adev()88 static void drm_aux_hpd_bridge_del_adev(void *_adev) in drm_aux_hpd_bridge_del_adev() argument90 auxiliary_device_delete(_adev); in drm_aux_hpd_bridge_del_adev()
25 static void drm_aux_bridge_unregister_adev(void *_adev) in drm_aux_bridge_unregister_adev() argument27 struct auxiliary_device *adev = _adev; in drm_aux_bridge_unregister_adev()
14 #define to_jh71x0_reset_adev(_adev) \ argument15 container_of((_adev), struct jh71x0_reset_adev, adev)
35 #define to_ep93xx_regmap_adev(_adev) \ argument36 container_of((_adev), struct ep93xx_regmap_adev, adev)
158 static void mpfs_reset_unregister_adev(void *_adev) in mpfs_reset_unregister_adev() argument160 struct auxiliary_device *adev = _adev; in mpfs_reset_unregister_adev()
71 static void ep93xx_unregister_adev(void *_adev) in ep93xx_unregister_adev() argument73 struct auxiliary_device *adev = _adev; in ep93xx_unregister_adev()
369 typeof(adev) _adev = (adev); \370 _adev->gmc.gmc_funcs->get_dcc_alignment(_adev); \
832 #define AMDGPU_HAS_VRAM(_adev) ((_adev)->gmc.real_vram_size) argument
230 static void unregister_adev(void *_adev) in unregister_adev() argument232 struct auxiliary_device *adev = _adev; in unregister_adev()
233 static void clk_imx8mp_audiomix_reset_unregister_adev(void *_adev) in clk_imx8mp_audiomix_reset_unregister_adev() argument235 struct auxiliary_device *adev = _adev; in clk_imx8mp_audiomix_reset_unregister_adev()
337 static void jh7110_reset_unregister_adev(void *_adev) in jh7110_reset_unregister_adev() argument339 struct auxiliary_device *adev = _adev; in jh7110_reset_unregister_adev()
Completed in 28 milliseconds