Searched refs:tuner_signal_info (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-i2c-cmd-v4l2.c176 if (hdw->tuner_signal_info.capability & V4L2_TUNER_CAP_LOW) {
267 pvr2_i2c_client_cmd(cp,VIDIOC_G_TUNER,&cp->hdw->tuner_signal_info);
H A Dpvrusb2-hdw-internal.h263 struct v4l2_tuner tuner_signal_info; member in struct:pvr2_hdw
H A Dpvrusb2-hdw.c438 fv = hdw->tuner_signal_info.rangehigh;
444 if (hdw->tuner_signal_info.capability & V4L2_TUNER_CAP_LOW) {
460 fv = hdw->tuner_signal_info.rangelow;
466 if (hdw->tuner_signal_info.capability & V4L2_TUNER_CAP_LOW) {
633 *vp = hdw->tuner_signal_info.signal;
643 subchan = hdw->tuner_signal_info.rxsubchans;
2579 memcpy(vtp,&hdw->tuner_signal_info,sizeof(struct v4l2_tuner));
H A Dpvrusb2-i2c-core.c614 struct v4l2_tuner *vtp = &hdw->tuner_signal_info;

Completed in 61 milliseconds