Home
last modified time | relevance | path

Searched refs:_dev (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/platforms/ps3/
Dsystem-bus.c346 static int ps3_system_bus_match(struct device *_dev, in ps3_system_bus_match() argument
351 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_match()
373 static int ps3_system_bus_probe(struct device *_dev) in ps3_system_bus_probe() argument
376 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_probe()
380 dev_dbg(_dev, "%s:%d\n", __func__, __LINE__); in ps3_system_bus_probe()
395 static int ps3_system_bus_remove(struct device *_dev) in ps3_system_bus_remove() argument
398 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_remove()
402 dev_dbg(_dev, "%s:%d\n", __func__, __LINE__); in ps3_system_bus_remove()
417 static void ps3_system_bus_shutdown(struct device *_dev) in ps3_system_bus_shutdown() argument
419 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_shutdown()
[all …]
/arch/mips/include/asm/
Dgio_device.h51 #define gio_get_drvdata(_dev) dev_get_drvdata(&(_dev)->dev) argument
52 #define gio_set_drvdata(_dev, data) dev_set_drvdata(&(_dev)->dev, (data)) argument
/arch/powerpc/include/asm/
Dps3.h411 struct device *_dev) in ps3_dev_to_system_bus_dev() argument
413 return container_of(_dev, struct ps3_system_bus_device, core); in ps3_dev_to_system_bus_dev()
416 ps3_system_bus_dev_to_system_bus_drv(struct ps3_system_bus_device *_dev) in ps3_system_bus_dev_to_system_bus_drv() argument
418 BUG_ON(!_dev); in ps3_system_bus_dev_to_system_bus_drv()
419 BUG_ON(!_dev->core.driver); in ps3_system_bus_dev_to_system_bus_drv()
420 return ps3_drv_to_system_bus_drv(_dev->core.driver); in ps3_system_bus_dev_to_system_bus_drv()
/arch/x86/include/asm/
Dintel-mid.h41 static const struct devs_id *const __intel_mid_sfi_##i##_dev __used \
/arch/arm/common/
Dlocomo.c215 static void locomo_dev_release(struct device *_dev) in locomo_dev_release() argument
217 struct locomo_dev *dev = LOCOMO_DEV(_dev); in locomo_dev_release()
822 static int locomo_match(struct device *_dev, struct device_driver *_drv) in locomo_match() argument
824 struct locomo_dev *dev = LOCOMO_DEV(_dev); in locomo_match()
Dsa1111.c608 static void sa1111_dev_release(struct device *_dev) in sa1111_dev_release() argument
610 struct sa1111_dev *dev = SA1111_DEV(_dev); in sa1111_dev_release()
1292 static int sa1111_match(struct device *_dev, struct device_driver *_drv) in sa1111_match() argument
1294 struct sa1111_dev *dev = SA1111_DEV(_dev); in sa1111_match()
/arch/mips/include/asm/pci/
Dbridge.h619 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line)) argument
/arch/arm/mach-rpc/
Decard.c1105 static int ecard_match(struct device *_dev, struct device_driver *_drv) in ecard_match() argument
1107 struct expansion_card *ec = ECARD_DEV(_dev); in ecard_match()