Searched refs:nextp (Results 1 - 5 of 5) sorted by relevance

/drivers/of/
H A Dpdt.c29 struct device_node ***nextp);
196 struct device_node ***nextp)
213 *(*nextp) = dp;
214 *nextp = &dp->allnext;
219 of_pdt_prom_ops->getchild(node), nextp);
222 of_pdt_build_more(dp, nextp);
237 struct device_node **nextp; local
248 nextp = &of_allnodes->allnext;
250 of_pdt_prom_ops->getchild(of_allnodes->phandle), &nextp);
194 of_pdt_build_tree(struct device_node *parent, phandle node, struct device_node ***nextp) argument
/drivers/virt/
H A Dfsl_hypervisor.c465 #define nextp(x) (((x) + 1) & (QSIZE - 1)) macro
500 if (dbq->head != nextp(dbq->tail)) {
507 dbq->tail = nextp(dbq->tail);
640 dbq->head = nextp(dbq->head);
/drivers/usb/host/
H A Dehci-dbg.c409 char **nextp,
419 char *next = *nextp;
494 *nextp = next;
406 qh_lines( struct ehci_hcd *ehci, struct ehci_qh *qh, char **nextp, unsigned *sizep ) argument
H A Dfotg210-hcd.c379 char **nextp,
388 char *next = *nextp;
470 *nextp = next;
376 qh_lines( struct fotg210_hcd *fotg210, struct fotg210_qh *qh, char **nextp, unsigned *sizep ) argument
H A Dfusbh200-hcd.c367 char **nextp,
376 char *next = *nextp;
450 *nextp = next;
364 qh_lines( struct fusbh200_hcd *fusbh200, struct fusbh200_qh *qh, char **nextp, unsigned *sizep ) argument

Completed in 141 milliseconds