FreeBSD kernel usb device Code
ehci_hw_softc Struct Reference

#include <ehci.h>

Collaboration diagram for ehci_hw_softc:

Data Fields

struct usb_page_cache pframes_pc
 
struct usb_page_cache terminate_pc
 
struct usb_page_cache async_start_pc
 
struct usb_page_cache intr_start_pc [EHCI_VIRTUAL_FRAMELIST_COUNT]
 
struct usb_page_cache isoc_hs_start_pc [EHCI_VIRTUAL_FRAMELIST_COUNT]
 
struct usb_page_cache isoc_fs_start_pc [EHCI_VIRTUAL_FRAMELIST_COUNT]
 
struct usb_page pframes_pg
 
struct usb_page terminate_pg
 
struct usb_page async_start_pg
 
struct usb_page intr_start_pg [EHCI_VIRTUAL_FRAMELIST_COUNT]
 
struct usb_page isoc_hs_start_pg [EHCI_VIRTUAL_FRAMELIST_COUNT]
 
struct usb_page isoc_fs_start_pg [EHCI_VIRTUAL_FRAMELIST_COUNT]
 

Detailed Description

Definition at line 287 of file ehci.h.

Field Documentation

◆ async_start_pc

struct usb_page_cache ehci_hw_softc::async_start_pc

Definition at line 290 of file ehci.h.

Referenced by ehci_init(), ehci_init_sub(), and ehci_iterate_hw_softc().

◆ async_start_pg

struct usb_page ehci_hw_softc::async_start_pg

Definition at line 297 of file ehci.h.

Referenced by ehci_iterate_hw_softc().

◆ intr_start_pc

struct usb_page_cache ehci_hw_softc::intr_start_pc[EHCI_VIRTUAL_FRAMELIST_COUNT]

Definition at line 291 of file ehci.h.

Referenced by ehci_init(), and ehci_iterate_hw_softc().

◆ intr_start_pg

struct usb_page ehci_hw_softc::intr_start_pg[EHCI_VIRTUAL_FRAMELIST_COUNT]

Definition at line 298 of file ehci.h.

Referenced by ehci_iterate_hw_softc().

◆ isoc_fs_start_pc

struct usb_page_cache ehci_hw_softc::isoc_fs_start_pc[EHCI_VIRTUAL_FRAMELIST_COUNT]

Definition at line 293 of file ehci.h.

Referenced by ehci_init(), and ehci_iterate_hw_softc().

◆ isoc_fs_start_pg

struct usb_page ehci_hw_softc::isoc_fs_start_pg[EHCI_VIRTUAL_FRAMELIST_COUNT]

Definition at line 300 of file ehci.h.

Referenced by ehci_iterate_hw_softc().

◆ isoc_hs_start_pc

struct usb_page_cache ehci_hw_softc::isoc_hs_start_pc[EHCI_VIRTUAL_FRAMELIST_COUNT]

Definition at line 292 of file ehci.h.

Referenced by ehci_init(), and ehci_iterate_hw_softc().

◆ isoc_hs_start_pg

struct usb_page ehci_hw_softc::isoc_hs_start_pg[EHCI_VIRTUAL_FRAMELIST_COUNT]

Definition at line 299 of file ehci.h.

Referenced by ehci_iterate_hw_softc().

◆ pframes_pc

struct usb_page_cache ehci_hw_softc::pframes_pc

Definition at line 288 of file ehci.h.

Referenced by ehci_init(), ehci_init_sub(), and ehci_iterate_hw_softc().

◆ pframes_pg

struct usb_page ehci_hw_softc::pframes_pg

Definition at line 295 of file ehci.h.

Referenced by ehci_iterate_hw_softc().

◆ terminate_pc

struct usb_page_cache ehci_hw_softc::terminate_pc

Definition at line 289 of file ehci.h.

Referenced by ehci_init(), and ehci_iterate_hw_softc().

◆ terminate_pg

struct usb_page ehci_hw_softc::terminate_pg

Definition at line 296 of file ehci.h.

Referenced by ehci_iterate_hw_softc().


The documentation for this struct was generated from the following file: