Searched refs:_chip (Results 1 – 7 of 7) sorted by relevance
/drivers/regulator/ |
D | pfuze100-regulator.c | 228 #define PFUZE100_FIXED_REG(_chip, _name, base, voltage) \ argument 229 [_chip ## _ ## _name] = { \ 235 .id = _chip ## _ ## _name, \ 243 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument 244 [_chip ## _ ## _name] = { \ 250 .id = _chip ## _ ## _name, \ 264 #define PFUZE100_SWB_REG(_chip, _name, base, mask, voltages) \ argument 265 [_chip ## _ ## _name] = { \ 271 .id = _chip ## _ ## _name, \ 281 #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 | 45 #define to_mxs_pwm_chip(_chip) container_of(_chip, struct mxs_pwm_chip, chip) argument
|
D | pwm-sl28cpld.c | 87 #define sl28cpld_pwm_from_chip(_chip) \ argument 88 container_of(_chip, struct sl28cpld_pwm, pwm_chip)
|
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
|