Searched refs:pwm_add_table (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dpwm.h619 void pwm_add_table(struct pwm_lookup *table, size_t num);
622 static inline void pwm_add_table(struct pwm_lookup *table, size_t num) function
/linux-master/drivers/mfd/
H A Dintel_soc_pmic_crc.c202 pwm_add_table(crc_pwm_lookup, ARRAY_SIZE(crc_pwm_lookup));
/linux-master/drivers/acpi/
H A Dacpi_lpss.c170 /* Only call pwm_add_table for the first PWM controller */
172 pwm_add_table(byt_pwm_lookup, ARRAY_SIZE(byt_pwm_lookup));
217 /* Only call pwm_add_table for the first PWM controller */
219 pwm_add_table(bsw_pwm_lookup, ARRAY_SIZE(bsw_pwm_lookup));
/linux-master/arch/arm/mach-s3c/
H A Dmach-crag6410.c872 pwm_add_table(crag6410_pwm_lookup, ARRAY_SIZE(crag6410_pwm_lookup));
/linux-master/drivers/pwm/
H A Dcore.c826 * pwm_add_table() - register PWM device consumers
830 void pwm_add_table(struct pwm_lookup *table, size_t num) function
866 * supplied by board setup code (see pwm_add_table()).

Completed in 137 milliseconds