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

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

Completed in 192 milliseconds