Searched refs:status_write (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/host/
H A Dimx21-hcd.c1534 u32 status_write = 0; local
1558 status_write = USBH_PORTSTAT_CURCONST;
1562 status_write = USBH_PORTSTAT_PRTOVRCURI;
1566 status_write = USBH_PORTSTAT_LSDEVCON;
1570 status_write = USBH_PORTSTAT_PRTENBLSC;
1574 status_write = USBH_PORTSTAT_PRTSTATSC;
1578 status_write = USBH_PORTSTAT_CONNECTSC;
1582 status_write = USBH_PORTSTAT_OVRCURIC;
1586 status_write = USBH_PORTSTAT_PRTRSTSC;
1636 status_write
[all...]
/drivers/isdn/hisax/
H A Dconfig.c698 i = cs->status_end - cs->status_write + 1;
702 memcpy(cs->status_write, p, i);
703 cs->status_write += i;
704 if (cs->status_write > cs->status_end)
705 cs->status_write = cs->status_buf;
708 memcpy(cs->status_write, p, len);
709 cs->status_write += len;
717 *cs->status_write++ = *p;
718 if (cs->status_write > cs->status_end)
719 cs->status_write
[all...]
H A Dhisax.h926 u_char *status_write; member in struct:IsdnCardState

Completed in 54 milliseconds