Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_dev.c436 int msgbufcount; in vchiq_ioc_await_completion() local
466 msgbufcount = args->msgbufcount; in vchiq_ioc_await_completion()
512 if (msgbufcount <= 0) in vchiq_ioc_await_completion()
516 msgbufcount--; in vchiq_ioc_await_completion()
518 msgbufcount)) { in vchiq_ioc_await_completion()
563 if (msgbufcount != args->msgbufcount) { in vchiq_ioc_await_completion()
564 if (put_user(msgbufcount, msgbufcountp)) in vchiq_ioc_await_completion()
773 &argp->msgbufcount); in vchiq_ioctl()
1051 unsigned int msgbufcount; /* IN/OUT */ member
1073 .msgbufcount = args32.msgbufcount, in vchiq_compat_ioctl_await_completion()
[all …]
H A Dvchiq_ioctl.h57 unsigned int msgbufcount; /* IN/OUT */ member