Searched refs:cx2341x_hdl_api (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/common/ |
H A D | cx2341x.c | 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() 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() 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() 1512 return cx2341x_hdl_api(hdl, in cx2341x_s_ctrl() [all …]
|