/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/sound/ |
H A D | seq_device.h | 51 #define to_seq_drv(_drv) \ argument 52 container_of(_drv, struct snd_seq_driver, driver)
|
/linux/include/drm/ |
H A D | drm_kunit_helpers.h | 48 #define drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, _type, _member, _drv) \ argument 52 _drv))
|
/linux/include/linux/cdx/ |
H A D | cdx_bus.h | 213 #define to_cdx_driver(_drv) \ argument 214 container_of_const(_drv, struct cdx_driver, driver)
|
/linux/arch/arm64/boot/dts/exynos/ |
H A D | exynos5433-pinctrl.dtsi | 14 #define PIN(_pin, _func, _pull, _drv) \ argument 19 samsung,pin-drv = <EXYNOS5433_PIN_DRV_ ##_drv>; \ 22 #define PIN_IN(_pin, _pull, _drv) \ argument 23 PIN(_pin, INPUT, _pull, _drv) 25 #define PIN_OT(_pin, _pull, _drv) \ argument 26 PIN(_pin, OUTPUT, _pull, _drv) 28 #define PIN_F2(_pin, _pull, _drv) \ argument 29 PIN(_pin, 2, _pull, _drv)
|
/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() 303 static int port_detach(struct device *dev, void *_drv) in port_detach() argument 305 struct parport_driver *drv = _drv; in port_detach()
|
/linux/arch/powerpc/include/asm/ |
H A D | ps3.h | 393 #define ps3_drv_to_system_bus_drv(_drv) container_of_const(_drv, struct ps3_system_bus_driver, core) argument
|
/linux/drivers/xen/xenbus/ |
H A D | xenbus.h | 107 int xenbus_match(struct device *_dev, const struct device_driver *_drv);
|
/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/include/linux/ssb/ |
H A D | ssb.h | 328 #define drv_to_ssb_drv(_drv) container_of_const(_drv, struct ssb_driver, drv) argument
|
/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/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()
|
H A D | sa1111.c | 1342 static int sa1111_match(struct device *_dev, const struct device_driver *_drv) in sa1111_match() argument 1345 const struct sa1111_driver *drv = SA1111_DRV(_drv); in sa1111_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()
|