Home
last modified time | relevance | path

Searched refs:remote_wakeup (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/
H A Dgr_udc.h206 unsigned remote_wakeup:1; member
H A Dmv_udc.h206 remote_wakeup:1, member
H A Dmv_u3d.h275 unsigned remote_wakeup:1; /* support remote wakeup */ member
H A Dgr_udc.c195 seq_printf(seq, "remote_wakeup = %d\n", dev->remote_wakeup); in gr_dfs_show()
904 response = 0x0001 | (dev->remote_wakeup ? 0x0002 : 0); in gr_device_request()
911 dev->remote_wakeup = 1; in gr_device_request()
929 dev->remote_wakeup = 0; in gr_device_request()
1864 if (!dev->remote_wakeup) in gr_wakeup()
2065 dev->remote_wakeup = 0; in gr_udc_init()
H A Dmv_udc_core.c1134 if (!udc->remote_wakeup) in mv_udc_wakeup()
1537 status |= udc->remote_wakeup << USB_DEVICE_REMOTE_WAKEUP; in ch9getstatus()
1570 udc->remote_wakeup = 0; in ch9clearfeature()
1613 udc->remote_wakeup = 1; in ch9setfeature()
1863 udc->remote_wakeup = 0; /* default to 0 on reset */ in irq_process_reset()
2240 udc->remote_wakeup = 0; in mv_udc_probe()
H A Dfsl_usb2_udc.h487 unsigned remote_wakeup:1; member
H A Dfsl_udc_core.c1153 if (!udc->remote_wakeup) in fsl_wakeup()
1342 tmp |= udc->remote_wakeup << USB_DEVICE_REMOTE_WAKEUP; in ch9getstatus()
1806 udc->remote_wakeup = 0; /* default to 0 on reset */ in reset_irq()
2286 udc->remote_wakeup = 0; /* default to 0 on reset */ in struct_udc_setup()
H A Dmv_u3d_core.c1914 u3d->remote_wakeup = 0; in mv_u3d_probe()
/openbmc/qemu/hw/usb/
H A Ddesc.c755 if (dev->remote_wakeup) { in usb_desc_handle_control()
765 dev->remote_wakeup = 0; in usb_desc_handle_control()
772 dev->remote_wakeup = 1; in usb_desc_handle_control()
H A Dcore.c90 dev->remote_wakeup = 0; in usb_device_reset()
108 if (dev->remote_wakeup && dev->port && dev->port->ops->wakeup) { in usb_wakeup()
H A Ddev-hid.c748 if (s->dev.remote_wakeup) { in usb_ptr_post_load()
H A Dbus.c75 VMSTATE_INT32(remote_wakeup, USBDevice),
/openbmc/linux/drivers/usb/dwc2/
H A Dcore.h1415 int dwc2_restore_device_registers(struct dwc2_hsotg *hsotg, int remote_wakeup);
1454 int remote_wakeup) in dwc2_restore_device_registers() argument
H A Dgadget.c5208 int dwc2_restore_device_registers(struct dwc2_hsotg *hsotg, int remote_wakeup) in dwc2_restore_device_registers() argument
5224 if (!remote_wakeup) in dwc2_restore_device_registers()
/openbmc/linux/drivers/usb/chipidea/
H A Dci.h248 u8 remote_wakeup; member
H A Dudc.c858 ci->remote_wakeup = 0; in _gadget_stop_activity()
1023 *(u16 *)req->buf = (ci->remote_wakeup << 1) | in isr_get_status_response()
1207 ci->remote_wakeup = 0; in isr_setup_packet_handler()
1256 ci->remote_wakeup = 1; in isr_setup_packet_handler()
1757 if (!ci->remote_wakeup) { in ci_udc_wakeup()
/openbmc/linux/drivers/staging/emxx_udc/
H A Demxx_udc.h534 unsigned remote_wakeup:1; member
H A Demxx_udc.c1339 udc->remote_wakeup = U2F_ENABLE; in _nbu2ss_set_feature_device()
1494 if (udc->remote_wakeup) in std_req_get_status()
2281 udc->remote_wakeup = 0; in _nbu2ss_int_bus_reset()
/openbmc/qemu/include/hw/
H A Dusb.h250 int32_t remote_wakeup; member