Searched refs:v4l2_ctrl_fill (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-defs.c | 1251 void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, in v4l2_ctrl_fill() function 1680 EXPORT_SYMBOL(v4l2_ctrl_fill);
|
H A D | v4l2-ctrls-core.c | 2021 v4l2_ctrl_fill(cfg->id, &name, &type, &min, &max, &step, in v4l2_ctrl_new_custom() 2057 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); in v4l2_ctrl_new_std() 2086 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); in v4l2_ctrl_new_std_menu() 2124 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); in v4l2_ctrl_new_std_menu_items() 2146 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); in v4l2_ctrl_new_std_compound() 2170 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); in v4l2_ctrl_new_int_menu()
|
H A D | v4l2-common.c | 73 v4l2_ctrl_fill(qctrl->id, &name, &qctrl->type, in v4l2_ctrl_query_fill()
|
/openbmc/linux/include/media/ |
H A D | v4l2-ctrls.h | 490 void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type,
|