Home
last modified time | relevance | path

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

/linux/drivers/pmdomain/xilinx/
H A Dzynqmp-pm-domains.c54 int may_wakeup; in zynqmp_gpd_is_active_wakeup_path() local
56 may_wakeup = device_may_wakeup(dev); in zynqmp_gpd_is_active_wakeup_path()
57 if (may_wakeup) in zynqmp_gpd_is_active_wakeup_path()
58 return may_wakeup; in zynqmp_gpd_is_active_wakeup_path()
110 bool may_wakeup; in zynqmp_gpd_power_off() local
121 may_wakeup = zynqmp_gpd_is_active_wakeup_path(pdd->dev, NULL); in zynqmp_gpd_power_off()
122 if (may_wakeup) { in zynqmp_gpd_power_off()
/linux/drivers/usb/cdns3/
H A Dcdnsp-ep0.c158 status |= pdev->may_wakeup << USB_DEVICE_REMOTE_WAKEUP; in cdnsp_ep0_handle_status()
215 pdev->may_wakeup = !!set; in cdnsp_ep0_handle_feature_device()
284 pdev->may_wakeup++; in cdnsp_ep0_handle_feature_intf()
286 if (pdev->may_wakeup > 0) in cdnsp_ep0_handle_feature_intf()
287 pdev->may_wakeup--; in cdnsp_ep0_handle_feature_intf()
H A Dcdnsp-gadget.c1554 if (portsc == XDEV_U3 && !pdev->may_wakeup) in __cdnsp_gadget_wakeup()
/linux/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c217 result[0] |= mtu->may_wakeup << USB_DEVICE_REMOTE_WAKEUP; in ep0_get_status()
334 mtu->may_wakeup = !!set; in ep0_handle_feature_dev()
403 mtu->may_wakeup = !!(index & USB_INTRF_FUNC_SUSPEND_RW); in ep0_handle_feature()
H A Dmtu3.h360 unsigned may_wakeup:1; member
H A Dmtu3_gadget.c452 if (!mtu->may_wakeup) in mtu3_gadget_wakeup()
641 mtu->may_wakeup = 0; in mtu3_state_reset()
/linux/include/linux/
H A Dhid.h977 bool (*may_wakeup)(struct hid_device *hdev); member
1271 if (hdev->ll_driver->may_wakeup) in hid_hw_may_wakeup()
1272 return hdev->ll_driver->may_wakeup(hdev); in hid_hw_may_wakeup()
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-ep0.c187 status |= pdev->may_wakeup << USB_DEVICE_REMOTE_WAKEUP; in cdns2_req_ep0_handle_status()
226 pdev->may_wakeup = !!set; in cdns2_ep0_handle_feature_device()
H A Dcdns2-gadget.h674 bool may_wakeup; member
H A Dcdns2-gadget.c1045 if (!pdev->may_wakeup) in cdns2_wakeup()
1276 pdev->may_wakeup = 0; in cdns2_thread_usb_irq_handler()
/linux/drivers/usb/musb/
H A Dmusb_core.h389 unsigned may_wakeup:1; member
H A Dmusb_gadget.c1530 if (musb->may_wakeup && musb->is_suspended) in musb_gadget_wakeup()
2068 musb->may_wakeup = 0; in musb_g_reset()
/linux/drivers/hid/
H A Dhid-logitech-dj.c1635 .may_wakeup = logi_dj_ll_may_wakeup,