Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Draspberrypi_gpio.c62 #define RPI_FW_GPIO_LOCK(_sc) sx_xlock(&(_sc)->sc_sx) macro
82 RPI_FW_GPIO_LOCK(sc); in rpi_fw_gpio_pin_configure()
185 RPI_FW_GPIO_LOCK(sc); in rpi_fw_gpio_pin_getflags()
207 RPI_FW_GPIO_LOCK(sc); in rpi_fw_gpio_pin_getname()
250 RPI_FW_GPIO_LOCK(sc); in rpi_fw_gpio_pin_set()
287 RPI_FW_GPIO_LOCK(sc); in rpi_fw_gpio_pin_get()
323 RPI_FW_GPIO_LOCK(sc); in rpi_fw_gpio_pin_toggle()