Searched refs:_adev (Results 1 – 6 of 6) sorted by relevance
14 #define to_jh71x0_reset_adev(_adev) \ argument15 container_of((_adev), struct jh71x0_reset_adev, adev)
13 static inline struct npcm_clock_adev *to_npcm_clock_adev(struct auxiliary_device *_adev) in to_npcm_clock_adev() argument15 return container_of(_adev, struct npcm_clock_adev, adev); in to_npcm_clock_adev()
35 #define to_ep93xx_regmap_adev(_adev) \ argument36 container_of((_adev), struct ep93xx_regmap_adev, adev)
71 static void ep93xx_unregister_adev(void *_adev) in ep93xx_unregister_adev() argument73 struct auxiliary_device *adev = _adev; in ep93xx_unregister_adev()
230 static void unregister_adev(void *_adev) in unregister_adev() argument232 struct auxiliary_device *adev = _adev; in unregister_adev()
326 static void jh7110_reset_unregister_adev(void *_adev) in jh7110_reset_unregister_adev() argument328 struct auxiliary_device *adev = _adev; in jh7110_reset_unregister_adev()