Searched refs:pm_stay_awake (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/linux/
H A Dpm_wakeup.h114 extern void pm_stay_awake(struct device *dev);
183 static inline void pm_stay_awake(struct device *dev) {} function
/linux-master/drivers/rtc/
H A Dinterface.c162 pm_stay_awake(rtc->dev.parent);
689 pm_stay_awake(rtc->dev.parent);
832 pm_stay_awake(rtc->dev.parent);
885 pm_stay_awake(rtc->dev.parent);
/linux-master/drivers/base/power/
H A Dwakeup.c533 * directly as soon as it has been dealt with. The pair of pm_stay_awake() and
621 * pm_stay_awake - Notify the PM core that a wakeup event is being processed.
631 void pm_stay_awake(struct device *dev) function
642 EXPORT_SYMBOL_GPL(pm_stay_awake); variable
/linux-master/drivers/input/touchscreen/
H A Dti_am335x_tsc.c287 pm_stay_awake(ts_dev->dev);
H A Dzforce_ts.c502 pm_stay_awake(&client->dev);
/linux-master/drivers/staging/greybus/
H A Daudio_codec.c365 pm_stay_awake(dai->dev);
/linux-master/drivers/power/supply/
H A Dmt6370-charger.c823 pm_stay_awake(priv->dev);
H A Dpower_supply_core.c132 pm_stay_awake(&psy->dev);
/linux-master/drivers/virtio/
H A Dvirtio_balloon.c453 pm_stay_awake(vb->vdev->dev.parent);
/linux-master/drivers/input/keyboard/
H A Dgpio_keys.c428 pm_stay_awake(bdata->input->dev.parent);
/linux-master/drivers/remoteproc/
H A Dremoteproc_core.c2710 pm_stay_awake(rproc->dev.parent);
/linux-master/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c1864 pm_stay_awake(&udc->pdev->dev);

Completed in 282 milliseconds