/linux-4.4.14/drivers/media/common/saa7146/ |
D | saa7146_video.c | 14 (((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh)) 17 (((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh)) 110 struct saa7146_vv *vv = dev->vv_data; in saa7146_start_preview() local 117 if (vv->ov.fh == NULL) { in saa7146_start_preview() 130 if (vv->video_fh == fh) { in saa7146_start_preview() 143 fmt.fmt.win = vv->ov.win; in saa7146_start_preview() 146 saa7146_res_free(vv->video_fh, RESOURCE_DMA1_HPS|RESOURCE_DMA2_CLP); in saa7146_start_preview() 149 vv->ov.win = fmt.fmt.win; in saa7146_start_preview() 152 vv->ov.win.w.width, vv->ov.win.w.height, in saa7146_start_preview() 153 vv->ov.win.w.left, vv->ov.win.w.top, in saa7146_start_preview() [all …]
|
D | saa7146_vbi.c | 7 struct saa7146_vv *vv = dev->vv_data; in vbi_workaround() local 97 add_wait_queue(&vv->vbi_wq, &wait); in vbi_workaround() 108 remove_wait_queue(&vv->vbi_wq, &wait); in vbi_workaround() 136 struct saa7146_vv *vv = dev->vv_data; in saa7146_set_vbi_capture() local 141 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() 142 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() 208 struct saa7146_vv *vv = dev->vv_data; in buffer_activate() local 214 mod_timer(&vv->vbi_dmaq.timeout, jiffies+BUFFER_TIMEOUT); in buffer_activate() 293 struct saa7146_vv *vv = dev->vv_data; in buffer_queue() local 297 saa7146_buffer_queue(dev, &vv->vbi_dmaq, buf); in buffer_queue() [all …]
|
D | saa7146_hlp.c | 21 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 …]
|
D | saa7146_fops.c | 12 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() 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() 472 struct saa7146_vv *vv; in saa7146_vv_init() local [all …]
|
/linux-4.4.14/arch/m68k/lib/ |
D | muldi3.c | 82 DIunion uu, vv; in __muldi3() local 85 vv.ll = v; in __muldi3() 87 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3() 88 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3() 89 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
|
/linux-4.4.14/lib/raid6/ |
D | int.uc | 62 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-4.4.14/arch/microblaze/lib/ |
D | muldi3.c | 49 const DWunion vv = {.ll = v}; in __muldi3() local 50 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3() 52 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3() 53 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
|
/linux-4.4.14/arch/h8300/lib/ |
D | muldi3.c | 37 const DWunion vv = {.ll = v}; in __muldi3() local 38 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3() 40 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high in __muldi3() 41 + (UWtype) uu.s.high * (UWtype) vv.s.low); in __muldi3()
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_v4l.c | 233 struct saa7146_vv *vv = dev->vv_data; in av7110_dvb_c_switch() local 240 if ((vv->video_status & STATUS_OVERLAY) != 0) { in av7110_dvb_c_switch() 241 vv->ov_suspend = vv->video_fh; in av7110_dvb_c_switch() 242 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in av7110_dvb_c_switch() 245 vv->ov_suspend = NULL; in av7110_dvb_c_switch() 317 if (vv->ov_suspend != NULL) { in av7110_dvb_c_switch() 318 saa7146_start_preview(vv->ov_suspend); in av7110_dvb_c_switch() 319 vv->ov_suspend = NULL; in av7110_dvb_c_switch()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | digitv.c | 29 u8 cmd, u8 vv, u8 *wbuf, int wlen, u8 *rbuf, int rlen) in digitv_ctrl_msg() argument 36 sndbuf[1] = vv; in digitv_ctrl_msg()
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | bayer.png.b64 | 15 9vv+/vzf+fv4/fvu//z7+v7//P/7/v/8//QpxAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAFY8AABWW
|
/linux-4.4.14/drivers/media/pci/saa7146/ |
D | mxb.c | 602 struct saa7146_vv *vv = dev->vv_data; in vidioc_s_frequency() local 625 vv->vbi_fieldcount = 0; in vidioc_s_frequency()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | intel-pt.txt | 190 perf_event_attr is displayed if the -vv option is used e.g. 392 The snapshot size is displayed if the option -vv is used e.g. 424 The mmap size and auxtrace mmap size are displayed if the -vv option is used e.g. 570 $ perf record -vv -e intel_pt//u uname
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 1113 MLXSW_ITEM32(reg, sfmr, vv, 0x10, 31, 1);
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptbase.c | 3058 u32 status, vv; in GetIocFacts() local 3173 vv = ((63 / (sz * 4)) + 1) & 0x03; in GetIocFacts() 3174 ioc->NB_for_64_byte_frame = vv; in GetIocFacts() 3183 ioc->name, vv, shiftFactor, r)); in GetIocFacts()
|