Searched refs:v4l2_ctrl_fill (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/media/v4l2-core/ |
D | v4l2-ctrls-defs.c | 1204 void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, in v4l2_ctrl_fill() function 1617 EXPORT_SYMBOL(v4l2_ctrl_fill);
|
D | v4l2-ctrls-core.c | 1758 v4l2_ctrl_fill(cfg->id, &name, &type, &min, &max, &step, in v4l2_ctrl_new_custom() 1794 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); in v4l2_ctrl_new_std() 1823 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); in v4l2_ctrl_new_std_menu() 1861 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); in v4l2_ctrl_new_std_menu_items() 1883 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); in v4l2_ctrl_new_std_compound() 1907 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); in v4l2_ctrl_new_int_menu()
|
D | v4l2-common.c | 73 v4l2_ctrl_fill(qctrl->id, &name, &qctrl->type, in v4l2_ctrl_query_fill()
|
/linux-6.1.9/include/media/ |
D | v4l2-ctrls.h | 482 void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type,
|