#include <atmegadci.h>

Public Member Functions | |
| LIST_HEAD (, usb2_xfer) sc_interrupt_list_head | |
Data Fields | |
| struct usb2_bus | sc_bus |
| union atmegadci_hub_temp | sc_hub_temp |
| struct usb2_sw_transfer | sc_root_ctrl |
| struct usb2_sw_transfer | sc_root_intr |
| atmegadci_clocks_t * | sc_clocks_on |
| atmegadci_clocks_t * | sc_clocks_off |
| struct usb2_device * | sc_devices [ATMEGA_MAX_DEVICES] |
| struct resource * | sc_irq_res |
| void * | sc_intr_hdl |
| struct resource * | sc_io_res |
| bus_space_tag_t | sc_io_tag |
| bus_space_handle_t | sc_io_hdl |
| uint8_t | sc_rt_addr |
| uint8_t | sc_dv_addr |
| uint8_t | sc_conf |
| uint8_t | sc_hub_idata [1] |
| struct atmegadci_flags | sc_flags |
Definition at line 237 of file atmegadci.h.
| atmegadci_softc::LIST_HEAD | ( | usb2_xfer | ) |
struct usb2_bus atmegadci_softc::sc_bus [read] |
Definition at line 238 of file atmegadci.h.
Referenced by atmegadci_clocks_off(), atmegadci_clocks_on(), atmegadci_device_done(), atmegadci_device_isoc_fs_enter(), atmegadci_do_poll(), atmegadci_init(), atmegadci_interrupt(), atmegadci_interrupt_poll(), atmegadci_root_ctrl_done(), atmegadci_root_intr_done(), atmegadci_uninit(), and atmegadci_wakeup_peer().
Definition at line 245 of file atmegadci.h.
Referenced by atmegadci_clocks_on(), atmegadci_init(), and atmegadci_uninit().
| uint8_t atmegadci_softc::sc_conf |
struct usb2_device* atmegadci_softc::sc_devices[ATMEGA_MAX_DEVICES] [read] |
Definition at line 248 of file atmegadci.h.
| uint8_t atmegadci_softc::sc_dv_addr |
Definition at line 257 of file atmegadci.h.
Referenced by atmegadci_data_tx_sync(), and atmegadci_setup_rx().
struct atmegadci_flags atmegadci_softc::sc_flags [read] |
Definition at line 262 of file atmegadci.h.
Referenced by atmegadci_clocks_off(), atmegadci_clocks_on(), atmegadci_interrupt(), atmegadci_pull_down(), atmegadci_pull_up(), atmegadci_root_ctrl_done(), atmegadci_uninit(), atmegadci_vbus_interrupt(), and atmegadci_wakeup_peer().
| uint8_t atmegadci_softc::sc_hub_idata[1] |
union atmegadci_hub_temp atmegadci_softc::sc_hub_temp [write] |
Definition at line 250 of file atmegadci.h.
| bus_space_handle_t atmegadci_softc::sc_io_hdl |
Definition at line 254 of file atmegadci.h.
struct resource* atmegadci_softc::sc_io_res [read] |
Definition at line 252 of file atmegadci.h.
| bus_space_tag_t atmegadci_softc::sc_io_tag |
Definition at line 253 of file atmegadci.h.
struct resource* atmegadci_softc::sc_irq_res [read] |
Definition at line 249 of file atmegadci.h.
struct usb2_sw_transfer atmegadci_softc::sc_root_ctrl [read] |
Definition at line 241 of file atmegadci.h.
Referenced by atmegadci_root_ctrl_close(), atmegadci_root_ctrl_poll(), and atmegadci_root_ctrl_start().
struct usb2_sw_transfer atmegadci_softc::sc_root_intr [read] |
Definition at line 242 of file atmegadci.h.
Referenced by atmegadci_interrupt(), atmegadci_root_intr_close(), atmegadci_root_intr_start(), and atmegadci_vbus_interrupt().
| uint8_t atmegadci_softc::sc_rt_addr |
Definition at line 256 of file atmegadci.h.
Referenced by atmegadci_pipe_init(), and atmegadci_root_ctrl_done().
1.5.8