Lines Matching defs:line
48 unsigned int line; member
63 static unsigned int bit_cfg_reg(unsigned int line) in bit_cfg_reg()
68 static unsigned int intr_reg(unsigned int line) in intr_reg()
74 unsigned int line) in thunderx_gpio_is_gpio_nowarn()
86 unsigned int line) in thunderx_gpio_is_gpio()
95 static int thunderx_gpio_request(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_request()
102 static int thunderx_gpio_dir_in(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_dir_in()
118 static void thunderx_gpio_set(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_set()
131 static int thunderx_gpio_dir_out(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_dir_out()
156 static int thunderx_gpio_get_direction(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_get_direction()
178 unsigned int line, in thunderx_gpio_set_config()
257 static int thunderx_gpio_get(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_get()