Searched refs:start_dev (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Drepository.c568 const struct ps3_repository_device *start_dev,
578 BUG_ON(start_dev && start_dev->bus_index > 10);
580 for (bus_index = start_dev ? start_dev->bus_index : 0; bus_index < 10;
610 result = find_device(bus_index, num_dev, start_dev
611 ? start_dev->dev_index + 1 : 0, dev_type, dev);
566 ps3_repository_find_device(enum ps3_bus_type bus_type, enum ps3_dev_type dev_type, const struct ps3_repository_device *start_dev, struct ps3_repository_device *dev) argument
H A Dplatform.h139 const struct ps3_repository_device *start_dev,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/irda/
H A Dsir-dev.h98 int (*start_dev)(struct sir_dev *dev); member in struct:sir_driver
H A Dirtty-sir.c404 .start_dev = irtty_start_dev,
517 /* serialize with start_dev - in case we were racing with ifup */
H A Dsir_dev.c798 if (!dev->drv->start_dev || dev->drv->start_dev(dev))

Completed in 92 milliseconds