Home
last modified time | relevance | path

Searched refs:wPHYRates (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/include/linux/usb/
Dwusb-wa.h268 __le16 wPHYRates; member
Dch9.h774 __le16 wPHYRates; /* bit rates, Mbps */ member
/linux-3.4.99/drivers/usb/host/
Dhwa-hc.c398 dev_info->wPHYRates = wusb_dev->wusb_cap_descr->wPHYRates; in __hwahc_op_dev_info_set()
400 dev_info->wPHYRates = cpu_to_le16(USB_WIRELESS_PHY_53); in __hwahc_op_dev_info_set()
/linux-3.4.99/drivers/usb/wusbcore/
Ddevconnect.c856 .wPHYRates = cpu_to_le16(USB_WIRELESS_PHY_53),
/linux-3.4.99/drivers/usb/host/whci/
Dqset.c84 phy_rates = le16_to_cpu(wusb_dev->wusb_cap_descr->wPHYRates); in qset_fill_qh()