FreeBSD kernel usb device Code
usb_nop_xceiv_softc Struct Reference

Data Fields

device_t dev
 
regulator_t vcc_supply
 
clk_t clk
 
uint32_t clk_freq
 

Detailed Description

Definition at line 53 of file usb_nop_xceiv.c.

Field Documentation

◆ clk

clk_t usb_nop_xceiv_softc::clk

Definition at line 56 of file usb_nop_xceiv.c.

Referenced by usb_nop_xceiv_attach(), and usb_nop_xceiv_phy_enable().

◆ clk_freq

uint32_t usb_nop_xceiv_softc::clk_freq

Definition at line 57 of file usb_nop_xceiv.c.

Referenced by usb_nop_xceiv_attach(), and usb_nop_xceiv_phy_enable().

◆ dev

device_t usb_nop_xceiv_softc::dev

◆ vcc_supply

regulator_t usb_nop_xceiv_softc::vcc_supply

Definition at line 55 of file usb_nop_xceiv.c.

Referenced by usb_nop_xceiv_attach(), and usb_nop_xceiv_phy_enable().


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