/Linux-v5.4/arch/arm/mach-mmp/ |
D | devices.h | 20 #define PXA168_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 23 .drv_name = _drv, \ 31 #define PXA910_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 34 .drv_name = _drv, \ 42 #define MMP2_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 45 .drv_name = _drv, \
|
/Linux-v5.4/drivers/scsi/bfa/ |
D | bfad_im.h | 125 #define bfad_get_aen_entry(_drv, _entry) do { \ argument 127 spin_lock_irqsave(&(_drv)->bfad_aen_spinlock, _flags); \ 128 bfa_q_deq(&(_drv)->free_aen_q, &(_entry)); \ 130 list_add_tail(&(_entry)->qe, &(_drv)->active_aen_q); \ 131 spin_unlock_irqrestore(&(_drv)->bfad_aen_spinlock, _flags); \
|
/Linux-v5.4/include/linux/soundwire/ |
D | sdw_type.h | 9 #define drv_to_sdw_driver(_drv) container_of(_drv, struct sdw_driver, driver) argument
|
/Linux-v5.4/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 | 228 #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver) argument
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | exynos3250-pinctrl.dtsi | 14 #define PIN_IN(_pin, _pull, _drv) \ argument 19 samsung,pin-drv = <EXYNOS4_PIN_DRV_ ##_drv>; \ 22 #define PIN_OUT(_pin, _drv) \ argument 27 samsung,pin-drv = <EXYNOS4_PIN_DRV_ ##_drv>; \ 30 #define PIN_OUT_SET(_pin, _val, _drv) \ argument 35 samsung,pin-drv = <EXYNOS4_PIN_DRV_ ##_drv>; \ 39 #define PIN_CFG(_pin, _sel, _pull, _drv) \ argument 44 samsung,pin-drv = <EXYNOS4_PIN_DRV_ ##_drv>; \
|
/Linux-v5.4/drivers/xen/xenbus/ |
D | xenbus.h | 105 int xenbus_match(struct device *_dev, struct device_driver *_drv);
|
D | xenbus_probe.c | 92 int xenbus_match(struct device *_dev, struct device_driver *_drv) in xenbus_match() argument 94 struct xenbus_driver *drv = to_xenbus_driver(_drv); in xenbus_match()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | ps3.h | 392 struct device_driver *_drv) in ps3_drv_to_system_bus_drv() argument 394 return container_of(_drv, struct ps3_system_bus_driver, core); in ps3_drv_to_system_bus_drv()
|
/Linux-v5.4/include/linux/fsl/ |
D | mc.h | 48 #define to_fsl_mc_driver(_drv) \ argument 49 container_of(_drv, struct fsl_mc_driver, driver)
|
/Linux-v5.4/drivers/parport/ |
D | share.c | 181 static int driver_detach(struct device_driver *_drv, void *_port) in driver_detach() argument 184 struct parport_driver *drv = to_parport_driver(_drv); in driver_detach() 306 static int port_detach(struct device *dev, void *_drv) in port_detach() argument 308 struct parport_driver *drv = _drv; in port_detach()
|
/Linux-v5.4/drivers/block/paride/ |
D | paride.c | 472 void pi_unregister_driver(void *_drv) in pi_unregister_driver() argument 474 struct parport_driver *drv = _drv; in pi_unregister_driver()
|
/Linux-v5.4/include/linux/ssb/ |
D | ssb.h | 328 #define drv_to_ssb_drv(_drv) container_of(_drv, struct ssb_driver, drv) argument
|
/Linux-v5.4/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 335 struct device_driver *_drv) in ps3_system_bus_match() argument 338 struct ps3_system_bus_driver *drv = ps3_drv_to_system_bus_drv(_drv); in ps3_system_bus_match()
|
/Linux-v5.4/arch/arm/common/ |
D | locomo.c | 818 static int locomo_match(struct device *_dev, struct device_driver *_drv) in locomo_match() argument 821 struct locomo_driver *drv = LOCOMO_DRV(_drv); in locomo_match()
|
D | sa1111.c | 1345 static int sa1111_match(struct device *_dev, struct device_driver *_drv) in sa1111_match() argument 1348 struct sa1111_driver *drv = SA1111_DRV(_drv); in sa1111_match()
|
/Linux-v5.4/arch/arm/mach-rpc/ |
D | ecard.c | 1114 static int ecard_match(struct device *_dev, struct device_driver *_drv) in ecard_match() argument 1117 struct ecard_driver *drv = ECARD_DRV(_drv); in ecard_match()
|
/Linux-v5.4/arch/arm64/boot/dts/exynos/ |
D | exynos5433-pinctrl.dtsi | 14 #define PIN(_func, _pin, _pull, _drv) \ argument 19 samsung,pin-drv = <EXYNOS5433_PIN_DRV_ ##_drv>; \
|