Home
last modified time | relevance | path

Searched refs:msgbufcount (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_dev.c448 int msgbufcount; in vchiq_ioc_await_completion() local
477 msgbufcount = args->msgbufcount; in vchiq_ioc_await_completion()
523 if (msgbufcount <= 0) in vchiq_ioc_await_completion()
527 msgbufcount--; in vchiq_ioc_await_completion()
529 msgbufcount)) { in vchiq_ioc_await_completion()
570 if (msgbufcount != args->msgbufcount) { in vchiq_ioc_await_completion()
571 if (put_user(msgbufcount, msgbufcountp)) in vchiq_ioc_await_completion()
778 &argp->msgbufcount); in vchiq_ioctl()
1057 unsigned int msgbufcount; /* IN/OUT */ member
1079 .msgbufcount = args32.msgbufcount, in vchiq_compat_ioctl_await_completion()
[all …]
H A Dvchiq_ioctl.h56 unsigned int msgbufcount; /* IN/OUT */ member