Searched refs:cp2 (Results 1 – 3 of 3) sorted by relevance
2826 struct pvr2_ctrl *cptr,*cp2; in pvr2_hdw_get_ctrl_nextv4l() local2831 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()
6547 struct ccb * cp2; in ncr_sir_to_redo() local6562 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()
5347 struct sym_ccb *cp2 = sym_que_entry(qp, struct sym_ccb, link_ccbq); local5348 if (cp2->cmd == cmd) {5349 cp = cp2;