Home
last modified time | relevance | path

Searched refs:clock_gating (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/otg/
Dmv_otg.c281 if (mvotg->clock_gating) in mv_otg_enable()
300 if (mvotg->clock_gating) in mv_otg_disable()
820 mvotg->clock_gating = 1; in mv_otg_probe()
828 mvotg->clock_gating = 0; in mv_otg_probe()
834 mvotg->clock_gating = 0; in mv_otg_probe()
878 mvotg->clock_gating ? "with" : "without"); in mv_otg_probe()
922 if (!mvotg->clock_gating) in mv_otg_suspend()
933 if (!mvotg->clock_gating) { in mv_otg_resume()
Dmv_otg.h160 unsigned int clock_gating; member
/drivers/usb/gadget/
Dmv_udc_core.c1121 if (udc->clock_gating) in mv_udc_enable()
1140 if (udc->clock_gating) in mv_udc_disable()
2111 && udc->clock_gating && udc->transceiver == NULL) in mv_udc_remove()
2330 udc->clock_gating = 1; in mv_udc_probe()
2332 udc->clock_gating = 1; in mv_udc_probe()
2339 udc->clock_gating = 0; in mv_udc_probe()
2357 if (udc->clock_gating) in mv_udc_probe()
2367 udc->clock_gating ? "with" : "without"); in mv_udc_probe()
2373 && udc->clock_gating && udc->transceiver == NULL) in mv_udc_probe()
2421 if (!udc->clock_gating) { in mv_udc_suspend()
[all …]
Dmv_udc.h213 clock_gating:1, member