Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/boards/mach-x3proto/
H A Dgpio.c76 struct gpio_chip x3proto_gpio_chip = { variable
107 ret = gpiochip_add_data(&x3proto_gpio_chip, NULL); in x3proto_gpio_setup()
118 x3proto_gpio_chip.label, x3proto_gpio_chip.base, in x3proto_gpio_setup()
119 x3proto_gpio_chip.base + x3proto_gpio_chip.ngpio, in x3proto_gpio_setup()
128 gpiochip_remove(&x3proto_gpio_chip); in x3proto_gpio_setup()
H A Dsetup.c246 baseboard_buttons[i].gpio = x3proto_gpio_chip.base + i; in x3proto_devices_setup()
/openbmc/linux/arch/sh/include/mach-x3proto/mach/
H A Dhardware.h9 extern struct gpio_chip x3proto_gpio_chip;