Home
last modified time | relevance | path

Searched refs:usb2_only (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dcdns3-ti.c54 int usb2_only:1; member
142 data->usb2_only = dev_read_bool(dev, "ti,usb2-only"); in cdns_ti_probe()
143 if (data->usb2_only) in cdns_ti_probe()
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dcdns3-ti.c55 unsigned usb2_only:1; member
164 data->usb2_only = device_property_read_bool(dev, "ti,usb2-only"); in cdns_ti_probe()
165 if (data->usb2_only) in cdns_ti_probe()