Lines Matching refs:cx2341x_hdl_api
1300 static int cx2341x_hdl_api(struct cx2341x_handler *hdl, in cx2341x_hdl_api() function
1383 return cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1387 return cx2341x_hdl_api(hdl, CX2341X_ENC_SET_GOP_CLOSURE, 1, val); in cx2341x_s_ctrl()
1390 return cx2341x_hdl_api(hdl, CX2341X_ENC_MUTE_AUDIO, 1, val); in cx2341x_s_ctrl()
1393 return cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1397 return cx2341x_hdl_api(hdl, CX2341X_ENC_MISC, 2, 7, val); in cx2341x_s_ctrl()
1424 err = cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1449 return cx2341x_hdl_api(hdl, CX2341X_ENC_SET_GOP_PROPERTIES, 2, in cx2341x_s_ctrl()
1455 err = cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1460 err = cx2341x_hdl_api(hdl, CX2341X_ENC_SET_BIT_RATE, 5, in cx2341x_s_ctrl()
1478 return cx2341x_hdl_api(hdl, CX2341X_ENC_MUTE_VIDEO, 1, in cx2341x_s_ctrl()
1486 err = cx2341x_hdl_api(hdl, CX2341X_ENC_SET_DNR_FILTER_MODE, 2, in cx2341x_s_ctrl()
1512 return cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1519 return cx2341x_hdl_api(hdl, CX2341X_ENC_SET_DNR_FILTER_PROPS, 2, in cx2341x_s_ctrl()
1525 return cx2341x_hdl_api(hdl, CX2341X_ENC_SET_CORING_LEVELS, 4, in cx2341x_s_ctrl()
1748 err = cx2341x_hdl_api(cxhdl, CX2341X_ENC_SET_OUTPUT_PORT, 2, cxhdl->port, 0); in cx2341x_handler_setup()
1751 err = cx2341x_hdl_api(cxhdl, CX2341X_ENC_SET_FRAME_RATE, 1, cxhdl->is_50hz); in cx2341x_handler_setup()
1759 err = cx2341x_hdl_api(cxhdl, CX2341X_ENC_SET_FRAME_SIZE, 2, h, w); in cx2341x_handler_setup()