Home
last modified time | relevance | path

Searched refs:needs_vcc (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/phy/
Dphy-generic.c212 bool needs_vcc = false; in usb_phy_gen_create_phy() local
220 needs_vcc = of_property_read_bool(node, "vcc-supply"); in usb_phy_gen_create_phy()
233 needs_vcc = pdata->needs_vcc; in usb_phy_gen_create_phy()
277 if (needs_vcc) in usb_phy_gen_create_phy()
/linux-4.4.14/include/linux/usb/
Dusb_phy_generic.h12 unsigned int needs_vcc:1; member
/linux-4.4.14/arch/arm/mach-omap2/
Dusb-host.c462 nop_pdata.needs_vcc = true; in usbhs_init_phys()