Searched refs:bcm2835_gpios (Results 1 – 1 of 1) sorted by relevance
15 struct bcm2835_gpios { struct22 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_direction_input() argument36 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_direction_output()49 static int bcm2835_get_value(const struct bcm2835_gpios *gpios, unsigned gpio) in bcm2835_get_value()60 const struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_get_value()68 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_set_value()79 struct bcm2835_gpios *priv = dev_get_priv(dev); in bcm2835_gpio_get_function()104 struct bcm2835_gpios *gpios = dev_get_priv(dev); in bcm2835_gpio_probe()141 .priv_auto_alloc_size = sizeof(struct bcm2835_gpios),