Searched defs:msm_ctrl_cmd (Results 1 – 4 of 4) sorted by relevance
286 struct msm_ctrl_cmd { struct287 uint16_t type;288 uint16_t length;289 void *value;290 uint16_t status;291 uint32_t timeout_ms;292 int resp_fd; /* FIXME: to be used by the kernel, pass-through for now */293 int vnode_id; /* video dev id. Can we overload resp_fd? */294 int queue_idx;295 uint32_t evt_id;[all …]
172 struct msm_ctrl_cmd struct175 uint16_t type;176 uint16_t length;177 void *value;179 uint16_t status;180 uint32_t timeout_ms;181 int resp_fd;182 int vnode_id;184 int queue_idx;185 uint32_t evt_id;[all …]
185 struct msm_ctrl_cmd { struct186 uint16_t type;187 uint16_t length;189 void * value;190 uint16_t status;191 uint32_t timeout_ms;192 int resp_fd;194 int vnode_id;195 int queue_idx;196 uint32_t evt_id;[all …]
312 struct msm_ctrl_cmd { struct313 uint16_t type;314 uint16_t length;315 void *value;316 uint16_t status;317 uint32_t timeout_ms;318 int resp_fd; /* FIXME: to be used by the kernel, pass-through for now */319 int vnode_id; /* video dev id. Can we overload resp_fd? */320 int queue_idx;321 uint32_t evt_id;[all …]