Searched refs:enable_gpiod (Results 1 – 2 of 2) sorted by relevance
221 struct gpio_desc *enable_gpiod; member453 gpiod_set_value(st95con->enable_gpiod, HIGH); in st95hf_send_st95enable_negativepulse()459 gpiod_set_value(st95con->enable_gpiod, LOW); in st95hf_send_st95enable_negativepulse()465 gpiod_set_value(st95con->enable_gpiod, HIGH); in st95hf_send_st95enable_negativepulse()1111 st95context->enable_gpiod = devm_gpiod_get(dev, "enable", GPIOD_OUT_HIGH); in st95hf_probe()1112 if (IS_ERR(st95context->enable_gpiod)) { in st95hf_probe()1113 ret = PTR_ERR(st95context->enable_gpiod); in st95hf_probe()1118 ret = gpiod_set_consumer_name(st95context->enable_gpiod, "enable_gpio"); in st95hf_probe()
80 struct gpio_desc *enable_gpiod; member