Searched defs:msm_ctrl_cmd (Results 1 – 4 of 4) sorted by relevance
308 struct msm_ctrl_cmd { struct309 uint16_t type;310 uint16_t length;311 void *value;312 uint16_t status;313 uint32_t timeout_ms;314 int resp_fd; /* FIXME: to be used by the kernel, pass-through for now */315 int vnode_id; /* video dev id. Can we overload resp_fd? */316 int queue_idx;317 uint32_t evt_id;[all …]
146 struct msm_ctrl_cmd { struct147 uint16_t type;148 uint16_t length;149 void * value;150 uint16_t status;151 uint32_t timeout_ms;152 int resp_fd;153 int vnode_id;154 int queue_idx;155 uint32_t evt_id;[all …]