Searched defs:adb_driver (Results 1 – 1 of 1) sorted by relevance
31 struct adb_driver { struct32 char name[16];33 int (*probe)(void);34 int (*init)(void);35 int (*send_request)(struct adb_request *req, int sync);36 int (*autopoll)(int devs);37 void (*poll)(void);38 int (*reset_bus)(void);
Completed in 2 milliseconds