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.c67 struct gpio_desc *wakeuphost; member
141 tp->wakeuphost); in vsc_tp_wakeup_request()
335 tp->wakeuphost); in vsc_tp_rom_xfer()
386 if (!gpiod_get_value_cansleep(tp->wakeuphost)) in vsc_tp_need_read()
483 tp->wakeuphost = devm_gpiod_get(dev, "wakeuphostint", GPIOD_IN); in vsc_tp_probe()
484 if (IS_ERR(tp->wakeuphost)) in vsc_tp_probe()
485 return PTR_ERR(tp->wakeuphost); in vsc_tp_probe()