Searched refs:rstn_gpio (Results 1 – 1 of 1) sorted by relevance
40 struct gpio_desc *rstn_gpio; member1240 aic32x4->rstn_gpio = devm_gpiod_get_optional(aic32x4->dev, "reset", GPIOD_OUT_HIGH); in aic32x4_parse_dt()1241 if (IS_ERR(aic32x4->rstn_gpio)) { in aic32x4_parse_dt()1242 return dev_err_probe(aic32x4->dev, PTR_ERR(aic32x4->rstn_gpio), in aic32x4_parse_dt()1245 gpiod_set_consumer_name(aic32x4->rstn_gpio, "tlv320aic32x4_rstn"); in aic32x4_parse_dt()1382 aic32x4->rstn_gpio = NULL; in aic32x4_probe()1390 if (aic32x4->rstn_gpio) { in aic32x4_probe()1393 gpiod_set_value_cansleep(aic32x4->rstn_gpio, 0); in aic32x4_probe()