Home
last modified time | relevance | path

Searched refs:cp2 (Results 1 – 3 of 3) sorted by relevance

/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c2775 struct pvr2_ctrl *cptr,*cp2; in pvr2_hdw_get_ctrl_nextv4l() local
2780 cp2 = NULL; in pvr2_hdw_get_ctrl_nextv4l()
2786 if (cp2 && (cp2->info->v4l_id < i)) continue; in pvr2_hdw_get_ctrl_nextv4l()
2787 cp2 = cptr; in pvr2_hdw_get_ctrl_nextv4l()
2789 return cp2; in pvr2_hdw_get_ctrl_nextv4l()
/drivers/scsi/
Dncr53c8xx.c6373 struct ccb * cp2; in ncr_sir_to_redo() local
6388 cp2 = list_entry(qp, struct ccb, link_ccbq); in ncr_sir_to_redo()
6391 if (cp2 == cp) in ncr_sir_to_redo()
6393 cp2->start.schedule.l_paddr = in ncr_sir_to_redo()
/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c5330 struct sym_ccb *cp2 = sym_que_entry(qp, struct sym_ccb, link_ccbq); local
5331 if (cp2->cmd == cmd) {
5332 cp = cp2;