Go to the source code of this file.
|
int | adb_request (struct adb_request *req, void(*done)(struct adb_request *), int flags, int nbytes,...) |
|
int | adb_register (int default_id, int handler_id, struct adb_ids *ids, void(*handler)(unsigned char *, int, int)) |
|
int | adb_unregister (int index) |
|
void | adb_poll (void) |
|
void | adb_input (unsigned char *, int, int) |
|
int | adb_reset_bus (void) |
|
int | adb_try_handler_change (int address, int new_id) |
|
int | adb_get_infos (int address, int *original_address, int *handler_id) |
|
Definition at line 43 of file adb.h.
#define ADBREQ_REPLY 1 /* expect reply */ |
Definition at line 41 of file adb.h.
#define ADBREQ_SYNC 2 /* poll until done */ |
Definition at line 42 of file adb.h.
- Enumerator:
ADB_MSG_POWERDOWN |
|
ADB_MSG_PRE_RESET |
|
ADB_MSG_POST_RESET |
|
Definition at line 47 of file adb.h.
int adb_get_infos |
( |
int |
address, |
|
|
int * |
original_address, |
|
|
int * |
handler_id |
|
) |
| |
int adb_try_handler_change |
( |
int |
address, |
|
|
int |
new_id |
|
) |
| |
int adb_unregister |
( |
int |
index | ) |
|