Home
last modified time | relevance | path

Searched refs:pwm_remove_table (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Dintel_soc_pmic_crc.c212 pwm_remove_table(crc_pwm_lookup, ARRAY_SIZE(crc_pwm_lookup)); in crystal_cove_i2c_probe()
220 pwm_remove_table(crc_pwm_lookup, ARRAY_SIZE(crc_pwm_lookup)); in crystal_cove_i2c_remove()
/openbmc/linux/include/linux/
H A Dpwm.h571 void pwm_remove_table(struct pwm_lookup *table, size_t num);
577 static inline void pwm_remove_table(struct pwm_lookup *table, size_t num) in pwm_remove_table() function
/openbmc/linux/drivers/pwm/
H A Dcore.c822 void pwm_remove_table(struct pwm_lookup *table, size_t num) in pwm_remove_table() function