Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy-mv-usb.c276 if (mvotg->clock_gating) in mv_otg_enable()
295 if (mvotg->clock_gating) in mv_otg_disable()
782 mvotg->clock_gating = 1; in mv_otg_probe()
790 mvotg->clock_gating = 0; in mv_otg_probe()
796 mvotg->clock_gating = 0; in mv_otg_probe()
840 mvotg->clock_gating ? "with" : "without"); in mv_otg_probe()
867 if (!mvotg->clock_gating) in mv_otg_suspend()
878 if (!mvotg->clock_gating) { in mv_otg_resume()
Dphy-mv-usb.h160 unsigned int clock_gating; member
/linux-4.4.14/drivers/usb/gadget/udc/
Dmv_u3d_core.c1026 if (!u3d->clock_gating && u3d->vbus_valid_detect) in mv_u3d_controller_stop()
1111 if (!u3d->clock_gating) { in mv_u3d_enable()
1135 if (u3d->clock_gating && u3d->active) { in mv_u3d_disable()
1250 if (!u3d->clock_gating) { in mv_u3d_start()
1954 u3d->clock_gating = 1; in mv_u3d_probe()
1958 if (!u3d->clock_gating) in mv_u3d_probe()
1969 u3d->clock_gating ? "with" : "without"); in mv_u3d_probe()
2011 if (!u3d->clock_gating) { in mv_u3d_suspend()
2030 if (!u3d->clock_gating) { in mv_u3d_resume()
Dmv_udc_core.c1097 if (udc->clock_gating) in mv_udc_enable()
1116 if (udc->clock_gating) in mv_udc_disable()
2280 udc->clock_gating = 1; in mv_udc_probe()
2282 udc->clock_gating = 1; in mv_udc_probe()
2290 udc->clock_gating = 0; in mv_udc_probe()
2308 if (udc->clock_gating) in mv_udc_probe()
2320 udc->clock_gating ? "with" : "without"); in mv_udc_probe()
2358 if (!udc->clock_gating) { in mv_udc_suspend()
2383 if (!udc->clock_gating) { in mv_udc_resume()
Dmv_udc.h213 clock_gating:1, member
Dmv_u3d.h279 unsigned clock_gating:1; /* clock gating or not */ member