Lines Matching refs:v4l2_ctrl_new_custom
1607 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_class, NULL); in vivid_create_controls()
1609 v4l2_ctrl_new_custom(hdl_user_vid, &vivid_ctrl_class, NULL); in vivid_create_controls()
1611 v4l2_ctrl_new_custom(hdl_user_aud, &vivid_ctrl_class, NULL); in vivid_create_controls()
1613 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_class, NULL); in vivid_create_controls()
1615 v4l2_ctrl_new_custom(hdl_sdtv_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1617 v4l2_ctrl_new_custom(hdl_loop_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1619 v4l2_ctrl_new_custom(hdl_fb, &vivid_ctrl_class, NULL); in vivid_create_controls()
1621 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1624 v4l2_ctrl_new_custom(hdl_vid_out, &vivid_ctrl_class, NULL); in vivid_create_controls()
1626 v4l2_ctrl_new_custom(hdl_vbi_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1629 v4l2_ctrl_new_custom(hdl_vbi_out, &vivid_ctrl_class, NULL); in vivid_create_controls()
1631 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_class, NULL); in vivid_create_controls()
1633 v4l2_ctrl_new_custom(hdl_radio_tx, &vivid_ctrl_class, NULL); in vivid_create_controls()
1635 v4l2_ctrl_new_custom(hdl_sdr_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1637 v4l2_ctrl_new_custom(hdl_meta_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1639 v4l2_ctrl_new_custom(hdl_meta_out, &vivid_ctrl_class, NULL); in vivid_create_controls()
1641 v4l2_ctrl_new_custom(hdl_tch_cap, &vivid_ctrl_class, NULL); in vivid_create_controls()
1670 dev->button = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_button, NULL); in vivid_create_controls()
1671 dev->int32 = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_int32, NULL); in vivid_create_controls()
1672 dev->int64 = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_int64, NULL); in vivid_create_controls()
1673 dev->boolean = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_boolean, NULL); in vivid_create_controls()
1674 dev->menu = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_menu, NULL); in vivid_create_controls()
1675 dev->string = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_string, NULL); in vivid_create_controls()
1676 dev->bitmask = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_bitmask, NULL); in vivid_create_controls()
1677 dev->int_menu = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_int_menu, NULL); in vivid_create_controls()
1678 dev->ro_int32 = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_ro_int32, NULL); in vivid_create_controls()
1679 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_area, NULL); in vivid_create_controls()
1680 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_u32_array, NULL); in vivid_create_controls()
1681 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_u32_dyn_array, NULL); in vivid_create_controls()
1682 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_u16_matrix, NULL); in vivid_create_controls()
1683 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_u8_4d_array, NULL); in vivid_create_controls()
1684 dev->pixel_array = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_u8_pixel_array, NULL); in vivid_create_controls()
1685 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_s32_array, NULL); in vivid_create_controls()
1686 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_s64_array, NULL); in vivid_create_controls()
1699 dev->test_pattern = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1701 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_perc_fill, NULL); in vivid_create_controls()
1702 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_hor_movement, NULL); in vivid_create_controls()
1703 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_vert_movement, NULL); in vivid_create_controls()
1704 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_osd_mode, NULL); in vivid_create_controls()
1705 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_show_border, NULL); in vivid_create_controls()
1706 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_show_square, NULL); in vivid_create_controls()
1707 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_hflip, NULL); in vivid_create_controls()
1708 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_vflip, NULL); in vivid_create_controls()
1709 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_insert_sav, NULL); in vivid_create_controls()
1710 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_insert_eav, NULL); in vivid_create_controls()
1711 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_insert_hdmi_video_guard_band, NULL); in vivid_create_controls()
1712 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_reduced_fps, NULL); in vivid_create_controls()
1714 dev->ctrl_has_crop_cap = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1716 dev->ctrl_has_compose_cap = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1718 dev->ctrl_has_scaler_cap = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1722 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_tstamp_src, NULL); in vivid_create_controls()
1723 dev->colorspace = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1725 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_xfer_func, NULL); in vivid_create_controls()
1726 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_ycbcr_enc, NULL); in vivid_create_controls()
1727 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_hsv_enc, NULL); in vivid_create_controls()
1728 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_quantization, NULL); in vivid_create_controls()
1729 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_alpha_mode, NULL); in vivid_create_controls()
1733 dev->ctrl_has_crop_out = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1735 dev->ctrl_has_compose_out = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1737 dev->ctrl_has_scaler_out = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1748 v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_disconnect, NULL); in vivid_create_controls()
1749 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_dqbuf_error, NULL); in vivid_create_controls()
1750 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_perc_dropped, NULL); in vivid_create_controls()
1751 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_setup_error, NULL); in vivid_create_controls()
1752 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_buf_prepare_error, NULL); in vivid_create_controls()
1753 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_start_streaming_error, NULL); in vivid_create_controls()
1754 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_queue_error, NULL); in vivid_create_controls()
1756 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_req_validate_error, NULL); in vivid_create_controls()
1758 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_seq_wrap, NULL); in vivid_create_controls()
1759 v4l2_ctrl_new_custom(hdl_streaming, &vivid_ctrl_time_wrap, NULL); in vivid_create_controls()
1764 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_std_aspect_ratio, NULL); in vivid_create_controls()
1765 dev->ctrl_std_signal_mode = v4l2_ctrl_new_custom(hdl_sdtv_cap, in vivid_create_controls()
1767 dev->ctrl_standard = v4l2_ctrl_new_custom(hdl_sdtv_cap, in vivid_create_controls()
1772 v4l2_ctrl_new_custom(hdl_vbi_cap, &vivid_ctrl_vbi_cap_interlaced, NULL); in vivid_create_controls()
1778 dev->ctrl_dv_timings_signal_mode = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1784 dev->ctrl_dv_timings = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1789 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_dv_timings_aspect_ratio, NULL); in vivid_create_controls()
1790 v4l2_ctrl_new_custom(hdl_vid_cap, &vivid_ctrl_max_edid_blocks, NULL); in vivid_create_controls()
1791 dev->real_rgb_range_cap = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
1815 dev->ctrl_display_present = v4l2_ctrl_new_custom(hdl_vid_out, in vivid_create_controls()
1829 v4l2_ctrl_new_custom(hdl_loop_cap, &vivid_ctrl_loop_video, NULL); in vivid_create_controls()
1832 v4l2_ctrl_new_custom(hdl_fb, &vivid_ctrl_clear_fb, NULL); in vivid_create_controls()
1835 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_hw_seek_mode, NULL); in vivid_create_controls()
1836 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_hw_seek_prog_lim, NULL); in vivid_create_controls()
1837 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_rx_rds_blockio, NULL); in vivid_create_controls()
1838 v4l2_ctrl_new_custom(hdl_radio_rx, &vivid_ctrl_radio_rx_rds_rbds, NULL); in vivid_create_controls()
1861 v4l2_ctrl_new_custom(hdl_radio_tx, in vivid_create_controls()
1903 v4l2_ctrl_new_custom(hdl_sdr_cap, in vivid_create_controls()
1907 v4l2_ctrl_new_custom(hdl_meta_cap, in vivid_create_controls()
1909 v4l2_ctrl_new_custom(hdl_meta_cap, in vivid_create_controls()