Searched refs:clock_gating (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/usb/phy/
H A Dphy-mv-usb.h156 unsigned int clock_gating; member in struct:mv_otg
H A Dphy-mv-usb.c265 if (mvotg->clock_gating)
284 if (mvotg->clock_gating)
766 mvotg->clock_gating = 1;
774 mvotg->clock_gating = 0;
780 mvotg->clock_gating = 0;
817 mvotg->clock_gating ? "with" : "without");
841 if (!mvotg->clock_gating)
852 if (!mvotg->clock_gating) {
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer_private.h93 bool clock_gating);
/linux-master/drivers/usb/gadget/udc/
H A Dmv_udc.h209 clock_gating:1, member in struct:mv_udc
H A Dmv_u3d.h276 unsigned clock_gating:1; /* clock gating or not */ member in struct:mv_u3d
H A Dmv_u3d_core.c1015 if (!u3d->clock_gating && u3d->vbus_valid_detect)
1100 if (!u3d->clock_gating) {
1124 if (u3d->clock_gating && u3d->active) {
1239 if (!u3d->clock_gating) {
1946 u3d->clock_gating = 1;
1950 if (!u3d->clock_gating)
1961 u3d->clock_gating ? "with" : "without");
1998 * So do not care about clock_gating == 1, it is handled by
2001 if (!u3d->clock_gating) {
2020 if (!u3d->clock_gating) {
[all...]
H A Dmv_udc_core.c1089 if (udc->clock_gating)
1108 if (udc->clock_gating)
2271 udc->clock_gating = 1;
2273 udc->clock_gating = 1;
2281 udc->clock_gating = 0;
2299 if (udc->clock_gating)
2311 udc->clock_gating ? "with" : "without");
2348 * So do not care about clock_gating == 1.
2350 if (!udc->clock_gating) {
2375 if (!udc->clock_gating) {
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c199 bool clock_gating)
197 enable_display_pipe_clock_gating( struct dc_context *ctx, bool clock_gating) argument

Completed in 176 milliseconds