Searched refs:_drv (Results 1 – 6 of 6) sorted by relevance
/arch/arm/mach-mmp/include/mach/ |
D | devices.h | 19 #define PXA168_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 22 .drv_name = _drv, \ 30 #define PXA910_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 33 .drv_name = _drv, \ 41 #define MMP2_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 44 .drv_name = _drv, \
|
/arch/powerpc/include/asm/ |
D | ps3.h | 404 struct device_driver *_drv) in ps3_drv_to_system_bus_drv() argument 406 return container_of(_drv, struct ps3_system_bus_driver, core); in ps3_drv_to_system_bus_drv()
|
/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 347 struct device_driver *_drv) in ps3_system_bus_match() argument 350 struct ps3_system_bus_driver *drv = ps3_drv_to_system_bus_drv(_drv); in ps3_system_bus_match()
|
/arch/arm/common/ |
D | locomo.c | 821 static int locomo_match(struct device *_dev, struct device_driver *_drv) in locomo_match() argument 824 struct locomo_driver *drv = LOCOMO_DRV(_drv); in locomo_match()
|
D | sa1111.c | 1292 static int sa1111_match(struct device *_dev, struct device_driver *_drv) in sa1111_match() argument 1295 struct sa1111_driver *drv = SA1111_DRV(_drv); in sa1111_match()
|
/arch/arm/mach-rpc/ |
D | ecard.c | 1106 static int ecard_match(struct device *_dev, struct device_driver *_drv) in ecard_match() argument 1109 struct ecard_driver *drv = ECARD_DRV(_drv); in ecard_match()
|