Searched refs:bcm2835_gpios (Results 1 – 1 of 1) sorted by relevance
15 struct bcm2835_gpios { struct21 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_direction_input() argument35 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_direction_output()48 static int bcm2835_get_value(const struct bcm2835_gpios *gpios, unsigned gpio) in bcm2835_get_value()59 const struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_get_value()67 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_set_value()78 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_get_func_id()111 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_probe()151 .priv_auto_alloc_size = sizeof(struct bcm2835_gpios),