Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Daw36518.c122 struct gpio_desc *tx_gpio; member
743 flash->tx_gpio = devm_gpiod_get(&client->dev, in aw36518_of_init()
745 if (IS_ERR(flash->tx_gpio)) { in aw36518_of_init()
746 flash->tx_gpio = NULL; in aw36518_of_init()
815 if (flash->tx_gpio) in aw36518_init_device()
816 gpiod_direction_output(flash->tx_gpio, 0); in aw36518_init_device()