Lines Matching refs:cx2341x_hdl_api
1278 static int cx2341x_hdl_api(struct cx2341x_handler *hdl, in cx2341x_hdl_api() function
1361 return cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1365 return cx2341x_hdl_api(hdl, CX2341X_ENC_SET_GOP_CLOSURE, 1, val); in cx2341x_s_ctrl()
1368 return cx2341x_hdl_api(hdl, CX2341X_ENC_MUTE_AUDIO, 1, val); in cx2341x_s_ctrl()
1371 return cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1375 return cx2341x_hdl_api(hdl, CX2341X_ENC_MISC, 2, 7, val); in cx2341x_s_ctrl()
1402 err = cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1427 return cx2341x_hdl_api(hdl, CX2341X_ENC_SET_GOP_PROPERTIES, 2, in cx2341x_s_ctrl()
1433 err = cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1438 err = cx2341x_hdl_api(hdl, CX2341X_ENC_SET_BIT_RATE, 5, in cx2341x_s_ctrl()
1456 return cx2341x_hdl_api(hdl, CX2341X_ENC_MUTE_VIDEO, 1, in cx2341x_s_ctrl()
1464 err = cx2341x_hdl_api(hdl, CX2341X_ENC_SET_DNR_FILTER_MODE, 2, in cx2341x_s_ctrl()
1490 return cx2341x_hdl_api(hdl, in cx2341x_s_ctrl()
1497 return cx2341x_hdl_api(hdl, CX2341X_ENC_SET_DNR_FILTER_PROPS, 2, in cx2341x_s_ctrl()
1503 return cx2341x_hdl_api(hdl, CX2341X_ENC_SET_CORING_LEVELS, 4, in cx2341x_s_ctrl()
1726 err = cx2341x_hdl_api(cxhdl, CX2341X_ENC_SET_OUTPUT_PORT, 2, cxhdl->port, 0); in cx2341x_handler_setup()
1729 err = cx2341x_hdl_api(cxhdl, CX2341X_ENC_SET_FRAME_RATE, 1, cxhdl->is_50hz); in cx2341x_handler_setup()
1737 err = cx2341x_hdl_api(cxhdl, CX2341X_ENC_SET_FRAME_SIZE, 2, h, w); in cx2341x_handler_setup()