Lines Matching refs:cx2341x_hdl_api
1249 static int cx2341x_hdl_api(struct cx2341x_handler *hdl, in cx2341x_hdl_api() function
1332 return cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1336 return cx2341x_hdl_api(hdl, CX2341X_ENC_SET_GOP_CLOSURE, 1, val); in cx2341x_s_ctrl()
1339 return cx2341x_hdl_api(hdl, CX2341X_ENC_MUTE_AUDIO, 1, val); in cx2341x_s_ctrl()
1342 return cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1346 return cx2341x_hdl_api(hdl, CX2341X_ENC_MISC, 2, 7, val); in cx2341x_s_ctrl()
1373 err = cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1398 return cx2341x_hdl_api(hdl, CX2341X_ENC_SET_GOP_PROPERTIES, 2, in cx2341x_s_ctrl()
1404 err = cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1409 err = cx2341x_hdl_api(hdl, CX2341X_ENC_SET_BIT_RATE, 5, in cx2341x_s_ctrl()
1427 return cx2341x_hdl_api(hdl, CX2341X_ENC_MUTE_VIDEO, 1, in cx2341x_s_ctrl()
1435 err = cx2341x_hdl_api(hdl, CX2341X_ENC_SET_DNR_FILTER_MODE, 2, in cx2341x_s_ctrl()
1461 return cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1468 return cx2341x_hdl_api(hdl, CX2341X_ENC_SET_DNR_FILTER_PROPS, 2, in cx2341x_s_ctrl()
1474 return cx2341x_hdl_api(hdl, CX2341X_ENC_SET_CORING_LEVELS, 4, in cx2341x_s_ctrl()
1696 err = cx2341x_hdl_api(cxhdl, CX2341X_ENC_SET_OUTPUT_PORT, 2, cxhdl->port, 0); in cx2341x_handler_setup()
1699 err = cx2341x_hdl_api(cxhdl, CX2341X_ENC_SET_FRAME_RATE, 1, cxhdl->is_50hz); in cx2341x_handler_setup()
1707 err = cx2341x_hdl_api(cxhdl, CX2341X_ENC_SET_FRAME_SIZE, 2, h, w); in cx2341x_handler_setup()