Lines Matching defs:clock
289 * ipa_hardware_dcd_config() - Enable dynamic clock division on IPA
292 * Configures when the IPA signals it is idle to the global clock
293 * controller, which can respond by scalling down the clock to
348 /* Enable dynamic clock division */
511 * Perform initialization requiring IPA clock to be enabled.
517 /* Get a clock reference to allow initialization. This reference
706 * - The "config" stage requires the IPA clock to be active so IPA registers
722 struct ipa_clock *clock;
750 /* The clock and interconnects might not be ready when we're
753 clock = ipa_clock_init(dev);
754 if (IS_ERR(clock)) {
755 ret = PTR_ERR(clock);
778 ipa->clock = clock;
858 ipa_clock_exit(clock);
869 struct ipa_clock *clock = ipa->clock;
888 ipa_clock_exit(clock);
901 * Suspends endpoints and releases the clock reference held to keep
902 * the IPA clock running until this point.
928 * Takes an IPA clock reference to keep the clock running until suspend,
935 /* This clock reference will keep the IPA out of suspend