Searched refs:IOC_IN_ (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/kmpp/inc/ |
| H A D | kmpp_vdec.h | 13 #define KMPP_VDEC_IOCTL_TABLE(prefix, IOC_CTX, IOC_IN_, IOC_OUT, IOC_IO_) \ argument 14 IOC_IN_(prefix, init, MppVdecKcfg) \ 19 IOC_IN_(prefix, get_cfg, MppVdecKcfg) \ 20 IOC_IN_(prefix, set_cfg, MppVdecKcfg) \ 21 IOC_IN_(prefix, get_rt_cfg, MppVdecKcfg) \ 22 IOC_IN_(prefix, set_rt_cfg, MppVdecKcfg) \ 24 IOC_IN_(prefix, put_pkt, KmppPacket) \ 26 IOC_IN_(prefix, put_frm, KmppFrame)
|
| H A D | kmpp_venc.h | 13 #define KMPP_VENC_IOCTL_TABLE(prefix, IOC_CTX, IOC_IN_, IOC_OUT, IOC_IO_) \ argument 14 IOC_IN_(prefix, init, MppVencKcfg) \ 21 IOC_IN_(prefix, get_cfg, MppVencKcfg) \ 22 IOC_IN_(prefix, set_cfg, MppVencKcfg) \ 24 IOC_IN_(prefix, put_frm, KmppFrame) \ 26 IOC_IN_(prefix, put_pkt, KmppPacket)
|
| /rockchip-linux_mpp/kmpp/base/inc/ |
| H A D | kmpp_buffer.h | 35 #define KMPP_BUF_GRP_IOCTL_TABLE(prefix, IOC_CTX, IOC_IN_, IOC_OUT, IOC_IO_) \ argument 72 #define KMPP_BUFFER_IOCTL_TABLE(prefix, IOC_CTX, IOC_IN_, IOC_OUT, IOC_IO_) \ argument
|