Searched refs:v4l2_ctrl_fill (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/media/ | 
| D | v4l2-ctrls.h | 423 void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type,
 | 
| /Linux-v5.4/drivers/media/v4l2-core/ | 
| D | v4l2-ctrls.c | 1121 void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type,  in v4l2_ctrl_fill()  function1451 EXPORT_SYMBOL(v4l2_ctrl_fill);
 2537 		v4l2_ctrl_fill(cfg->id, &name, &type, &min, &max, &step,  in v4l2_ctrl_new_custom()
 2573 	v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags);  in v4l2_ctrl_new_std()
 2602 	v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags);  in v4l2_ctrl_new_std_menu()
 2640 	v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags);  in v4l2_ctrl_new_std_menu_items()
 2665 	v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags);  in v4l2_ctrl_new_int_menu()
 
 | 
| D | v4l2-common.c | 74 	v4l2_ctrl_fill(qctrl->id, &name, &qctrl->type,  in v4l2_ctrl_query_fill()
 |