Searched refs:vtp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_hw.h | 316 u8 vtp; /* dword 1 */ member 339 u8 vtp; /* dword 0 */ member
|
H A D | be_main.c | 2490 rxcp->vlanf = GET_RX_COMPL_V1_BITS(vtp, compl); in be_parse_rx_compl_v1() 2513 rxcp->vlanf = GET_RX_COMPL_V0_BITS(vtp, compl); in be_parse_rx_compl_v0()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_hw.h | 316 u8 vtp; /* dword 1 */ member 339 u8 vtp; /* dword 0 */ member
|
H A D | be_main.c | 2491 rxcp->vlanf = GET_RX_COMPL_V1_BITS(vtp, compl); in be_parse_rx_compl_v1() 2514 rxcp->vlanf = GET_RX_COMPL_V0_BITS(vtp, compl); in be_parse_rx_compl_v0()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | imsttfb.c | 470 __u32 MHz, hes, heb, veb, htp, vtp; in compute_imstt_regvals_ibm() local 474 hes = 0x0008; heb = 0x0012; veb = 0x002a; htp = 10; vtp = 2; in compute_imstt_regvals_ibm() 478 hes = 0x0005; heb = 0x0020; veb = 0x0028; htp = 8; vtp = 3; in compute_imstt_regvals_ibm() 482 hes = 0x000a; heb = 0x001c; veb = 0x0020; htp = 8; vtp = 3; in compute_imstt_regvals_ibm() 486 hes = 0x0012; heb = 0x0022; veb = 0x0031; htp = 4; vtp = 3; in compute_imstt_regvals_ibm() 490 hes = 0x0012; heb = 0x002f; veb = 0x0029; htp = 4; vtp = 1; in compute_imstt_regvals_ibm() 494 hes = 0x0018; heb = 0x0040; veb = 0x002a; htp = 4; vtp = 3; in compute_imstt_regvals_ibm() 510 init->vt = init->vsb + vtp; in compute_imstt_regvals_ibm()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | imsttfb.c | 471 __u32 MHz, hes, heb, veb, htp, vtp; in compute_imstt_regvals_ibm() local 475 hes = 0x0008; heb = 0x0012; veb = 0x002a; htp = 10; vtp = 2; in compute_imstt_regvals_ibm() 479 hes = 0x0005; heb = 0x0020; veb = 0x0028; htp = 8; vtp = 3; in compute_imstt_regvals_ibm() 483 hes = 0x000a; heb = 0x001c; veb = 0x0020; htp = 8; vtp = 3; in compute_imstt_regvals_ibm() 487 hes = 0x0012; heb = 0x0022; veb = 0x0031; htp = 4; vtp = 3; in compute_imstt_regvals_ibm() 491 hes = 0x0012; heb = 0x002f; veb = 0x0029; htp = 4; vtp = 1; in compute_imstt_regvals_ibm() 495 hes = 0x0018; heb = 0x0040; veb = 0x002a; htp = 4; vtp = 3; in compute_imstt_regvals_ibm() 511 init->vt = init->vsb + vtp; in compute_imstt_regvals_ibm()
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.c | 3286 int pvr2_hdw_get_tuner_status(struct pvr2_hdw *hdw,struct v4l2_tuner *vtp) in pvr2_hdw_get_tuner_status() argument 3292 memcpy(vtp,&hdw->tuner_signal_info,sizeof(struct v4l2_tuner)); in pvr2_hdw_get_tuner_status() 5033 struct v4l2_tuner *vtp = &hdw->tuner_signal_info; in pvr2_hdw_status_poll() local 5034 memset(vtp, 0, sizeof(*vtp)); in pvr2_hdw_status_poll() 5035 vtp->type = (hdw->input_val == PVR2_CVAL_INPUT_RADIO) ? in pvr2_hdw_status_poll() 5042 v4l2_device_call_all(&hdw->v4l2_dev, 0, tuner, g_tuner, vtp); in pvr2_hdw_status_poll() 5044 vtp->type, in pvr2_hdw_status_poll() 5045 vtp->signal, vtp in pvr2_hdw_status_poll() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.c | 3286 int pvr2_hdw_get_tuner_status(struct pvr2_hdw *hdw,struct v4l2_tuner *vtp) in pvr2_hdw_get_tuner_status() argument 3293 memcpy(vtp,&hdw->tuner_signal_info,sizeof(struct v4l2_tuner)); in pvr2_hdw_get_tuner_status() 5038 struct v4l2_tuner *vtp = &hdw->tuner_signal_info; in pvr2_hdw_status_poll() local 5039 memset(vtp, 0, sizeof(*vtp)); in pvr2_hdw_status_poll() 5040 vtp->type = (hdw->input_val == PVR2_CVAL_INPUT_RADIO) ? in pvr2_hdw_status_poll() 5047 v4l2_device_call_all(&hdw->v4l2_dev, 0, tuner, g_tuner, vtp); in pvr2_hdw_status_poll() 5049 vtp->type, in pvr2_hdw_status_poll() 5050 vtp->signal, vtp in pvr2_hdw_status_poll() [all...] |
Completed in 37 milliseconds