Home
last modified time | relevance | path

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

/drivers/regulator/
Dpfuze100-regulator.c163 #define PFUZE100_FIXED_REG(_chip, _name, base, voltage) \ argument
178 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument
196 #define PFUZE100_SWB_REG(_chip, _name, base, mask, voltages) \ argument
213 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \ argument
233 #define PFUZE3000_VCC_REG(_chip, _name, base, min, max, step) { \ argument
253 #define PFUZE3000_SW2_REG(_chip, _name, base, min, max, step) { \ argument
270 #define PFUZE3000_SW3_REG(_chip, _name, base, min, max, step) { \ argument
/drivers/pwm/
Dpwm-lpc32xx.c29 #define to_lpc32xx_pwm_chip(_chip) \ argument
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()
Dpwm-bcm-kona.c74 static inline struct kona_pwmc *to_kona_pwmc(struct pwm_chip *_chip) in to_kona_pwmc()
/drivers/gpio/
Dgpio-lp3943.c48 static inline struct lp3943_gpio *to_lp3943_gpio(struct gpio_chip *_chip) in to_lp3943_gpio()
Dgpiolib.c201 struct gpio_chip *_chip; in gpiochip_add_to_list() local
/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.h47 #define MTK_PIN(_pin, _pad, _chip, _eint, ...) \ argument