Searched refs:_chip (Results 1 – 6 of 6) sorted by relevance
/drivers/regulator/ |
D | pfuze100-regulator.c | 212 #define PFUZE100_FIXED_REG(_chip, _name, base, voltage) \ argument 213 [_chip ## _ ## _name] = { \ 219 .id = _chip ## _ ## _name, \ 227 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument 228 [_chip ## _ ## _name] = { \ 234 .id = _chip ## _ ## _name, \ 248 #define PFUZE100_SWB_REG(_chip, _name, base, mask, voltages) \ argument 249 [_chip ## _ ## _name] = { \ 255 .id = _chip ## _ ## _name, \ 265 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \ argument [all …]
|
/drivers/pwm/ |
D | pwm-lpc32xx.c | 26 #define to_lpc32xx_pwm_chip(_chip) \ argument 27 container_of(_chip, struct lpc32xx_pwm_chip, chip)
|
D | pwm-mxs.c | 42 #define to_mxs_pwm_chip(_chip) container_of(_chip, struct mxs_pwm_chip, chip) argument
|
D | pwm-lp3943.c | 28 static inline struct lp3943_pwm *to_lp3943_pwm(struct pwm_chip *_chip) in to_lp3943_pwm() argument 30 return container_of(_chip, struct lp3943_pwm, chip); in to_lp3943_pwm()
|
D | pwm-bcm-kona.c | 74 static inline struct kona_pwmc *to_kona_pwmc(struct pwm_chip *_chip) in to_kona_pwmc() argument 76 return container_of(_chip, struct kona_pwmc, chip); in to_kona_pwmc()
|
/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.h | 41 #define MTK_PIN(_pin, _pad, _chip, _eint, ...) \ argument
|