Home
last modified time | relevance | path

Searched refs:nextp (Results 1 – 6 of 6) sorted by relevance

/drivers/virt/
A Dfsl_hypervisor.c463 #define nextp(x) (((x) + 1) & (QSIZE - 1)) macro
498 if (dbq->head != nextp(dbq->tail)) { in fsl_hv_queue_doorbell()
505 dbq->tail = nextp(dbq->tail); in fsl_hv_queue_doorbell()
638 dbq->head = nextp(dbq->head); in fsl_hv_read()
/drivers/media/usb/au0828/
A Dau0828-core.c129 struct media_entity_notify *notify, *nextp; in au0828_unregister_media_device() local
135 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) { in au0828_unregister_media_device()
/drivers/usb/host/
A Dehci-dbg.c371 char **nextp, unsigned *sizep) in qh_lines() argument
379 char *next = *nextp; in qh_lines()
467 *nextp = next; in qh_lines()
/drivers/media/mc/
A Dmc-device.c787 struct media_entity_notify *notify, *nextp; in media_device_unregister() local
808 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) in media_device_unregister()
/drivers/usb/fotg210/
A Dfotg210-hcd.c354 char **nextp, unsigned *sizep) in qh_lines() argument
361 char *next = *nextp; in qh_lines()
437 *nextp = next; in qh_lines()
/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c13751 u8 **nextp) in bnxt_exthdr_check() argument
13804 if (nextp) { in bnxt_exthdr_check()
13807 *nextp = nexthdr; in bnxt_exthdr_check()
13810 *nextp = NULL; in bnxt_exthdr_check()

Completed in 51 milliseconds