Home
last modified time | relevance | path

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

/linux/drivers/misc/mei/
H A Dvsc-tp.c62 struct gpio_desc *wakeuphost; member
134 tp->wakeuphost); in vsc_tp_wakeup_request()
328 tp->wakeuphost); in vsc_tp_rom_xfer()
381 if (!gpiod_get_value_cansleep(tp->wakeuphost)) in vsc_tp_need_read()
507 tp->wakeuphost = devm_gpiod_get(dev, "wakeuphost", GPIOD_IN); in vsc_tp_probe()
508 if (IS_ERR(tp->wakeuphost)) in vsc_tp_probe()
509 return PTR_ERR(tp->wakeuphost); in vsc_tp_probe()