Searched refs:tv (Results 76 - 95 of 95) sorted by relevance

1234

/drivers/media/video/ivtv/
H A Divtv-driver.h778 void ivtv_read_eeprom(struct ivtv *itv, struct tveeprom *tv);
H A Divtv-i2c.c283 itv->card_i2c->tv);
H A Divtv-ioctl.c1490 struct tveeprom tv; local
1492 ivtv_read_eeprom(itv, &tv);
/drivers/media/video/s5p-fimc/
H A Dfimc-core.c358 struct timeval *tv; local
372 tv = &v_buf->vb.v4l2_buf.timestamp;
373 tv->tv_sec = ts.tv_sec;
374 tv->tv_usec = ts.tv_nsec / NSEC_PER_USEC;
/drivers/media/video/saa7134/
H A Dsaa7134.h358 unsigned int tv:1; member in struct:saa7134_input
H A Dsaa7134-video.c543 dprintk("set tv norm = %s\n",norm->name);
627 if (card_in(dev, dev->ctl_input).tv)
1756 if (card_in(dev, n).tv)
2004 if (card_in(dev, n).tv)
/drivers/staging/comedi/
H A Dcomedi_fops.c802 struct timeval tv; local
809 do_gettimeofday(&tv);
810 data[0] = tv.tv_sec;
811 data[1] = tv.tv_usec;
/drivers/media/video/cx18/
H A Dcx18-ioctl.c1090 struct tveeprom tv; local
1092 cx18_read_eeprom(cx, &tv);
/drivers/media/video/bt8xx/
H A Dbttv-cards.c353 /* array with description for bt848 / bt878 tv/grabber cards */
866 /* Audio Routing for "WinFast 2000 XP" (no tv stereo !)
874 Note: There exists another variant "Winfast 2000" with tv stereo !?
3707 struct tveeprom tv; local
3709 tveeprom_hauppauge_analog(&btv->i2c_client, &tv, eeprom_data);
3710 btv->tuner_type = tv.tuner_type;
3711 btv->has_radio = tv.has_radio;
3714 btv->c.nr, tv.model);
3720 if(tv.model == 64900) {
/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c1509 struct timeval tv; local
1514 do_gettimeofday(&tv);
1515 enable_req.tv_sec = ntohl(tv.tv_sec);
/drivers/usb/gadget/
H A Ddummy_hcd.c770 struct timeval tv; local
772 do_gettimeofday(&tv);
773 return tv.tv_usec / 1000;
/drivers/media/dvb/ttpci/
H A Dav7110.c356 struct timeval tv; local
357 do_gettimeofday(&tv);
358 printk("%s: %d.%d\n", s, (int)tv.tv_sec, (int)tv.tv_usec);
/drivers/net/wireless/bcmdhd/
H A Dlinux_osl.c586 skb->tstamp.tv.sec = 0;
H A Dwl_cfg80211.c5897 struct timeval tv;
5898 do_gettimeofday(&tv);
5899 mgmt->u.probe_resp.timestamp = ((u64)tv.tv_sec*1000000)
5900 + tv.tv_usec;
/drivers/scsi/bfa/
H A Dbfad_bsg.c1944 struct timeval tv; local
1947 do_gettimeofday(&tv);
1950 iocmd->status = bfa_fcpim_profile_on(&bfad->bfa, tv.tv_sec);
H A Dbfa_ioc.c1617 struct timeval tv; local
1622 do_gettimeofday(&tv);
1623 enable_req.tv_sec = be32_to_cpu(tv.tv_sec);
/drivers/scsi/
H A Dpmcraid.c5660 struct timeval tv; local
5663 do_gettimeofday(&tv);
5664 timestamp = tv.tv_sec * 1000;
H A Dgdth.c2849 struct timeval tv; local
2865 do_gettimeofday(&tv);
2866 e->last_stamp = tv.tv_sec;
2882 do_gettimeofday(&tv);
2883 e->first_stamp = e->last_stamp = tv.tv_sec;
/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c5059 /* First entry is normal dac, 2nd tv-out perhaps? */
5540 * bit 6 a tv bios.
5564 bios->legacy.i2c_indices.tv = bios->data[legacy_i2c_offset + 1];
5647 * always has the same single (crt) entry, even when tv-out
6105 if (nv04_tv_identify(dev, bios->legacy.i2c_indices.tv) >= 0)
6107 bios->legacy.i2c_indices.tv,
/drivers/gpu/drm/radeon/
H A Dradeon.h353 struct ttm_validate_buffer tv; member in struct:radeon_bo_list

Completed in 1396 milliseconds

1234