Home
last modified time | relevance | path

Searched refs:sch311x_gpio_block (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpio/
Dgpio-sch311x.c43 struct sch311x_gpio_block { /* one GPIO block runtime data */ struct
52 struct sch311x_gpio_block blocks[6]; argument
96 static inline struct sch311x_gpio_block *
99 return container_of(chip, struct sch311x_gpio_block, chip); in to_sch311x_gpio_block()
145 struct sch311x_gpio_block *block = to_sch311x_gpio_block(chip); in sch311x_gpio_request()
161 struct sch311x_gpio_block *block = to_sch311x_gpio_block(chip); in sch311x_gpio_free()
171 struct sch311x_gpio_block *block = to_sch311x_gpio_block(chip); in sch311x_gpio_get()
181 static void __sch311x_gpio_set(struct sch311x_gpio_block *block, in __sch311x_gpio_set()
195 struct sch311x_gpio_block *block = to_sch311x_gpio_block(chip); in sch311x_gpio_set()
204 struct sch311x_gpio_block *block = to_sch311x_gpio_block(chip); in sch311x_gpio_direction_in()
[all …]