Home
last modified time | relevance | path

Searched defs:dwc2_core_params (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dcore.h449 struct dwc2_core_params { struct
450 u8 otg_cap;
455 u8 phy_type;
460 u8 speed;
465 u8 phy_utmi_width;
466 bool phy_ulpi_ddr;
467 bool phy_ulpi_ext_vbus;
468 bool enable_dynamic_fifo;
469 bool en_multiple_tx_fifo;
470 bool i2c_enable;
[all …]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
Dcore.h432 struct dwc2_core_params { struct
433 struct usb_otg_caps otg_caps;
434 u8 phy_type;
439 u8 speed;
444 u8 phy_utmi_width;
445 bool phy_ulpi_ddr;
446 bool phy_ulpi_ext_vbus;
447 bool enable_dynamic_fifo;
448 bool en_multiple_tx_fifo;
449 bool i2c_enable;
[all …]