Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mfd/
Dintel_soc_pmic_crc.c214 pwm_remove_table(crc_pwm_lookup, ARRAY_SIZE(crc_pwm_lookup)); in crystal_cove_i2c_probe()
222 pwm_remove_table(crc_pwm_lookup, ARRAY_SIZE(crc_pwm_lookup)); in crystal_cove_i2c_remove()
/linux-6.12.1/include/linux/
Dpwm.h585 void pwm_remove_table(struct pwm_lookup *table, size_t num);
591 static inline void pwm_remove_table(struct pwm_lookup *table, size_t num) in pwm_remove_table() function
/linux-6.12.1/drivers/pwm/
Dcore.c1393 void pwm_remove_table(struct pwm_lookup *table, size_t num) in pwm_remove_table() function