Lines Matching defs:offset
125 static inline bool offset_is_oscio(struct sx150x_chip *chip, unsigned offset) in offset_is_oscio()
149 static inline void sx150x_find_cfg(u8 offset, u8 width, in sx150x_find_cfg()
159 u8 offset, u8 width, u8 reg, u8 val) in sx150x_write_cfg()
176 static int sx150x_get_io(struct sx150x_chip *chip, unsigned offset) in sx150x_get_io()
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()
235 static int sx150x_gpio_get(struct gpio_chip *gc, unsigned offset) in sx150x_gpio_get()
251 static void sx150x_gpio_set(struct gpio_chip *gc, unsigned offset, int val) in sx150x_gpio_set()
265 static int sx150x_gpio_direction_input(struct gpio_chip *gc, unsigned offset) in sx150x_gpio_direction_input()
281 unsigned offset, in sx150x_gpio_direction_output()
297 static int sx150x_gpio_to_irq(struct gpio_chip *gc, unsigned offset) in sx150x_gpio_to_irq()