cmi_ops
const cmi_ops_t *cmi_ops;
struct cmi_ops;
struct cmi_ops *cpu_cmiops;
#define CMI_OPS(cmi) (cmi)->cmi_ops
cmi->cmi_ops = ops;
if ((err = cmi->cmi_ops->cmi_init(hdl, datap)) == 0) {
if ((err = cmi->cmi_ops->cmi_init(hdl, datap)) != 0) {
const cmi_ops_t *cmi_ops;