Lines Matching refs:v4l2_ctrl_new_custom

1615 	v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_class, NULL);  in vivid_create_controls()
1617 v4l2_ctrl_new_custom(hdl_user_vid, &vivid_ctrl_class, NULL); in vivid_create_controls()
1619 v4l2_ctrl_new_custom(hdl_user_aud, &vivid_ctrl_class, NULL); in vivid_create_controls()
1621 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_class, NULL); in vivid_create_controls()
1623 v4l2_ctrl_new_custom(hdl_sdtv_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1625 v4l2_ctrl_new_custom(hdl_loop_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1627 v4l2_ctrl_new_custom(hdl_fb, &vivid_ctrl_class, NULL); in vivid_create_controls()
1629 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1632 v4l2_ctrl_new_custom(hdl_vid_out, &vivid_ctrl_class, NULL); in vivid_create_controls()
1634 v4l2_ctrl_new_custom(hdl_vbi_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1637 v4l2_ctrl_new_custom(hdl_vbi_out, &vivid_ctrl_class, NULL); in vivid_create_controls()
1639 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_class, NULL); in vivid_create_controls()
1641 v4l2_ctrl_new_custom(hdl_radio_tx, &vivid_ctrl_class, NULL); in vivid_create_controls()
1643 v4l2_ctrl_new_custom(hdl_sdr_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1645 v4l2_ctrl_new_custom(hdl_meta_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1647 v4l2_ctrl_new_custom(hdl_meta_out, &vivid_ctrl_class, NULL); in vivid_create_controls()
1649 v4l2_ctrl_new_custom(hdl_tch_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1678 dev->button = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_button, NULL); in vivid_create_controls()
1679 dev->int32 = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_int32, NULL); in vivid_create_controls()
1680 dev->int64 = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_int64, NULL); in vivid_create_controls()
1681 dev->boolean = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_boolean, NULL); in vivid_create_controls()
1682 dev->menu = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_menu, NULL); in vivid_create_controls()
1683 dev->string = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_string, NULL); in vivid_create_controls()
1684 dev->bitmask = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_bitmask, NULL); in vivid_create_controls()
1685 dev->int_menu = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_int_menu, NULL); in vivid_create_controls()
1686 dev->ro_int32 = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_ro_int32, NULL); in vivid_create_controls()
1687 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_area, NULL); in vivid_create_controls()
1688 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_u32_array, NULL); in vivid_create_controls()
1689 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_u32_dyn_array, NULL); in vivid_create_controls()
1690 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_u16_matrix, NULL); in vivid_create_controls()
1691 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_u8_4d_array, NULL); in vivid_create_controls()
1692 dev->pixel_array = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_u8_pixel_array, NULL); in vivid_create_controls()
1693 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_s32_array, NULL); in vivid_create_controls()
1694 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_s64_array, NULL); in vivid_create_controls()
1707 dev->test_pattern = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1709 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_perc_fill, NULL); in vivid_create_controls()
1710 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_hor_movement, NULL); in vivid_create_controls()
1711 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_vert_movement, NULL); in vivid_create_controls()
1712 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_osd_mode, NULL); in vivid_create_controls()
1713 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_show_border, NULL); in vivid_create_controls()
1714 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_show_square, NULL); in vivid_create_controls()
1715 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_hflip, NULL); in vivid_create_controls()
1716 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_vflip, NULL); in vivid_create_controls()
1717 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_insert_sav, NULL); in vivid_create_controls()
1718 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_insert_eav, NULL); in vivid_create_controls()
1719 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_insert_hdmi_video_guard_band, NULL); in vivid_create_controls()
1720 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_reduced_fps, NULL); in vivid_create_controls()
1740 dev->ctrl_hdmi_to_output[i] = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1759 dev->ctrl_svid_to_output[i] = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1764 dev->ctrl_has_crop_cap = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1766 dev->ctrl_has_compose_cap = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1768 dev->ctrl_has_scaler_cap = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1772 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_tstamp_src, NULL); in vivid_create_controls()
1773 dev->colorspace = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1775 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_xfer_func, NULL); in vivid_create_controls()
1776 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_ycbcr_enc, NULL); in vivid_create_controls()
1777 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_hsv_enc, NULL); in vivid_create_controls()
1778 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_quantization, NULL); in vivid_create_controls()
1779 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_alpha_mode, NULL); in vivid_create_controls()
1783 dev->ctrl_has_crop_out = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1785 dev->ctrl_has_compose_out = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1787 dev->ctrl_has_scaler_out = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1798 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_disconnect, NULL); in vivid_create_controls()
1799 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_dqbuf_error, NULL); in vivid_create_controls()
1800 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_perc_dropped, NULL); in vivid_create_controls()
1801 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_setup_error, NULL); in vivid_create_controls()
1802 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_buf_prepare_error, NULL); in vivid_create_controls()
1803 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_start_streaming_error, NULL); in vivid_create_controls()
1804 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_error, NULL); in vivid_create_controls()
1806 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_req_validate_error, NULL); in vivid_create_controls()
1808 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_seq_wrap, NULL); in vivid_create_controls()
1809 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_time_wrap, NULL); in vivid_create_controls()
1814 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_std_aspect_ratio, NULL); in vivid_create_controls()
1815 dev->ctrl_std_signal_mode = v4l2_ctrl_new_custom(hdl_sdtv_cap, in vivid_create_controls()
1817 dev->ctrl_standard = v4l2_ctrl_new_custom(hdl_sdtv_cap, in vivid_create_controls()
1822 v4l2_ctrl_new_custom(hdl_vbi_cap, &vivid_ctrl_vbi_cap_interlaced, NULL); in vivid_create_controls()
1828 dev->ctrl_dv_timings_signal_mode = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1834 dev->ctrl_dv_timings = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1839 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_dv_timings_aspect_ratio, NULL); in vivid_create_controls()
1840 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_max_edid_blocks, NULL); in vivid_create_controls()
1841 dev->real_rgb_range_cap = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1874 v4l2_ctrl_new_custom(hdl_fb, &vivid_ctrl_clear_fb, NULL); in vivid_create_controls()
1877 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_hw_seek_mode, NULL); in vivid_create_controls()
1878 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_hw_seek_prog_lim, NULL); in vivid_create_controls()
1879 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_rx_rds_blockio, NULL); in vivid_create_controls()
1880 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_rx_rds_rbds, NULL); in vivid_create_controls()
1903 v4l2_ctrl_new_custom(hdl_radio_tx, in vivid_create_controls()
1945 v4l2_ctrl_new_custom(hdl_sdr_cap, in vivid_create_controls()
1949 v4l2_ctrl_new_custom(hdl_meta_cap, in vivid_create_controls()
1951 v4l2_ctrl_new_custom(hdl_meta_cap, in vivid_create_controls()