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()110 bool may_wakeup; in zynqmp_gpd_power_off() local126 may_wakeup = zynqmp_gpd_is_active_wakeup_path(pdd->dev, NULL); in zynqmp_gpd_power_off()127 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()
380 unsigned may_wakeup:1; member
1528 if (musb->may_wakeup && musb->is_suspended) in musb_gadget_wakeup()2066 musb->may_wakeup = 0; in musb_g_reset()
354 unsigned may_wakeup:1; member
461 if (!mtu->may_wakeup) in mtu3_gadget_wakeup()606 mtu->may_wakeup = 0; in mtu3_state_reset()
208 result[0] |= mtu->may_wakeup << USB_DEVICE_REMOTE_WAKEUP; in ep0_get_status()324 mtu->may_wakeup = !!set; in ep0_handle_feature_dev()
119 int may_wakeup; /* cached value of device_may_wakeup for times we need to disable it */ member2738 atmel_port->may_wakeup = device_may_wakeup(&pdev->dev); in atmel_serial_suspend()2790 device_set_wakeup_enable(&pdev->dev, atmel_port->may_wakeup); in atmel_serial_resume()