Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_dev.c443 int msgbufcount; in vchiq_ioc_await_completion() local
472 msgbufcount = args->msgbufcount; in vchiq_ioc_await_completion()
518 if (msgbufcount <= 0) in vchiq_ioc_await_completion()
522 msgbufcount--; in vchiq_ioc_await_completion()
524 msgbufcount)) { in vchiq_ioc_await_completion()
569 if (msgbufcount != args->msgbufcount) { in vchiq_ioc_await_completion()
570 if (put_user(msgbufcount, msgbufcountp)) in vchiq_ioc_await_completion()
777 &argp->msgbufcount); in vchiq_ioctl()
1056 unsigned int msgbufcount; /* IN/OUT */ member
1078 .msgbufcount = args32.msgbufcount, in vchiq_compat_ioctl_await_completion()
[all …]
Dvchiq_ioctl.h57 unsigned int msgbufcount; /* IN/OUT */ member