Searched refs:usbtv_set_regs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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() 247 ret = usbtv_set_regs(usbtv, ntsc, ARRAY_SIZE(ntsc)); in usbtv_select_norm() 249 ret = usbtv_set_regs(usbtv, pal, ARRAY_SIZE(pal)); in usbtv_select_norm() 251 ret = usbtv_set_regs(usbtv, secam, ARRAY_SIZE(secam)); in usbtv_select_norm() 261 ret = usbtv_set_regs(usbtv, cfg, ARRAY_SIZE(cfg)); in usbtv_select_norm() 333 ret = usbtv_set_regs(usbtv, setup, ARRAY_SIZE(setup)); in usbtv_setup_capture()
|
H A D | usbtv.h | 129 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
|
/kernel/linux/linux-6.6/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
|
Completed in 5 milliseconds