Searched refs:_drv (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_im.h | 140 #define bfad_get_aen_entry(_drv, _entry) do { \ argument 142 spin_lock_irqsave(&(_drv)->bfad_aen_spinlock, _flags); \ 143 bfa_q_deq(&(_drv)->free_aen_q, &(_entry)); \ 145 list_add_tail(&(_entry)->qe, &(_drv)->active_aen_q); \ 146 spin_unlock_irqrestore(&(_drv)->bfad_aen_spinlock, _flags); \
|
| /linux/include/linux/soundwire/ |
| H A D | sdw_type.h | 16 #define drv_to_sdw_driver(_drv) container_of_const(_drv, struct sdw_driver, driver) argument
|
| /linux/include/linux/cdx/ |
| H A D | cdx_bus.h | 209 #define to_cdx_driver(_drv) \ argument 210 container_of_const(_drv, struct cdx_driver, driver)
|
| /linux/drivers/parport/ |
| H A D | share.c | 175 static int driver_detach(struct device_driver *_drv, void *_port) in driver_detach() argument 178 struct parport_driver *drv = to_parport_driver(_drv); in driver_detach() 307 static int port_detach(struct device *dev, void *_drv) in port_detach() argument 309 struct parport_driver *drv = _drv; in port_detach()
|
| /linux/include/linux/fsl/ |
| H A D | mc.h | 58 #define to_fsl_mc_driver(_drv) \ argument 59 container_of_const(_drv, struct fsl_mc_driver, driver)
|
| /linux/arch/powerpc/platforms/ps3/ |
| H A D | system-bus.c | 336 const struct device_driver *_drv) in ps3_system_bus_match() argument 339 const struct ps3_system_bus_driver *drv = ps3_drv_to_system_bus_drv(_drv); in ps3_system_bus_match()
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos3250-pinctrl.dtsi | 14 #define PIN_IN(_pin, _pull, _drv) \ argument 19 samsung,pin-drv = <EXYNOS4_PIN_DRV_ ##_drv>; \
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 236 #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver) argument
|
| /linux/arch/arm/common/ |
| H A D | locomo.c | 819 static int locomo_match(struct device *_dev, const struct device_driver *_drv) in locomo_match() argument 822 const struct locomo_driver *drv = LOCOMO_DRV(_drv); in locomo_match()
|
| /linux/arch/arm/mach-rpc/ |
| H A D | ecard.c | 1112 static int ecard_match(struct device *_dev, const struct device_driver *_drv) in ecard_match() argument 1115 struct ecard_driver *drv = ECARD_DRV(_drv); in ecard_match()
|