Home
last modified time | relevance | path

Searched refs:gpio_twl4030_write (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-twl4030.c69 static inline int gpio_twl4030_write(u8 address, u8 data) in gpio_twl4030_write() function
152 ret = gpio_twl4030_write(base, reg); in twl4030_set_gpio_direction()
185 return gpio_twl4030_write(base, d_msk); in twl4030_set_gpio_dataout()
262 status = gpio_twl4030_write(REG_GPIO_CTRL, value); in twl_request()
287 gpio_twl4030_write(REG_GPIO_CTRL, 0x0); in twl_free()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-twl4030.c71 static inline int gpio_twl4030_write(u8 address, u8 data) in gpio_twl4030_write() function
154 ret = gpio_twl4030_write(base, reg); in twl4030_set_gpio_direction()
187 return gpio_twl4030_write(base, d_msk); in twl4030_set_gpio_dataout()
264 status = gpio_twl4030_write(REG_GPIO_CTRL, value); in twl_request()
289 gpio_twl4030_write(REG_GPIO_CTRL, 0x0); in twl_free()

Completed in 3 milliseconds