Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c1102 int msgbufcount; in vchiq_ioc_await_completion() local
1136 msgbufcount = args->msgbufcount; in vchiq_ioc_await_completion()
1183 if (msgbufcount <= 0) in vchiq_ioc_await_completion()
1188 msgbufcount--; in vchiq_ioc_await_completion()
1190 msgbufcount)) { in vchiq_ioc_await_completion()
1237 if (msgbufcount != args->msgbufcount) { in vchiq_ioc_await_completion()
1238 if (put_user(msgbufcount, msgbufcountp)) in vchiq_ioc_await_completion()
1455 &argp->msgbufcount); in vchiq_ioctl()
1739 unsigned int msgbufcount; /* IN/OUT */ member
1761 .msgbufcount = args32.msgbufcount, in vchiq_compat_ioctl_await_completion()
[all …]
H A Dvchiq_ioctl.h56 unsigned int msgbufcount; /* IN/OUT */ member