Home
last modified time | relevance | path

Searched refs:_chip (Results 1 – 6 of 6) sorted by relevance

/drivers/regulator/
Dpfuze100-regulator.c169 #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/
Dpwm-lpc32xx.c30 #define to_lpc32xx_pwm_chip(_chip) \ argument
31 container_of(_chip, struct lpc32xx_pwm_chip, chip)
Dpwm-mxs.c48 #define to_mxs_pwm_chip(_chip) container_of(_chip, struct mxs_pwm_chip, chip) argument
Dpwm-lp3943.c31 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()
Dpwm-bcm-kona.c74 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/
Dpinctrl-mtk-common.h47 #define MTK_PIN(_pin, _pad, _chip, _eint, ...) \ argument