Lines Matching +full:core +full:- +full:vcc +full:- +full:supplies
14 regulator = regulator_get(dev, "Vcc");
16 The consumer passes in its struct device pointer and power supply ID. The core
19 regulator that supplies this consumer.
26 analog and digital supplies ::
28 digital = regulator_get(dev, "Vcc"); /* digital core */
144 --------------------------------
150 This will cause the core to recalculate the total load on the regulator (based
163 ------------------------------
199 they need to do low-level hardware access to regulators, with no involvement
202 - clocksource with a voltage-controlled oscillator and control logic to change
204 - thermal management firmware that can issue an arbitrary I2C transaction to
212 Bus-specific details, like I2C addresses or transfer rates are handled by the
225 regulator_list_voltage) to a hardware-specific voltage selector that can be