Home
last modified time | relevance | path

Searched refs:_adev (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/include/soc/starfive/
H A Dreset-starfive-jh71x0.h14 #define to_jh71x0_reset_adev(_adev) \ argument
15 container_of((_adev), struct jh71x0_reset_adev, adev)
/linux-6.15/include/soc/nuvoton/
H A Dclock-npcm8xx.h13 static inline struct npcm_clock_adev *to_npcm_clock_adev(struct auxiliary_device *_adev) in to_npcm_clock_adev() argument
15 return container_of(_adev, struct npcm_clock_adev, adev); in to_npcm_clock_adev()
/linux-6.15/drivers/gpu/drm/bridge/
H A Daux-hpd-bridge.c33 static void drm_aux_hpd_bridge_free_adev(void *_adev) in drm_aux_hpd_bridge_free_adev() argument
35 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() argument
90 auxiliary_device_delete(_adev); in drm_aux_hpd_bridge_del_adev()
H A Daux-bridge.c25 static void drm_aux_bridge_unregister_adev(void *_adev) in drm_aux_bridge_unregister_adev() argument
27 struct auxiliary_device *adev = _adev; in drm_aux_bridge_unregister_adev()
/linux-6.15/include/linux/soc/cirrus/
H A Dep93xx.h35 #define to_ep93xx_regmap_adev(_adev) \ argument
36 container_of((_adev), struct ep93xx_regmap_adev, adev)
/linux-6.15/drivers/reset/
H A Dreset-mpfs.c158 static void mpfs_reset_unregister_adev(void *_adev) in mpfs_reset_unregister_adev() argument
160 struct auxiliary_device *adev = _adev; in mpfs_reset_unregister_adev()
H A Dreset-npcm.c380 static void npcm_clock_unregister_adev(void *_adev) in npcm_clock_unregister_adev() argument
382 struct auxiliary_device *adev = _adev; in npcm_clock_unregister_adev()
/linux-6.15/drivers/soc/cirrus/
H A Dsoc-ep93xx.c71 static void ep93xx_unregister_adev(void *_adev) in ep93xx_unregister_adev() argument
73 struct auxiliary_device *adev = _adev; in ep93xx_unregister_adev()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.h361 typeof(adev) _adev = (adev); \
362 _adev->gmc.gmc_funcs->get_dcc_alignment(_adev); \
H A Damdgpu.h859 #define AMDGPU_HAS_VRAM(_adev) ((_adev)->gmc.real_vram_size) argument
/linux-6.15/drivers/peci/
H A Dcpu.c230 static void unregister_adev(void *_adev) in unregister_adev() argument
232 struct auxiliary_device *adev = _adev; in unregister_adev()
/linux-6.15/drivers/clk/imx/
H A Dclk-imx8mp-audiomix.c233 static void clk_imx8mp_audiomix_reset_unregister_adev(void *_adev) in clk_imx8mp_audiomix_reset_unregister_adev() argument
235 struct auxiliary_device *adev = _adev; in clk_imx8mp_audiomix_reset_unregister_adev()
/linux-6.15/drivers/clk/starfive/
H A Dclk-starfive-jh7110-sys.c326 static void jh7110_reset_unregister_adev(void *_adev) in jh7110_reset_unregister_adev() argument
328 struct auxiliary_device *adev = _adev; in jh7110_reset_unregister_adev()