Lines Matching refs:ctx
76 MPP_RET (*init)(void *ctx, MppClientType type);
77 MPP_RET (*deinit)(void *ctx);
80 MPP_RET (*attach)(void *ctx);
81 MPP_RET (*detach)(void *ctx);
84 MPP_RET (*reg_wr)(void *ctx, MppDevRegWrCfg *cfg);
85 MPP_RET (*reg_rd)(void *ctx, MppDevRegRdCfg *cfg);
86 MPP_RET (*reg_offset)(void *ctx, MppDevRegOffsetCfg *cfg);
87 MPP_RET (*rcb_info)(void *ctx, MppDevRcbInfoCfg *cfg);
88 MPP_RET (*set_info)(void *ctx, MppDevInfoCfg *cfg);
91 MPP_RET (*cmd_send)(void *ctx);
94 MPP_RET (*cmd_poll)(void *ctx);
103 MPP_RET mpp_dev_init(MppDev *ctx, MppClientType type);
104 MPP_RET mpp_dev_deinit(MppDev ctx);
106 MPP_RET mpp_dev_ioctl(MppDev ctx, signed int cmd, void *param);