Lines Matching refs:cmd
190 mpp_req.cmd = MPP_CMD_INIT_CLIENT_TYPE; in vdpp_init()
342 mpp_req[req_cnt].cmd = MPP_CMD_SET_REG_WRITE; in vdpp_start()
349 mpp_req[req_cnt].cmd = MPP_CMD_SET_REG_WRITE; in vdpp_start()
356 mpp_req[req_cnt].cmd = MPP_CMD_SET_REG_WRITE; in vdpp_start()
363 mpp_req[req_cnt].cmd = MPP_CMD_SET_REG_WRITE; in vdpp_start()
370 mpp_req[req_cnt].cmd = MPP_CMD_SET_REG_WRITE; in vdpp_start()
377 mpp_req[req_cnt].cmd = MPP_CMD_SET_REG_WRITE; in vdpp_start()
389 mpp_req[req_cnt].cmd = MPP_CMD_SET_REG_ADDR_OFFSET; in vdpp_start()
396 mpp_req[req_cnt].cmd = MPP_CMD_SET_REG_WRITE; in vdpp_start()
403 mpp_req[req_cnt].cmd = MPP_CMD_SET_REG_READ; in vdpp_start()
431 mpp_req.cmd = MPP_CMD_POLL_HW_FINISH; in vdpp_wait()
485 MPP_RET vdpp_control(VdppCtx ictx, VdppCmd cmd, void *iparam) in vdpp_control() argument
490 if ((NULL == iparam && VDPP_CMD_RUN_SYNC != cmd) || in vdpp_control()
492 mpp_err_f("found NULL iparam %p cmd %d ctx %p\n", iparam, cmd, ictx); in vdpp_control()
496 switch (cmd) { in vdpp_control()