Searched refs:may_wakeup (Results 1 – 8 of 8) sorted by relevance
53 int may_wakeup; in zynqmp_gpd_is_active_wakeup_path() local55 may_wakeup = device_may_wakeup(dev); in zynqmp_gpd_is_active_wakeup_path()56 if (may_wakeup) in zynqmp_gpd_is_active_wakeup_path()57 return may_wakeup; in zynqmp_gpd_is_active_wakeup_path()107 bool may_wakeup; in zynqmp_gpd_power_off() local120 may_wakeup = zynqmp_gpd_is_active_wakeup_path(pdd->dev, NULL); in zynqmp_gpd_power_off()121 if (may_wakeup) { in zynqmp_gpd_power_off()
64 result[0] |= musb->may_wakeup << USB_DEVICE_REMOTE_WAKEUP; in service_tx_status_request()230 musb->may_wakeup = 0; in service_zero_data_request()305 musb->may_wakeup = 1; in service_zero_data_request()
389 unsigned may_wakeup:1; member
1527 if (musb->may_wakeup && musb->is_suspended) in musb_gadget_wakeup()2065 musb->may_wakeup = 0; in musb_g_reset()
353 unsigned may_wakeup:1; member
438 if (!mtu->may_wakeup) in mtu3_gadget_wakeup()598 mtu->may_wakeup = 0; in mtu3_state_reset()
217 result[0] |= mtu->may_wakeup << USB_DEVICE_REMOTE_WAKEUP; in ep0_get_status()332 mtu->may_wakeup = !!set; in ep0_handle_feature_dev()
112 int may_wakeup; /* cached value of device_may_wakeup for times we need to disable it */ member2733 atmel_port->may_wakeup = device_may_wakeup(&pdev->dev); in atmel_serial_suspend()2785 device_set_wakeup_enable(&pdev->dev, atmel_port->may_wakeup); in atmel_serial_resume()