Lines Matching defs:offset
192 static inline bool offset_is_oscio(struct sx150x_chip *chip, unsigned offset) in offset_is_oscio()
216 static inline void sx150x_find_cfg(u8 offset, u8 width, in sx150x_find_cfg()
226 u8 offset, u8 width, u8 reg, u8 val) in sx150x_write_cfg()
243 static int sx150x_get_io(struct sx150x_chip *chip, unsigned offset) in sx150x_get_io()
266 static void sx150x_set_io(struct sx150x_chip *chip, unsigned offset, int val) in sx150x_set_io()
275 static int sx150x_io_input(struct sx150x_chip *chip, unsigned offset) in sx150x_io_input()
284 static int sx150x_io_output(struct sx150x_chip *chip, unsigned offset, int val) in sx150x_io_output()
302 static int sx150x_gpio_get(struct gpio_chip *gc, unsigned offset) in sx150x_gpio_get()
316 static void sx150x_gpio_set(struct gpio_chip *gc, unsigned offset, int val) in sx150x_gpio_set()
328 static int sx150x_gpio_direction_input(struct gpio_chip *gc, unsigned offset) in sx150x_gpio_direction_input()
342 unsigned offset, in sx150x_gpio_direction_output()