Searched refs:cx2341x_hdl_api (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/common/ |
D | cx2341x.c | 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() [all …]
|