Home
last modified time | relevance | path

Searched refs:video_cid2name (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/videoctl/
H A Dvideoctl.c62 static const char * video_cid2name(uint32_t);
518 ctrlname = video_cid2name(ctrl.id); in video_print_ctrl()
581 ctrlname = video_cid2name(ctrl_id); in video_set_ctrl()
605 video_cid2name(uint32_t id) in video_cid2name() function