Searched refs:sx150x_chip (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/gpio/ |
D | gpio-sx150x.c | 46 struct sx150x_chip { struct 125 static inline bool offset_is_oscio(struct sx150x_chip *chip, unsigned offset) in offset_is_oscio() 158 static s32 sx150x_write_cfg(struct sx150x_chip *chip, in sx150x_write_cfg() 176 static int sx150x_get_io(struct sx150x_chip *chip, unsigned offset) in sx150x_get_io() 192 static void sx150x_set_oscio(struct sx150x_chip *chip, int val) in sx150x_set_oscio() 199 static void sx150x_set_io(struct sx150x_chip *chip, unsigned offset, int val) in sx150x_set_io() 208 static int sx150x_io_input(struct sx150x_chip *chip, unsigned offset) in sx150x_io_input() 217 static int sx150x_io_output(struct sx150x_chip *chip, unsigned offset, int val) in sx150x_io_output() 237 struct sx150x_chip *chip; in sx150x_gpio_get() 240 chip = container_of(gc, struct sx150x_chip, gpio_chip); in sx150x_gpio_get() [all …]
|