Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c1100 int msgbufcount; in vchiq_ioc_await_completion() local
1134 msgbufcount = args->msgbufcount; in vchiq_ioc_await_completion()
1181 if (msgbufcount <= 0) in vchiq_ioc_await_completion()
1186 msgbufcount--; in vchiq_ioc_await_completion()
1188 msgbufcount)) { in vchiq_ioc_await_completion()
1235 if (msgbufcount != args->msgbufcount) { in vchiq_ioc_await_completion()
1236 if (put_user(msgbufcount, msgbufcountp)) in vchiq_ioc_await_completion()
1453 &argp->msgbufcount); in vchiq_ioctl()
1737 unsigned int msgbufcount; /* IN/OUT */ member
1759 .msgbufcount = args32.msgbufcount, in vchiq_compat_ioctl_await_completion()
[all …]
Dvchiq_ioctl.h56 unsigned int msgbufcount; /* IN/OUT */ member