Searched refs:cp2 (Results 1 – 3 of 3) sorted by relevance
2775 struct pvr2_ctrl *cptr,*cp2; in pvr2_hdw_get_ctrl_nextv4l() local2780 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()
6373 struct ccb * cp2; in ncr_sir_to_redo() local6388 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()
5330 struct sym_ccb *cp2 = sym_que_entry(qp, struct sym_ccb, link_ccbq); local5331 if (cp2->cmd == cmd) {5332 cp = cp2;