Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpwm.h482 #define devm_pwmchip_add(dev, chip) __devm_pwmchip_add(dev, chip, THIS_MODULE) macro
571 static inline int devm_pwmchip_add(struct device *dev, struct pwm_chip *chip) in devm_pwmchip_add() function