Searched refs:power_budget (Results 1 - 22 of 22) sorted by relevance

/linux-4.4.14/include/linux/platform_data/
H A Dusb-ohci-pxa27x.h31 int power_budget; member in struct:pxaohci_platform_data
/linux-4.4.14/include/linux/usb/
H A Dchipidea.h34 unsigned power_budget; member in struct:ci_hdrc_platform_data
H A Dmsm_hsusb.h108 * @power_budget: VBUS power budget in mA (0 will be treated as 500mA).
116 unsigned power_budget; member in struct:msm_otg_platform_data
H A Dhcd.h167 unsigned power_budget; /* in mA, 0 = no limit */ member in struct:usb_hcd
/linux-4.4.14/include/linux/
H A Dfsl_devices.h90 unsigned power_budget; /* hcd->power_budget */ member in struct:fsl_usb2_platform_data
/linux-4.4.14/drivers/usb/host/
H A Dohci-omap.c210 hcd->power_budget = 8; ohci_omap_reset()
266 ohci_to_hcd(ohci)->power_budget = 250; ohci_omap_reset()
283 ohci_to_hcd(ohci)->power_budget = 0; ohci_omap_reset()
H A Dohci-pxa27x.c387 pdata->power_budget = tmp; ohci_pxa_of_init()
482 if (inf->power_budget) usb_hcd_pxa27x_probe()
483 hcd->power_budget = inf->power_budget; usb_hcd_pxa27x_probe()
H A Dehci-fsl.c117 if (pdata->power_budget) fsl_ehci_drv_probe()
118 hcd->power_budget = pdata->power_budget; fsl_ehci_drv_probe()
H A Dfhci-hcd.c601 hcd->power_budget = *iprop; of_fhci_probe()
H A Dmax3421-hcd.c1513 hcd->power_budget = POWER_BUDGET; max3421_start()
H A Dsl811-hcd.c1546 hcd->power_budget = sl811->board->power * 2; sl811h_start()
/linux-4.4.14/drivers/usb/chipidea/
H A Dci_hdrc_pci.c45 .power_budget = 200,
H A Dhost.c126 hcd->power_budget = ci->platdata->power_budget; host_start()
/linux-4.4.14/drivers/usb/musb/
H A Dmusb_host.h114 static inline int musb_host_setup(struct musb *musb, int power_budget) musb_host_setup() argument
H A Dmusb_host.c2797 int musb_host_setup(struct musb *musb, int power_budget) musb_host_setup() argument
2809 hcd->power_budget = 2 * (power_budget ? : 250); musb_host_setup()
/linux-4.4.14/arch/arm/mach-pxa/
H A Dpalmtreo.c329 .power_budget = 0, palmtreo_kpc_init()
H A Dmagician.c762 .power_budget = 0,
H A Dspitz.c659 .power_budget = 150,
/linux-4.4.14/drivers/usb/phy/
H A Dphy-msm-usb.c755 hcd->power_budget = motg->pdata->power_budget; msm_otg_set_host()
/linux-4.4.14/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2401 dummy_hcd_to_hcd(dum_hcd)->power_budget = POWER_BUDGET;
2433 hcd->power_budget = POWER_BUDGET;
/linux-4.4.14/drivers/usb/usbip/
H A Dvhci_hcd.c897 hcd->power_budget = 0; /* no limit */ vhci_start()
/linux-4.4.14/drivers/usb/core/
H A Dhub.c1542 if (hcd->power_budget > 0) hub_configure()
1543 hdev->bus_mA = hcd->power_budget; hub_configure()

Completed in 607 milliseconds