ctl_write
ctl_write(ctl, REG_MDP5_CTL_OP(ctl->id), ctl_op);
ctl_write(ctl, REG_MDP5_CTL_START(ctl->id), 1);
ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, mixer->lm), blend_cfg);
ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, i), 0x0);
ctl_write(ctl, REG_MDP5_CTL_LAYER_EXT_REG(ctl->id, i), 0x0);
ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, mixer->lm), blend_cfg);
ctl_write(ctl, REG_MDP5_CTL_LAYER_EXT_REG(ctl->id, mixer->lm),
ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, r_mixer->lm),
ctl_write(ctl, REG_MDP5_CTL_LAYER_EXT_REG(ctl->id, r_mixer->lm),
ctl_write(ctl, REG_MDP5_CTL_FLUSH(flush_id), flush_mask);
ctl_write(ctl, REG_MDP5_CTL_OP(ctl->id), 0);
struct usb_ctrlrequest ctl_write;
devinfo->ctl_write.wLength = cpu_to_le16p(&size);
(unsigned char *) &devinfo->ctl_write,
devinfo->ctl_write.bRequestType =
devinfo->ctl_write.bRequest = 0;
devinfo->ctl_write.wValue = cpu_to_le16(0);
devinfo->ctl_write.wIndex = cpu_to_le16(devinfo->ifnum);