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

/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/power/
H A Dpda_power.c53 static int usb_status = -1; variable
153 if (usb_status == PDA_PSY_TO_CHANGE) {
154 usb_status = new_usb_status;
182 usb_status = PDA_PSY_TO_CHANGE;
209 if (!usb_irq && new_usb_status != usb_status) {
210 usb_status = PDA_PSY_TO_CHANGE;
242 usb_status = PDA_PSY_TO_CHANGE;
246 usb_status = PDA_PSY_TO_CHANGE;
/drivers/usb/dwc3/
H A Dep0.c336 u16 usb_status = 0; local
345 usb_status |= dwc->is_selfpowered << USB_DEVICE_SELF_POWERED;
350 usb_status |= 1 << USB_DEV_STAT_U1_ENABLED;
352 usb_status |= 1 << USB_DEV_STAT_U2_ENABLED;
370 usb_status = 1 << USB_ENDPOINT_HALT;
377 *response_pkt = cpu_to_le16(usb_status);
/drivers/net/wireless/ath/ath6kl/
H A Dusb.c407 int usb_status; local
436 usb_status = usb_submit_urb(urb, GFP_ATOMIC);
438 if (usb_status) {
441 usb_status);
698 int usb_status, status = 0; local
751 usb_status = usb_submit_urb(urb, GFP_ATOMIC);
753 if (usb_status) {
756 usb_status);
/drivers/usb/dwc2/
H A Dgadget.c2328 u32 usb_status = readl(hsotg->regs + GOTGCTL); local
2336 if (usb_status & GOTGCTL_BSESVLD) {
/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c1951 u16 usb_status = 0; local
1959 usb_status = 1 << USB_DEVICE_SELF_POWERED;
1963 usb_status = 0;
1979 usb_status = 1 << USB_ENDPOINT_HALT;
1984 usb_status = 1 << USB_ENDPOINT_HALT;
1992 *(u16 *)req->req.buf = cpu_to_le16(usb_status);
H A Ds3c2410_udc.c888 int usb_status; local
911 usb_status = udc_read(S3C2410_UDC_USB_INT_REG);
919 usb_status, usbd_status, pwr_reg, ep0csr);
928 if (usb_status & S3C2410_UDC_USBINT_RESET) {
955 if (usb_status & S3C2410_UDC_USBINT_RESUME) {
969 if (usb_status & S3C2410_UDC_USBINT_SUSPEND) {
1009 if (!usb_status && !usbd_status && !pwr_reg && !ep0csr) {
/drivers/usb/wusbcore/
H A Dwa-xfer.c2298 u8 usb_status; local
2309 usb_status = xfer_result->bTransferStatus;
2311 xfer, wa_xfer_id(xfer), seg_idx, usb_status, seg->status);
2323 if (usb_status & 0x80) {
2324 seg->result = wa_xfer_status_to_errno(usb_status);
2326 xfer, xfer->id, seg->index, usb_status);
2327 seg->status = ((usb_status & 0x7F) == WA_XFER_STATUS_ABORTED) ?
2332 if (usb_status & 0x40) /* Warning?... */
2333 usb_status = 0; /* ... pass */
2399 if (((usb_status
2769 u8 usb_status; local
[all...]

Completed in 371 milliseconds