Searched refs:tx_gpio (Results 1 – 1 of 1) sorted by relevance
122 struct gpio_desc *tx_gpio; member743 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()