Home
last modified time | relevance | path

Searched full:vv (Results 1 – 25 of 105) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/media/common/saa7146/
Dsaa7146_video.c15 (((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh))
18 (((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh))
99 struct saa7146_vv *vv = dev->vv_data; in saa7146_start_preview() local
106 if (vv->ov.fh == NULL) { in saa7146_start_preview()
119 if (vv->video_fh == fh) { in saa7146_start_preview()
132 fmt.fmt.win = vv->ov.win; in saa7146_start_preview()
135 saa7146_res_free(vv->video_fh, RESOURCE_DMA1_HPS|RESOURCE_DMA2_CLP); in saa7146_start_preview()
138 vv->ov.win = fmt.fmt.win; in saa7146_start_preview()
141 vv->ov.win.w.width, vv->ov.win.w.height, in saa7146_start_preview()
142 vv->ov.win.w.left, vv->ov.win.w.top, in saa7146_start_preview()
[all …]
Dsaa7146_vbi.c8 struct saa7146_vv *vv = dev->vv_data; in vbi_workaround() local
98 add_wait_queue(&vv->vbi_wq, &wait); in vbi_workaround()
109 remove_wait_queue(&vv->vbi_wq, &wait); in vbi_workaround()
137 struct saa7146_vv *vv = dev->vv_data; in saa7146_set_vbi_capture() local
142 unsigned long e_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_E_FID_A : CMD_E_FID_B; in saa7146_set_vbi_capture()
143 unsigned long o_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_O_FID_A : CMD_O_FID_B; in saa7146_set_vbi_capture()
209 struct saa7146_vv *vv = dev->vv_data; in buffer_activate() local
215 mod_timer(&vv->vbi_dmaq.timeout, jiffies+BUFFER_TIMEOUT); in buffer_activate()
294 struct saa7146_vv *vv = dev->vv_data; in buffer_queue() local
298 saa7146_buffer_queue(dev, &vv->vbi_dmaq, buf); in buffer_queue()
[all …]
Dsaa7146_hlp.c22 static void calculate_hxo_and_hyo(struct saa7146_vv *vv, u32* hps_h_scale, u32* hps_ctrl) in calculate_hxo_and_hyo() argument
26 hyo = vv->standard->v_offset; in calculate_hxo_and_hyo()
27 hxo = vv->standard->h_offset; in calculate_hxo_and_hyo()
341 struct saa7146_vv *vv = dev->vv_data; in calculate_clipping_registers_rect() local
342 __le32 *clipping = vv->d_clipping.cpu_addr; in calculate_clipping_registers_rect()
344 int width = vv->ov.win.w.width; in calculate_clipping_registers_rect()
345 int height = vv->ov.win.w.height; in calculate_clipping_registers_rect()
346 int clipcount = vv->ov.nclips; in calculate_clipping_registers_rect()
366 x[i] = vv->ov.clips[i].c.left; in calculate_clipping_registers_rect()
367 y[i] = vv->ov.clips[i].c.top; in calculate_clipping_registers_rect()
[all …]
Dsaa7146_fops.c13 struct saa7146_vv *vv = dev->vv_data; in saa7146_res_get() local
17 bit, vv->resources); in saa7146_res_get()
23 if (vv->resources & bit) { in saa7146_res_get()
24 DEB_D("locked! vv->resources:0x%02x, we want:0x%02x\n", in saa7146_res_get()
25 vv->resources, bit); in saa7146_res_get()
31 vv->resources |= bit; in saa7146_res_get()
32 DEB_D("res: get 0x%02x, cur:0x%02x\n", bit, vv->resources); in saa7146_res_get()
39 struct saa7146_vv *vv = dev->vv_data; in saa7146_res_free() local
44 vv->resources &= ~bits; in saa7146_res_free()
45 DEB_D("res: put 0x%02x, cur:0x%02x\n", bits, vv->resources); in saa7146_res_free()
[all …]
/kernel/linux/linux-4.19/drivers/media/common/saa7146/
Dsaa7146_video.c15 (((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh))
18 (((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh))
109 struct saa7146_vv *vv = dev->vv_data; in saa7146_start_preview() local
116 if (vv->ov.fh == NULL) { in saa7146_start_preview()
129 if (vv->video_fh == fh) { in saa7146_start_preview()
142 fmt.fmt.win = vv->ov.win; in saa7146_start_preview()
145 saa7146_res_free(vv->video_fh, RESOURCE_DMA1_HPS|RESOURCE_DMA2_CLP); in saa7146_start_preview()
148 vv->ov.win = fmt.fmt.win; in saa7146_start_preview()
151 vv->ov.win.w.width, vv->ov.win.w.height, in saa7146_start_preview()
152 vv->ov.win.w.left, vv->ov.win.w.top, in saa7146_start_preview()
[all …]
Dsaa7146_vbi.c8 struct saa7146_vv *vv = dev->vv_data; in vbi_workaround() local
98 add_wait_queue(&vv->vbi_wq, &wait); in vbi_workaround()
109 remove_wait_queue(&vv->vbi_wq, &wait); in vbi_workaround()
137 struct saa7146_vv *vv = dev->vv_data; in saa7146_set_vbi_capture() local
142 unsigned long e_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_E_FID_A : CMD_E_FID_B; in saa7146_set_vbi_capture()
143 unsigned long o_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_O_FID_A : CMD_O_FID_B; in saa7146_set_vbi_capture()
209 struct saa7146_vv *vv = dev->vv_data; in buffer_activate() local
215 mod_timer(&vv->vbi_dmaq.timeout, jiffies+BUFFER_TIMEOUT); in buffer_activate()
294 struct saa7146_vv *vv = dev->vv_data; in buffer_queue() local
298 saa7146_buffer_queue(dev, &vv->vbi_dmaq, buf); in buffer_queue()
[all …]
Dsaa7146_hlp.c21 static void calculate_hxo_and_hyo(struct saa7146_vv *vv, u32* hps_h_scale, u32* hps_ctrl) in calculate_hxo_and_hyo() argument
25 hyo = vv->standard->v_offset; in calculate_hxo_and_hyo()
26 hxo = vv->standard->h_offset; in calculate_hxo_and_hyo()
340 struct saa7146_vv *vv = dev->vv_data; in calculate_clipping_registers_rect() local
341 __le32 *clipping = vv->d_clipping.cpu_addr; in calculate_clipping_registers_rect()
343 int width = vv->ov.win.w.width; in calculate_clipping_registers_rect()
344 int height = vv->ov.win.w.height; in calculate_clipping_registers_rect()
345 int clipcount = vv->ov.nclips; in calculate_clipping_registers_rect()
365 x[i] = vv->ov.clips[i].c.left; in calculate_clipping_registers_rect()
366 y[i] = vv->ov.clips[i].c.top; in calculate_clipping_registers_rect()
[all …]
Dsaa7146_fops.c12 struct saa7146_vv *vv = dev->vv_data; in saa7146_res_get() local
16 bit, vv->resources); in saa7146_res_get()
22 if (vv->resources & bit) { in saa7146_res_get()
23 DEB_D("locked! vv->resources:0x%02x, we want:0x%02x\n", in saa7146_res_get()
24 vv->resources, bit); in saa7146_res_get()
30 vv->resources |= bit; in saa7146_res_get()
31 DEB_D("res: get 0x%02x, cur:0x%02x\n", bit, vv->resources); in saa7146_res_get()
38 struct saa7146_vv *vv = dev->vv_data; in saa7146_res_free() local
43 vv->resources &= ~bits; in saa7146_res_free()
44 DEB_D("res: put 0x%02x, cur:0x%02x\n", bits, vv->resources); in saa7146_res_free()
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
Ddigitv.h24 * <cmdbyte> VV <len> B0 B1 B2 B3
27 * <cmdbyte> VV <len> R0 R1 R2 R3
34 * VV = offset; B* = 0; R* = value(s)
37 * VV = register; B* = 0; R* = value(s)
40 * VV = register; B* = value(s);
43 * VV = 0; B* = PLL data; len = 4;
46 * VV = 0; B* = 0; len = 4; R* = key
49 * VV = 0; B* = key; len = 4;
52 * VV = 0; B[0] = 0x01, len = 4
/kernel/linux/linux-4.19/drivers/media/usb/dvb-usb/
Ddigitv.h24 * <cmdbyte> VV <len> B0 B1 B2 B3
27 * <cmdbyte> VV <len> R0 R1 R2 R3
34 * VV = offset; B* = 0; R* = value(s)
37 * VV = register; B* = 0; R* = value(s)
40 * VV = register; B* = value(s);
43 * VV = 0; B* = PLL data; len = 4;
46 * VV = 0; B* = 0; len = 4; R* = key
49 * VV = 0; B* = key; len = 4;
52 * VV = 0; B[0] = 0x01, len = 4
/kernel/linux/linux-5.10/lib/raid6/
Dint.uc62 unative_t vv;
64 vv = (v << 1) & NBYTES(0xfe);
65 return vv;
74 unative_t vv;
76 vv = v & NBYTES(0x80);
77 vv = (vv << 1) - (vv >> 7); /* Overflow on the top bit is OK */
78 return vv;
/kernel/linux/linux-4.19/lib/raid6/
Dint.uc62 unative_t vv;
64 vv = (v << 1) & NBYTES(0xfe);
65 return vv;
74 unative_t vv;
76 vv = v & NBYTES(0x80);
77 vv = (vv << 1) - (vv >> 7); /* Overflow on the top bit is OK */
78 return vv;
/kernel/linux/linux-5.10/arch/h8300/lib/
Dmuldi3.c38 const DWunion vv = {.ll = v}; in __muldi3() local
39 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
41 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high in __muldi3()
42 + (UWtype) uu.s.high * (UWtype) vv.s.low); in __muldi3()
/kernel/linux/linux-4.19/arch/h8300/lib/
Dmuldi3.c38 const DWunion vv = {.ll = v}; in __muldi3() local
39 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
41 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high in __muldi3()
42 + (UWtype) uu.s.high * (UWtype) vv.s.low); in __muldi3()
/kernel/linux/linux-5.10/arch/m68k/lib/
Dmuldi3.c85 DIunion uu, vv; in __muldi3() local
88 vv.ll = v; in __muldi3()
90 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
91 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()
92 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
/kernel/linux/linux-4.19/arch/m68k/lib/
Dmuldi3.c85 DIunion uu, vv; in __muldi3() local
88 vv.ll = v; in __muldi3()
90 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
91 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()
92 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
/kernel/linux/linux-5.10/arch/microblaze/lib/
Dmuldi3.c50 const DWunion vv = {.ll = v}; in __muldi3() local
51 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
53 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3()
54 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
/kernel/linux/linux-5.10/lib/
Dmuldi3.c52 const DWunion vv = {.ll = v}; in __muldi3() local
53 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
55 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3()
56 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
/kernel/linux/linux-4.19/arch/microblaze/lib/
Dmuldi3.c50 const DWunion vv = {.ll = v}; in __muldi3() local
51 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
53 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3()
54 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
/kernel/linux/linux-4.19/lib/
Dmuldi3.c64 const DWunion vv = {.ll = v}; in __muldi3() local
65 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
67 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3()
68 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
/kernel/linux/linux-5.10/lib/mpi/
Dmpi-add.c136 MPI vv = mpi_copy(v); in mpi_sub() local
137 vv->sign = !vv->sign; in mpi_sub()
138 mpi_add(w, u, vv); in mpi_sub()
139 mpi_free(vv); in mpi_sub()
/kernel/linux/linux-4.19/tools/testing/selftests/ftrace/
Dftracetest17 echo " -vv Alias of -v -v (Show all results in stdout)"
62 --verbose|-v|-vv|-vvv)
64 [ $1 = '-vv' ] && VERBOSE=$((VERBOSE + 1))
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
Dav7110_v4l.c219 struct saa7146_vv *vv = dev->vv_data; in av7110_dvb_c_switch() local
226 if ((vv->video_status & STATUS_OVERLAY) != 0) { in av7110_dvb_c_switch()
227 vv->ov_suspend = vv->video_fh; in av7110_dvb_c_switch()
228 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in av7110_dvb_c_switch()
231 vv->ov_suspend = NULL; in av7110_dvb_c_switch()
303 if (vv->ov_suspend != NULL) { in av7110_dvb_c_switch()
304 saa7146_start_preview(vv->ov_suspend); in av7110_dvb_c_switch()
305 vv->ov_suspend = NULL; in av7110_dvb_c_switch()
/kernel/linux/linux-4.19/drivers/media/pci/ttpci/
Dav7110_v4l.c230 struct saa7146_vv *vv = dev->vv_data; in av7110_dvb_c_switch() local
237 if ((vv->video_status & STATUS_OVERLAY) != 0) { in av7110_dvb_c_switch()
238 vv->ov_suspend = vv->video_fh; in av7110_dvb_c_switch()
239 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in av7110_dvb_c_switch()
242 vv->ov_suspend = NULL; in av7110_dvb_c_switch()
314 if (vv->ov_suspend != NULL) { in av7110_dvb_c_switch()
315 saa7146_start_preview(vv->ov_suspend); in av7110_dvb_c_switch()
316 vv->ov_suspend = NULL; in av7110_dvb_c_switch()
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/
Dftracetest17 echo " -vv Alias of -v -v (Show all results in stdout)"
88 --verbose|-v|-vv|-vvv)
93 [ $1 = '-vv' ] && VERBOSE=$((VERBOSE + 1))

12345