Searched refs:_drv (Results 1 – 5 of 5) sorted by relevance
/include/linux/soundwire/ |
D | sdw_type.h | 16 #define drv_to_sdw_driver(_drv) container_of(_drv, struct sdw_driver, driver) argument
|
/include/sound/ |
D | seq_device.h | 51 #define to_seq_drv(_drv) \ argument 52 container_of(_drv, struct snd_seq_driver, driver)
|
D | hdaudio.h | 230 #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver) argument
|
/include/linux/fsl/ |
D | mc.h | 50 #define to_fsl_mc_driver(_drv) \ argument 51 container_of(_drv, struct fsl_mc_driver, driver)
|
/include/linux/ssb/ |
D | ssb.h | 328 #define drv_to_ssb_drv(_drv) container_of(_drv, struct ssb_driver, drv) argument
|