Searched refs:pwm_add_table (Results 1 – 6 of 6) sorted by relevance
570 void pwm_add_table(struct pwm_lookup *table, size_t num);573 static inline void pwm_add_table(struct pwm_lookup *table, size_t num) in pwm_add_table() function
202 pwm_add_table(crc_pwm_lookup, ARRAY_SIZE(crc_pwm_lookup)); in crystal_cove_i2c_probe()
872 pwm_add_table(crag6410_pwm_lookup, ARRAY_SIZE(crag6410_pwm_lookup)); in crag6410_machine_init()
176 pwm_add_table(byt_pwm_lookup, ARRAY_SIZE(byt_pwm_lookup)); in byt_pwm_setup()227 pwm_add_table(bsw_pwm_lookup, ARRAY_SIZE(bsw_pwm_lookup)); in bsw_pwm_setup()
31 pwm_add_table(board_pwm_lookup, ARRAY_SIZE(board_pwm_lookup));
805 void pwm_add_table(struct pwm_lookup *table, size_t num) in pwm_add_table() function