Home
last modified time | relevance | path

Searched refs:busType (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/examples/
Dmraa-i2c.c66 char* busType; in print_bus() local
77 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()
/hardware/libhardware/tests/input/evdev/
DInputMocks.h50 void setBusType(uint16_t busType) { mBusType = busType; } in setBusType() argument