Lines Matching defs:bus
312 // check subsystem file under directory, see if it links to bus/platform.
335 char *bus = GetRealPath(subsystem);
336 if (bus == NULL) {
340 if (STRINGEQUAL(bus, "/sys/bus/platform")) {
350 free(bus);
524 // otherwise, create deviceNode with bus number and device number.
533 // usb device should always report bus number and device number.
534 INIT_LOGE("usb device with invalid bus number or device number");
538 "/dev/bus/usb/%03d/%03d", uevent->busNum, uevent->devNum) == -1) {