Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/common/saa7146/
A Dsaa7146_video.c15 (((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh))
18 (((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh))
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()
337 vv->ov_suspend = vv->video_fh; in video_begin()
497 if (vv->ov_fb.fmt.bytesperline < vv->ov_fb.fmt.width) { in vidioc_s_fbuf()
828 vv->ov_suspend = vv->video_fh; in vidioc_s_std()
1051 vv->video_fmt.width > vv->standard->h_max_out || in buffer_prepare()
1052 vv->video_fmt.height > vv->standard->v_max_out) { in buffer_prepare()
1054 vv->video_fmt.width, vv->video_fmt.height); in buffer_prepare()
[all …]
A Dsaa7146_vbi.c8 struct saa7146_vv *vv = dev->vv_data; in vbi_workaround() local
339 if (vv->vbi_dmaq.curr) in vbi_stop()
344 vv->vbi_streaming = NULL; in vbi_stop()
354 struct saa7146_vv *vv = from_timer(vv, t, vbi_read_timeout); in vbi_read_timeout() local
431 if( fh == vv->vbi_streaming ) { in vbi_close()
442 if (vv->vbi_dmaq.curr) { in vbi_irq_done()
445 vv->vbi_fieldcount+=2; in vbi_irq_done()
446 vv->vbi_dmaq.curr->vb.field_count = vv->vbi_fieldcount; in vbi_irq_done()
468 vv->vbi_streaming = fh; in vbi_read()
471 if( fh != vv->vbi_streaming ) { in vbi_read()
[all …]
A Dsaa7146_hlp.c26 hyo = vv->standard->v_offset; in calculate_hxo_and_hyo()
383 if( 0 != vv->vflip ) { in calculate_clipping_registers_rect()
610 vdma1.num_line_byte = (vv->standard->v_field<<16)+vv->standard->h_pixels; in saa7146_set_position()
653 saa7146_set_window(dev, vv->ov.win.w.width, vv->ov.win.w.height, vv->ov.win.field); in saa7146_enable_overlay()
654 …saa7146_set_position(dev, vv->ov.win.w.left, vv->ov.win.w.top, vv->ov.win.w.height, vv->ov.win.fie… in saa7146_enable_overlay()
727 if( 0 != vv->vflip ) { in calculate_video_dma_grab_packed()
757 if( 0 != vv->vflip ) { in calculate_video_dma_grab_packed()
775 if( 0 != vv->vflip ) { in calc_planar_422()
804 if( 0 != vv->vflip ) { in calc_planar_420()
855 if( 0 != vv->vflip ) { in calculate_video_dma_grab_planar()
[all …]
A Dsaa7146_fops.c31 vv->resources |= bit; in saa7146_res_get()
44 vv->resources &= ~bits; in saa7146_res_free()
496 if (vv == NULL) { in saa7146_vv_init()
524 kfree(vv); in saa7146_vv_init()
534 vv->ov_fb.fmt.width = vv->standard->h_max_out; in saa7146_vv_init()
535 vv->ov_fb.fmt.height = vv->standard->v_max_out; in saa7146_vv_init()
537 vv->ov_fb.fmt.bytesperline = 2 * vv->ov_fb.fmt.width; in saa7146_vv_init()
538 vv->ov_fb.fmt.sizeimage = vv->ov_fb.fmt.bytesperline * vv->ov_fb.fmt.height; in saa7146_vv_init()
566 dev->vv_data = vv; in saa7146_vv_init()
581 vv->d_clipping.cpu_addr, vv->d_clipping.dma_handle); in saa7146_vv_release()
[all …]
/linux-6.3-rc2/lib/raid6/
A 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;
/linux-6.3-rc2/arch/m68k/lib/
A 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()
/linux-6.3-rc2/lib/
A 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()
/linux-6.3-rc2/arch/microblaze/lib/
A 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()
/linux-6.3-rc2/lib/mpi/
A 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()
/linux-6.3-rc2/drivers/staging/media/av7110/
A 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()
/linux-6.3-rc2/drivers/media/i2c/ccs/
A Dccs-data.c136 struct ccs_data_block_version *vv; in ccs_data_parse_version() local
150 vv = ccsdata->version; in ccs_data_parse_version()
151 vv->version_major = ((u16)v->static_data_version_major[0] << 8) + in ccs_data_parse_version()
153 vv->version_minor = ((u16)v->static_data_version_minor[0] << 8) + in ccs_data_parse_version()
155 vv->date_year = ((u16)v->year[0] << 8) + v->year[1]; in ccs_data_parse_version()
156 vv->date_month = v->month; in ccs_data_parse_version()
157 vv->date_day = v->day; in ccs_data_parse_version()
/linux-6.3-rc2/drivers/media/usb/dvb-usb/
A Ddigitv.c26 u8 cmd, u8 vv, u8 *wbuf, int wlen, u8 *rbuf, int rlen) in digitv_ctrl_msg() argument
40 st->sndbuf[1] = vv; in digitv_ctrl_msg()
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf.txt23 -vv::
A Dperf-intel-pt.txt283 perf_event_attr is displayed if the -vv option is used e.g.
597 The snapshot size is displayed if the option -vv is used e.g.
629 The mmap size and auxtrace mmap size are displayed if the -vv option is used e.g.
812 $ perf record -vv -e intel_pt//u uname
/linux-6.3-rc2/tools/testing/selftests/ftrace/
A Dftracetest88 --verbose|-v|-vv|-vvv)
/linux-6.3-rc2/drivers/media/pci/saa7146/
A Dmxb.c590 struct saa7146_vv *vv = dev->vv_data; in vidioc_s_frequency() local
613 vv->vbi_fieldcount = 0; in vidioc_s_frequency()
/linux-6.3-rc2/Documentation/devicetree/bindings/display/xlnx/
A Dxlnx,zynqmp-dpsub.yaml26 vv
/linux-6.3-rc2/drivers/scsi/lpfc/
A Dlpfc_nportdisc.c535 vid = be32_to_cpu(sp->un.vv.vid); in lpfc_rcv_plogi()
536 flag = be32_to_cpu(sp->un.vv.flags); in lpfc_rcv_plogi()
1414 vid = be32_to_cpu(sp->un.vv.vid); in lpfc_cmpl_plogi_plogi_issue()
1415 flag = be32_to_cpu(sp->un.vv.flags); in lpfc_cmpl_plogi_plogi_issue()
A Dlpfc_els.c2274 sp->un.vv.vid = cpu_to_be32(LPFC_VV_EMLX_ID); in lpfc_issue_els_plogi()
2275 sp->un.vv.flags = cpu_to_be32(LPFC_VV_SUPPRESS_RSP); in lpfc_issue_els_plogi()
5629 sp->un.vv.vid = cpu_to_be32(LPFC_VV_EMLX_ID); in lpfc_els_rsp_acc()
5630 sp->un.vv.flags = in lpfc_els_rsp_acc()
A Dlpfc_hw.h529 } vv; member
/linux-6.3-rc2/drivers/staging/media/ipu3/include/uapi/
A Dintel-ipu3.h1934 __u32 vv:8; member
/linux-6.3-rc2/drivers/message/fusion/
A Dmptbase.c3079 u32 vv; in GetIocFacts() local
3193 vv = ((63 / (sz * 4)) + 1) & 0x03; in GetIocFacts()
3194 ioc->NB_for_64_byte_frame = vv; in GetIocFacts()
3203 ioc->name, vv, shiftFactor, r)); in GetIocFacts()
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/intel/
A Dice.rst187 # lspci -vv -s af:00.0 | grep -i Serial
193 # lspci -vv -s af:00.0 | grep -i Serial | awk '{print $7}' | sed s/-//g
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dreg.h1919 MLXSW_ITEM32(reg, sfmr, vv, 0x10, 31, 1);

Completed in 124 milliseconds