Home
last modified time | relevance | path

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

/arch/arm/mach-mmp/include/mach/
Ddevices.h19 #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/
Dps3.h404 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/
Dsystem-bus.c347 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/
Dlocomo.c821 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()
Dsa1111.c1292 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/
Decard.c1106 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()