Lines Matching defs:NULL

970 	qtd->buffer = NULL;
1003 struct ehci_qtd *qtd = NULL;
1060 struct ehci_qh *qh = NULL;
1079 if (qh->dummy == NULL) {
1082 qh = NULL;
1122 struct oxu_murb *murb = NULL;
1148 oxu->murb_pool = NULL;
1152 oxu->async = NULL;
1156 oxu->periodic = NULL;
1160 oxu->pshadow = NULL;
1195 if (oxu->pshadow != NULL)
1289 qtd = NULL;
1352 if (likely(urb->hcpriv != NULL)) {
1364 urb->hcpriv = NULL;
1409 struct ehci_qtd *last = NULL, *end = qh->dummy;
1415 struct oxu_murb *murb = NULL;
1444 if (last->urb->complete == NULL) {
1458 last = NULL;
1531 (NULL != qtd->transfer_buffer))
1546 if (likely(last != NULL)) {
1547 if (last->urb->complete == NULL) {
1623 void *transfer_buf = NULL;
1631 return NULL;
1770 return NULL;
1900 return NULL;
1966 struct ehci_qh *qh = NULL;
1969 if (unlikely(qh == NULL)) {
1974 if (likely(qh != NULL)) {
1978 qtd = NULL;
1994 if (likely(qtd != NULL)) {
2042 struct ehci_qh *qh = NULL;
2063 if (unlikely(qh == NULL)) {
2075 if (unlikely(qh == NULL))
2090 qh->qh_next.qh = NULL;
2097 qh->reclaim = NULL;
2111 && oxu->async->qh_next.qh == NULL)
2116 oxu->reclaim = NULL;
2185 if (likely(qh != NULL)) {
2450 qh->qh_next.ptr = NULL;
2633 if (qh == NULL) {
2645 BUG_ON(qh == NULL);
2710 while (q.ptr != NULL) {
2727 q.ptr = NULL;
2788 USB_PORT_FEAT_POWER, port--, NULL, 0);
2791 USB_PORT_FEAT_POWER, port--, NULL, 0);
2823 (oxu->async->qh_next.ptr != NULL ||
3036 oxu->reclaim = NULL;
3047 oxu->async->qh_next.qh = NULL;
3308 murb->complete = NULL;
3339 murb->complete = NULL;
3474 ep->hcpriv = NULL;
4311 #define oxu_drv_suspend NULL
4312 #define oxu_drv_resume NULL