Home
last modified time | relevance | path

Searched refs:vtp (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/emulex/benet/
Dbe_hw.h334 u8 vtp; /* dword 1 */ member
357 u8 vtp; /* dword 0 */ member
Dbe_main.c1340 rxcp->vlanf = AMAP_GET_BITS(struct amap_eth_rx_compl_v1, vtp, compl); in be_parse_rx_compl_v1()
1372 rxcp->vlanf = AMAP_GET_BITS(struct amap_eth_rx_compl_v0, vtp, compl); in be_parse_rx_compl_v0()
/linux-3.4.99/drivers/video/
Dimsttfb.c473 __u32 MHz, hes, heb, veb, htp, vtp; in compute_imstt_regvals_ibm() local
477 hes = 0x0008; heb = 0x0012; veb = 0x002a; htp = 10; vtp = 2; in compute_imstt_regvals_ibm()
481 hes = 0x0005; heb = 0x0020; veb = 0x0028; htp = 8; vtp = 3; in compute_imstt_regvals_ibm()
485 hes = 0x000a; heb = 0x001c; veb = 0x0020; htp = 8; vtp = 3; in compute_imstt_regvals_ibm()
489 hes = 0x0012; heb = 0x0022; veb = 0x0031; htp = 4; vtp = 3; in compute_imstt_regvals_ibm()
493 hes = 0x0012; heb = 0x002f; veb = 0x0029; htp = 4; vtp = 1; in compute_imstt_regvals_ibm()
497 hes = 0x0018; heb = 0x0040; veb = 0x002a; htp = 4; vtp = 3; in compute_imstt_regvals_ibm()
513 init->vt = init->vsb + vtp; in compute_imstt_regvals_ibm()
/linux-3.4.99/drivers/media/video/pvrusb2/
Dpvrusb2-hdw.c3453 int pvr2_hdw_get_tuner_status(struct pvr2_hdw *hdw,struct v4l2_tuner *vtp) in pvr2_hdw_get_tuner_status() argument
3459 memcpy(vtp,&hdw->tuner_signal_info,sizeof(struct v4l2_tuner)); in pvr2_hdw_get_tuner_status()
5183 struct v4l2_tuner *vtp = &hdw->tuner_signal_info; in pvr2_hdw_status_poll() local
5184 memset(vtp, 0, sizeof(*vtp)); in pvr2_hdw_status_poll()
5185 vtp->type = (hdw->input_val == PVR2_CVAL_INPUT_RADIO) ? in pvr2_hdw_status_poll()
5192 v4l2_device_call_all(&hdw->v4l2_dev, 0, tuner, g_tuner, vtp); in pvr2_hdw_status_poll()
5196 vtp->type, in pvr2_hdw_status_poll()
5197 vtp->signal, vtp->rxsubchans, vtp->capability, in pvr2_hdw_status_poll()
5198 vtp->rangelow, vtp->rangehigh); in pvr2_hdw_status_poll()