Searched refs:tmp_bus (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-ixp23xx/
H A Dixdp2351.c175 struct pci_bus *tmp_bus = dev->bus; local
182 while ((tmp_bus->parent != NULL) && (tmp_bus->parent->parent != NULL))
183 tmp_bus = tmp_bus->parent;
186 switch (tmp_bus->self->devfn | (tmp_bus->self->bus->number << 8)) {
189 if (tmp_bus == dev->bus) {
218 if (tmp_bus == dev->bus) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ixp23xx/
H A Dixdp2351.c175 struct pci_bus *tmp_bus = dev->bus; local
182 while ((tmp_bus->parent != NULL) && (tmp_bus->parent->parent != NULL))
183 tmp_bus = tmp_bus->parent;
186 switch (tmp_bus->self->devfn | (tmp_bus->self->bus->number << 8)) {
189 if (tmp_bus == dev->bus) {
218 if (tmp_bus == dev->bus) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-ixp2000/
H A Dixdp2x01.c259 struct pci_bus *tmp_bus = dev->bus; local
267 while ((tmp_bus->parent != NULL) && (tmp_bus->parent->parent != NULL)) {
268 tmp_bus = tmp_bus->parent;
272 switch (tmp_bus->self->devfn | (tmp_bus->self->bus->number << 8)) {
275 if (tmp_bus == dev->bus) {
298 if (tmp_bus == dev->bus) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ixp2000/
H A Dixdp2x01.c259 struct pci_bus *tmp_bus = dev->bus; local
267 while ((tmp_bus->parent != NULL) && (tmp_bus->parent->parent != NULL)) {
268 tmp_bus = tmp_bus->parent;
272 switch (tmp_bus->self->devfn | (tmp_bus->self->bus->number << 8)) {
275 if (tmp_bus == dev->bus) {
298 if (tmp_bus == dev->bus) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-powermac.c294 const char *tmp_bus; local
297 tmp_bus = strstr(np->full_name, "/i2c-bus@");
298 if (tmp_bus)
299 i2c_bus = *(tmp_bus + 9) - '0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/
H A Dsearch.c81 struct pci_bus *tmp_bus; local
86 tmp_bus = pci_do_find_bus(bus, busnr);
87 if (tmp_bus)
88 return tmp_bus;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-powermac.c294 const char *tmp_bus; local
297 tmp_bus = strstr(np->full_name, "/i2c-bus@");
298 if (tmp_bus)
299 i2c_bus = *(tmp_bus + 9) - '0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/
H A Dsearch.c81 struct pci_bus *tmp_bus; local
86 tmp_bus = pci_do_find_bus(bus, busnr);
87 if (tmp_bus)
88 return tmp_bus;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/macintosh/
H A Dtherm_adt746x.c597 const char *tmp_bus = (strstr(np->full_name, "/i2c-bus@") + 9); local
598 therm_bus = tmp_bus[0]-'0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/macintosh/
H A Dtherm_adt746x.c597 const char *tmp_bus = (strstr(np->full_name, "/i2c-bus@") + 9); local
598 therm_bus = tmp_bus[0]-'0';

Completed in 99 milliseconds