#include <usb.h>
Data Fields | |
| const char * | name |
| int(* | detect_change )(host_info) |
| int(* | tx_pkt )(host_eop_info, int pid, void *pkt, int min_sz, int max_sz, int *in_sz, bool wait) |
| host_eop_info(* | create_eop )(host_dev_info, int eop, int maxpkt) |
| void(* | remove_eop )(host_eop_info) |
| host_dev_info(* | create_dev_channel )(host_info, int dev_addr, int ver) |
| void(* | modify_dev_channel )(host_dev_info, int dev_addr, int ver) |
| void(* | remove_dev_channel )(host_dev_info) |
| void(* | set_toggle )(host_eop_info, int toggle) |
Definition at line 88 of file usb.h.
| const char* usb_host::name |
| int(* usb_host::detect_change)(host_info) |
| int(* usb_host::tx_pkt)(host_eop_info, int pid, void *pkt, int min_sz, int max_sz, int *in_sz, bool wait) |
| host_eop_info(* usb_host::create_eop)(host_dev_info, int eop, int maxpkt) |
Referenced by usb_configure_default(), and usb_load_config().
| void(* usb_host::remove_eop)(host_eop_info) |
Referenced by usb_configure_default().
| host_dev_info(* usb_host::create_dev_channel)(host_info, int dev_addr, int ver) |
Referenced by usb_configure_default().
| void(* usb_host::modify_dev_channel)(host_dev_info, int dev_addr, int ver) |
Referenced by usb_setup_dev_addr().
Referenced by usb_configure_default().
| void(* usb_host::set_toggle)(host_eop_info, int toggle) |
Referenced by send_status().
1.5.6