Searched refs:pwm_add_table (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
D | pwm.h | 292 void pwm_add_table(struct pwm_lookup *table, size_t num); 294 static inline void pwm_add_table(struct pwm_lookup *table, size_t num) in pwm_add_table() function
|
/linux-4.1.27/arch/arm/mach-clps711x/ |
D | board-edb7211.c | 164 pwm_add_table(edb7211_pwm_lookup, ARRAY_SIZE(edb7211_pwm_lookup)); in edb7211_init_late()
|
/linux-4.1.27/arch/avr32/boards/merisc/ |
D | setup.c | 289 pwm_add_table(pwm_lookup, ARRAY_SIZE(pwm_lookup)); in merisc_init()
|
/linux-4.1.27/arch/avr32/boards/favr-32/ |
D | setup.c | 260 pwm_add_table(pwm_lookup, ARRAY_SIZE(pwm_lookup)); in favr32_setup_atmel_pwm_bl()
|
/linux-4.1.27/arch/avr32/boards/atngw100/ |
D | mrmt.c | 337 pwm_add_table(pwm_lookup, ARRAY_SIZE(pwm_lookup)); in mrmt1_init()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-omap3beagle.c | 581 pwm_add_table(pwm_lookup, ARRAY_SIZE(pwm_lookup)); in omap3_beagle_init()
|
/linux-4.1.27/Documentation/ |
D | pwm.txt | 29 pwm_add_table(board_pwm_lookup, ARRAY_SIZE(board_pwm_lookup));
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | hx4700.c | 882 pwm_add_table(hx4700_pwm_lookup, ARRAY_SIZE(hx4700_pwm_lookup)); in hx4700_init()
|
/linux-4.1.27/drivers/pwm/ |
D | core.c | 576 void pwm_add_table(struct pwm_lookup *table, size_t num) in pwm_add_table() function
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | board-armadillo800eva.c | 1247 pwm_add_table(pwm_lookup, ARRAY_SIZE(pwm_lookup)); in eva_init()
|