Home | History | Annotate | Download | only in src

Lines Matching refs:ctrl_cmd

1635     struct msm_ctrl_cmd ctrl_cmd;
1637 memset(&ctrl_cmd, 0, sizeof(ctrl_cmd));
1638 ctrl_cmd.type = type;
1639 ctrl_cmd.length = (uint16_t)length;
1640 ctrl_cmd.timeout_ms = timeout;
1641 ctrl_cmd.value = value;
1642 ctrl_cmd.status = (uint16_t)CAM_CTRL_SUCCESS;
1645 (void*)&ctrl_cmd);
1647 __func__, type, rc, ctrl_cmd.status);
1648 if(rc != 0 || ((ctrl_cmd.status != CAM_CTRL_ACCEPTED) &&
1649 (ctrl_cmd.status != CAM_CTRL_SUCCESS) &&
1650 (ctrl_cmd.status != CAM_CTRL_INVALID_PARM)))