FreeBSD kernel usb device Code
cp2112gpio_softc Struct Reference

Data Fields

struct sx gpio_lock
 
device_t busdev
 
int gpio_caps
 
struct gpio_pin pins [CP2112_GPIO_COUNT]
 

Detailed Description

Definition at line 228 of file cp2112.c.

Field Documentation

◆ busdev

device_t cp2112gpio_softc::busdev

Definition at line 230 of file cp2112.c.

Referenced by cp2112_gpio_get_bus(), cp2112gpio_attach(), and cp2112gpio_detach().

◆ gpio_caps

int cp2112gpio_softc::gpio_caps

Definition at line 231 of file cp2112.c.

Referenced by cp2112_gpio_pin_getcaps(), cp2112_gpio_pin_setflags(), and cp2112gpio_attach().

◆ gpio_lock

struct sx cp2112gpio_softc::gpio_lock

Definition at line 229 of file cp2112.c.

Referenced by cp2112gpio_attach(), and cp2112gpio_detach().

◆ pins

struct gpio_pin cp2112gpio_softc::pins[CP2112_GPIO_COUNT]

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