Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mfd/
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()
/Linux-v6.6/include/linux/
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
/Linux-v6.6/drivers/pwm/
Dcore.c822 void pwm_remove_table(struct pwm_lookup *table, size_t num) in pwm_remove_table() function