Searched refs:_chip (Results 1 – 6 of 6) sorted by relevance
/drivers/regulator/ |
D | pfuze100-regulator.c | 169 #define PFUZE100_FIXED_REG(_chip, _name, base, voltage) \ argument 170 [_chip ## _ ## _name] = { \ 176 .id = _chip ## _ ## _name, \ 184 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument 185 [_chip ## _ ## _name] = { \ 191 .id = _chip ## _ ## _name, \ 202 #define PFUZE100_SWB_REG(_chip, _name, base, mask, voltages) \ argument 203 [_chip ## _ ## _name] = { \ 209 .id = _chip ## _ ## _name, \ 219 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \ argument [all …]
|
/drivers/pwm/ |
D | pwm-lpc32xx.c | 30 #define to_lpc32xx_pwm_chip(_chip) \ argument 31 container_of(_chip, struct lpc32xx_pwm_chip, chip)
|
D | pwm-mxs.c | 48 #define to_mxs_pwm_chip(_chip) container_of(_chip, struct mxs_pwm_chip, chip) argument
|
D | pwm-lp3943.c | 31 static inline struct lp3943_pwm *to_lp3943_pwm(struct pwm_chip *_chip) in to_lp3943_pwm() argument 33 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 | 47 #define MTK_PIN(_pin, _pad, _chip, _eint, ...) \ argument
|