Searched refs:usb_status (Results 1 - 8 of 8) sorted by relevance

/drivers/power/
H A Dpda_power.c57 static int usb_status = -1; variable
157 if (usb_status == PDA_PSY_TO_CHANGE) {
158 usb_status = new_usb_status;
186 usb_status = PDA_PSY_TO_CHANGE;
213 if (!usb_irq && new_usb_status != usb_status) {
214 usb_status = PDA_PSY_TO_CHANGE;
246 usb_status = PDA_PSY_TO_CHANGE;
250 usb_status = PDA_PSY_TO_CHANGE;
/drivers/usb/c67x00/
H A Dc67x00-hcd.c85 u16 status, usb_status; local
102 usb_status = c67x00_ll_get_usb_ctl(sie);
111 if (usb_status & LOW_SPEED_PORT(port)) {
117 if (usb_status & SOF_EOP_EN(port))
/drivers/usb/wusbcore/
H A Dwa-xfer.c1254 u8 usb_status; local
1263 usb_status = xfer_result->bTransferStatus;
1265 xfer, seg_idx, usb_status, seg->status);
1277 if (usb_status & 0x80) {
1278 seg->result = wa_xfer_status_to_errno(usb_status);
1280 xfer, seg->index, usb_status);
1284 if (usb_status & 0x40) /* Warning?... */
1285 usb_status = 0; /* ... pass */
1468 u8 usb_status; local
1495 usb_status
[all...]
/drivers/usb/host/
H A Dfhci-dbg.c56 in_8(&regs->usb_status), in_be16(&regs->usb_sof_tmr),
H A Dfhci.h188 u8 usb_status; /* status register */ member in struct:fhci_regs
/drivers/usb/dwc3/
H A Dep0.c264 u16 usb_status = 0; local
274 usb_status |= dwc->is_selfpowered << USB_DEVICE_SELF_POWERED;
290 usb_status = 1 << USB_ENDPOINT_HALT;
297 *response_pkt = cpu_to_le16(usb_status);
/drivers/usb/gadget/
H A Ds3c2410_udc.c890 int usb_status; local
913 usb_status = udc_read(S3C2410_UDC_USB_INT_REG);
921 usb_status, usbd_status, pwr_reg, ep0csr);
930 if (usb_status & S3C2410_UDC_USBINT_RESET) {
957 if (usb_status & S3C2410_UDC_USBINT_RESUME) {
971 if (usb_status & S3C2410_UDC_USBINT_SUSPEND) {
1011 if (!usb_status && !usbd_status && !pwr_reg && !ep0csr) {
H A Dfsl_qe_udc.c1998 u16 usb_status = 0; local
2006 usb_status = 1 << USB_DEVICE_SELF_POWERED;
2010 usb_status = 0;
2026 usb_status = 1 << USB_ENDPOINT_HALT;
2031 usb_status = 1 << USB_ENDPOINT_HALT;
2039 *(u16 *)req->req.buf = cpu_to_le16(usb_status);

Completed in 130 milliseconds