Searched refs:gpch (Results 1 – 1 of 1) sorted by relevance
99 struct rb532_gpio_chip *gpch; in rb532_gpio_get() local101 gpch = gpiochip_get_data(chip); in rb532_gpio_get()111 struct rb532_gpio_chip *gpch; in rb532_gpio_set() local113 gpch = gpiochip_get_data(chip); in rb532_gpio_set()124 struct rb532_gpio_chip *gpch; in rb532_gpio_direction_input() local126 gpch = gpiochip_get_data(chip); in rb532_gpio_direction_input()129 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC); in rb532_gpio_direction_input()131 rb532_set_bit(0, offset, gpch->regbase + GPIOCFG); in rb532_gpio_direction_input()141 struct rb532_gpio_chip *gpch; in rb532_gpio_direction_output() local143 gpch = gpiochip_get_data(chip); in rb532_gpio_direction_output()[all …]
Completed in 5 milliseconds