Home
last modified time | relevance | path

Searched defs:devm_pwmchip_add (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/include/linux/
Dpwm.h406 #define devm_pwmchip_add(dev, chip) __devm_pwmchip_add(dev, chip, THIS_MODULE) macro
490 static inline int devm_pwmchip_add(struct device *dev, struct pwm_chip *chip) in devm_pwmchip_add() function