Lines Matching defs:offset
312 static int pca955x_gpio_request_pin(struct gpio_chip *gc, unsigned int offset)
315 struct pca955x_led *led = &pca955x->leds[offset];
323 static int pca955x_set_value(struct gpio_chip *gc, unsigned int offset,
327 struct pca955x_led *led = &pca955x->leds[offset];
335 static void pca955x_gpio_set_value(struct gpio_chip *gc, unsigned int offset,
338 pca955x_set_value(gc, offset, val);
341 static int pca955x_gpio_get_value(struct gpio_chip *gc, unsigned int offset)
344 struct pca955x_led *led = &pca955x->leds[offset];
354 unsigned int offset)
357 struct pca955x_led *led = &pca955x->leds[offset];
364 unsigned int offset, int val)
366 return pca955x_set_value(gc, offset, val);