Searched refs:busType (Results 1 – 2 of 2) sorted by relevance
66 char* busType; in print_bus() local77 busType = "linux"; in print_bus()80 busType = "ft4222"; in print_bus()84 busType = "unknown"; in print_bus()88 fprintf(stdout, "Bus %3d: id=%02d type=%s ", bus, id, busType); in print_bus()
50 void setBusType(uint16_t busType) { mBusType = busType; } in setBusType() argument