Home
last modified time | relevance | path

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

/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c2826 struct pvr2_ctrl *cptr,*cp2; in pvr2_hdw_get_ctrl_nextv4l() local
2831 cp2 = NULL; in pvr2_hdw_get_ctrl_nextv4l()
2837 if (cp2 && (cp2->info->v4l_id < i)) continue; in pvr2_hdw_get_ctrl_nextv4l()
2838 cp2 = cptr; in pvr2_hdw_get_ctrl_nextv4l()
2840 return cp2; in pvr2_hdw_get_ctrl_nextv4l()
/drivers/scsi/
Dncr53c8xx.c6547 struct ccb * cp2; in ncr_sir_to_redo() local
6562 cp2 = list_entry(qp, struct ccb, link_ccbq); in ncr_sir_to_redo()
6565 if (cp2 == cp) in ncr_sir_to_redo()
6567 cp2->start.schedule.l_paddr = in ncr_sir_to_redo()
/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c5347 struct sym_ccb *cp2 = sym_que_entry(qp, struct sym_ccb, link_ccbq); local
5348 if (cp2->cmd == cmd) {
5349 cp = cp2;