Searched full:dutycycle (Results 1 – 25 of 27) sorted by relevance
12
61 pwm-dutycycle-unit:65 pwm-dutycycle-range contains values expressed in69 pwm-dutycycle-range:72 the dutycycle for regulator-min-microvolt and the73 second one the dutycycle for regulator-max-microvolt.74 Duty cycle values are expressed in pwm-dutycycle-unit.78 - description: the dutycycle for regulator-min-microvolt79 - description: the dutycycle for regulator-max-microvolt101 pwm-dutycycle-unit = <1000>;106 pwm-dutycycle-range = <700 300>; /* */
48 unsigned int dutycycle; member58 unsigned int dutycycle; in pwm_regulator_init_state() local62 dutycycle = pwm_get_relative_duty_cycle(&pwm_state, 100); in pwm_regulator_init_state()65 if (dutycycle == drvdata->duty_cycle_table[i].dutycycle) { in pwm_regulator_init_state()91 drvdata->duty_cycle_table[selector].dutycycle, 100); in pwm_regulator_set_voltage_sel()163 * The dutycycle for min_uV might be greater than the one for max_uV. in pwm_regulator_get_voltage()193 unsigned int dutycycle; in pwm_regulator_set_voltage() local199 * The dutycycle for min_uV might be greater than the one for max_uV. in pwm_regulator_set_voltage()208 dutycycle = DIV_ROUND_CLOSEST_ULL((u64)(req_min_uV - min_uV) * in pwm_regulator_set_voltage()213 dutycycle = min_uV_duty - dutycycle; in pwm_regulator_set_voltage()[all …]
24 pwm-dutycycle-range = <100 0>;43 pwm-dutycycle-range = <100 0>;
102 pwm-dutycycle-range = <100 0>;121 pwm-dutycycle-range = <100 0>;
30 pwm-dutycycle-range = <100 0>;
138 pwm-dutycycle-range = <100 0>;157 pwm-dutycycle-range = <100 0>;
145 pwm-dutycycle-range = <100 0>;
102 pwm-dutycycle-range = <100 0>;
126 pwm-dutycycle-range = <100 0>;
144 pwm-dutycycle-range = <100 0>;
122 pwm-dutycycle-range = <100 0>;
190 pwm-dutycycle-range = <100 0>;
73 pwm-dutycycle-unit = <1000>;74 pwm-dutycycle-range = <100 1000>;
40 pwm-dutycycle-range = <100 0>;87 pwm-dutycycle-range = <100 0>;
40 pwm-dutycycle-unit = <1000>;41 pwm-dutycycle-range = <100 1000>;
137 pwm-dutycycle-range = <91 0>;169 pwm-dutycycle-range = <91 0>;
180 pwm-dutycycle-range = <100 0>;264 pwm-dutycycle-range = <100 0>;
107 pwm-dutycycle-range = <0x7b 0>;108 pwm-dutycycle-unit = <0x94>;
111 pwm-dutycycle-range = <100 0>;112 pwm-dutycycle-unit = <100>;140 pwm-dutycycle-range = <100 0>;141 pwm-dutycycle-unit = <100>;169 pwm-dutycycle-range = <100 0>;170 pwm-dutycycle-unit = <100>;
55 pwm-dutycycle-range = <100 0>;56 pwm-dutycycle-unit = <100>;
163 "Single PAN/FTP bt period %d ms dutycycle %d\n", in ath_mci_update_scheme()170 "aggregation limit 1.5 ms dutycycle 30%%\n"); in ath_mci_update_scheme()177 "Two BT profiles aggr limit 1.5 ms dutycycle %d%%\n", in ath_mci_update_scheme()
77 care about dutycycle relatively to the full period (like, duty = 50% of the
655 u64 dutycycle = (u64)state.duty_cycle * pargs.period; in pwm_adjust_config() local657 do_div(dutycycle, state.period); in pwm_adjust_config()658 state.duty_cycle = dutycycle; in pwm_adjust_config()
178 /* Set up PWM dutycycle ONE byte (differs from the standard) */ in nt35560_set_brightness()