Searched refs:link_freq (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/phy/ |
H A D | phy-rockchip-csi2-dphy.c | 72 struct v4l2_ctrl *link_freq;
in csi2_dphy_get_sensor_data_rate() local 78 link_freq = v4l2_ctrl_find(sensor_sd->ctrl_handler, V4L2_CID_LINK_FREQ);
in csi2_dphy_get_sensor_data_rate() 79 if (!link_freq) {
in csi2_dphy_get_sensor_data_rate() 84 qm.index = v4l2_ctrl_g_ctrl(link_freq);
in csi2_dphy_get_sensor_data_rate() 92 v4l2_err(sd, "Invalid link_freq\n");
in csi2_dphy_get_sensor_data_rate()
|
H A D | phy-rockchip-mipi-rx.c | 694 struct v4l2_ctrl *link_freq;
in mipidphy_get_sensor_data_rate() local 700 link_freq = v4l2_ctrl_find(sensor_sd->ctrl_handler, V4L2_CID_LINK_FREQ);
in mipidphy_get_sensor_data_rate() 701 if (!link_freq) {
in mipidphy_get_sensor_data_rate() 706 qm.index = v4l2_ctrl_g_ctrl(link_freq);
in mipidphy_get_sensor_data_rate() 714 v4l2_err(sd, "Invalid link_freq\n");
in mipidphy_get_sensor_data_rate()
|
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
H A D | phy-rockchip-csi2-dphy.c | 71 struct v4l2_ctrl *link_freq; in csi2_dphy_get_sensor_data_rate() local 75 link_freq = v4l2_ctrl_find(sensor_sd->ctrl_handler, V4L2_CID_LINK_FREQ); in csi2_dphy_get_sensor_data_rate() 76 if (!link_freq) { in csi2_dphy_get_sensor_data_rate() 81 qm.index = v4l2_ctrl_g_ctrl(link_freq); in csi2_dphy_get_sensor_data_rate() 89 v4l2_err(sd, "Invalid link_freq\n"); in csi2_dphy_get_sensor_data_rate()
|
H A D | phy-rockchip-mipi-rx.c | 718 struct v4l2_ctrl *link_freq; in mipidphy_get_sensor_data_rate() local 722 link_freq = v4l2_ctrl_find(sensor_sd->ctrl_handler, V4L2_CID_LINK_FREQ); in mipidphy_get_sensor_data_rate() 723 if (!link_freq) { in mipidphy_get_sensor_data_rate() 728 qm.index = v4l2_ctrl_g_ctrl(link_freq); in mipidphy_get_sensor_data_rate() 736 v4l2_err(sd, "Invalid link_freq\n"); in mipidphy_get_sensor_data_rate()
|
/device/soc/rockchip/common/vendor/drivers/media/i2c/ |
H A D | gc2093.c | 146 struct v4l2_ctrl *link_freq;
member 630 gc2093->link_freq = v4l2_ctrl_new_int_menu(handler, NULL, V4L2_CID_LINK_FREQ, ARRAY_SIZE(link_freq_menu_items) - 1,
in gc2093_initialize_controls() 632 if (gc2093->link_freq) {
in gc2093_initialize_controls() 633 gc2093->link_freq->flags |= V4L2_CTRL_FLAG_READ_ONLY;
in gc2093_initialize_controls() 1149 __v4l2_ctrl_s_ctrl(gc2093->link_freq, mode->link_freq_index);
in gc2093_set_fmt()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/ |
H A D | ov13855.c | 135 struct v4l2_ctrl *link_freq; member 1223 __v4l2_ctrl_s_ctrl(ov13855->link_freq, in ov13855_set_fmt() 1819 ov13855->link_freq = v4l2_ctrl_new_int_menu(handler, NULL, in ov13855_initialize_controls() 1830 __v4l2_ctrl_s_ctrl(ov13855->link_freq, in ov13855_initialize_controls()
|
Completed in 13 milliseconds