Searched refs:nextp (Results 1 – 6 of 6) sorted by relevance
| /drivers/virt/ |
| A D | fsl_hypervisor.c | 463 #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 D | au0828-core.c | 129 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 D | ehci-dbg.c | 371 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 D | mc-device.c | 787 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 D | fotg210-hcd.c | 354 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 D | bnxt.c | 13751 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