Searched refs:usbtv_set_regs (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/media/usb/usbtv/ |
H A D | usbtv-video.c | 109 ret = usbtv_set_regs(usbtv, composite, ARRAY_SIZE(composite)); in usbtv_select_input() 112 ret = usbtv_set_regs(usbtv, svideo, ARRAY_SIZE(svideo)); in usbtv_select_input() 250 ret = usbtv_set_regs(usbtv, ntsc, ARRAY_SIZE(ntsc)); in usbtv_select_norm() 252 ret = usbtv_set_regs(usbtv, pal, ARRAY_SIZE(pal)); in usbtv_select_norm() 254 ret = usbtv_set_regs(usbtv, secam, ARRAY_SIZE(secam)); in usbtv_select_norm() 264 ret = usbtv_set_regs(usbtv, cfg, ARRAY_SIZE(cfg)); in usbtv_select_norm() 336 ret = usbtv_set_regs(usbtv, setup, ARRAY_SIZE(setup)); in usbtv_setup_capture()
|
H A D | usbtv.h | 130 int usbtv_set_regs(struct usbtv *usbtv, const u16 regs[][2], int size);
|
H A D | usbtv-audio.c | 216 usbtv_set_regs(chip, setup, ARRAY_SIZE(setup)); in usbtv_audio_start() 251 usbtv_set_regs(chip, setup, ARRAY_SIZE(setup)); in usbtv_audio_stop()
|
H A D | usbtv-core.c | 47 int usbtv_set_regs(struct usbtv *usbtv, const u16 regs[][2], int size) in usbtv_set_regs() function
|