Lines Matching defs:line
49 unsigned int line; member
64 static unsigned int bit_cfg_reg(unsigned int line) in bit_cfg_reg()
69 static unsigned int intr_reg(unsigned int line) in intr_reg()
75 unsigned int line) in thunderx_gpio_is_gpio_nowarn()
87 unsigned int line) in thunderx_gpio_is_gpio()
96 static int thunderx_gpio_request(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_request()
103 static int thunderx_gpio_dir_in(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_dir_in()
119 static void thunderx_gpio_set(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_set()
132 static int thunderx_gpio_dir_out(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_dir_out()
157 static int thunderx_gpio_get_direction(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_get_direction()
179 unsigned int line, in thunderx_gpio_set_config()
258 static int thunderx_gpio_get(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_get()