Searched refs:bcm2835_gpio_get_func_id (Results 1 – 3 of 3) sorted by relevance
76 int bcm2835_gpio_get_func_id(struct udevice *dev, unsigned gpio) in bcm2835_gpio_get_func_id() function88 int funcid = bcm2835_gpio_get_func_id(dev, offset); in bcm2835_gpio_get_function()
64 int bcm2835_gpio_get_func_id(struct udevice *dev, unsigned gpio);
492 if (bcm2835_gpio_get_func_id(dev, serial_gpio) != BCM2835_GPIO_ALT5) in rpi_is_serial_active()