Lines Matching defs:chip
55 struct gpio_chip chip; member
97 static int thunderx_gpio_request(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_request()
104 static int thunderx_gpio_dir_in(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_dir_in()
120 static void thunderx_gpio_set(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_set()
133 static int thunderx_gpio_dir_out(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_dir_out()
158 static int thunderx_gpio_get_direction(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_get_direction()
179 static int thunderx_gpio_set_config(struct gpio_chip *chip, in thunderx_gpio_set_config()
259 static int thunderx_gpio_get(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_get()
273 static void thunderx_gpio_set_multiple(struct gpio_chip *chip, in thunderx_gpio_set_multiple()
411 static void *thunderx_gpio_populate_parent_alloc_info(struct gpio_chip *chip, in thunderx_gpio_populate_parent_alloc_info()
431 struct gpio_chip *chip; in thunderx_gpio_probe() local