Searched refs:_drv (Results 1 - 6 of 6) sorted by relevance

/arch/arm/mach-mmp/include/mach/
H A Ddevices.h19 #define PXA168_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \
22 .drv_name = _drv, \
30 #define PXA910_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \
33 .drv_name = _drv, \
41 #define MMP2_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \
44 .drv_name = _drv, \
/arch/powerpc/include/asm/
H A Dps3.h405 struct device_driver *_drv)
407 return container_of(_drv, struct ps3_system_bus_driver, core);
404 ps3_drv_to_system_bus_drv( struct device_driver *_drv) argument
/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c347 struct device_driver *_drv)
350 struct ps3_system_bus_driver *drv = ps3_drv_to_system_bus_drv(_drv);
346 ps3_system_bus_match(struct device *_dev, struct device_driver *_drv) argument
/arch/arm/common/
H A Dlocomo.c821 static int locomo_match(struct device *_dev, struct device_driver *_drv) argument
824 struct locomo_driver *drv = LOCOMO_DRV(_drv);
H A Dsa1111.c1293 static int sa1111_match(struct device *_dev, struct device_driver *_drv) argument
1296 struct sa1111_driver *drv = SA1111_DRV(_drv);
/arch/arm/mach-rpc/
H A Decard.c1104 static int ecard_match(struct device *_dev, struct device_driver *_drv) argument
1107 struct ecard_driver *drv = ECARD_DRV(_drv);

Completed in 274 milliseconds