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