Searched defs:adb_driver (Results 1 – 1 of 1) sorted by relevance
65 struct adb_driver { struct66 char name[16];67 int (*probe)(void);68 int (*init)(void);69 int (*send_request)(struct adb_request *req, int sync);70 int (*autopoll)(int devs);71 void (*poll)(void);72 int (*reset_bus)(void);