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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp23xx/
H A Dixdp2351.c181 struct pci_bus *tmp_bus = dev->bus; local
188 while ((tmp_bus->parent != NULL) && (tmp_bus->parent->parent != NULL))
189 tmp_bus = tmp_bus->parent;
192 switch (tmp_bus->self->devfn | (tmp_bus->self->bus->number << 8)) {
195 if (tmp_bus == dev->bus) {
224 if (tmp_bus == dev->bus) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp2000/
H A Dixdp2x01.c262 struct pci_bus *tmp_bus = dev->bus; local
270 while ((tmp_bus->parent != NULL) && (tmp_bus->parent->parent != NULL)) {
271 tmp_bus = tmp_bus->parent;
275 switch (tmp_bus->self->devfn | (tmp_bus->self->bus->number << 8)) {
278 if (tmp_bus == dev->bus) {
301 if (tmp_bus == dev->bus) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/ams/
H A Dams-i2c.c264 char *tmp_bus; local
286 tmp_bus = strstr(ams_info.of_node->full_name, "/i2c-bus@");
287 if (tmp_bus)
288 ams_info.i2c_bus = *(tmp_bus + 9) - '0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dsearch.c46 struct pci_bus *tmp_bus; local
51 tmp_bus = pci_do_find_bus(bus, busnr);
52 if (tmp_bus)
53 return tmp_bus;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dtherm_adt746x.c574 const char *tmp_bus = (strstr(np->full_name, "/i2c-bus@") + 9); local
575 therm_bus = tmp_bus[0]-'0';

Completed in 67 milliseconds