Lines Matching refs:tmp
62 struct cfctrl_request_info *p, *tmp; in cfctrl_remove() local
66 list_for_each_entry_safe(p, tmp, &ctrl->list, list) { in cfctrl_remove()
143 struct cfctrl_request_info *p, *tmp, *first; in cfctrl_remove_req() local
147 list_for_each_entry_safe(p, tmp, &ctrl->list, list) { in cfctrl_remove_req()
333 struct cfctrl_request_info *p, *tmp; in cfctrl_cancel_req() local
338 list_for_each_entry_safe(p, tmp, &ctrl->list, list) { in cfctrl_cancel_req()
379 u8 tmp; in cfctrl_recv() local
385 tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
387 serv = tmp & CFCTRL_SRV_MASK; in cfctrl_recv()
390 servtype = tmp >> 4; in cfctrl_recv()
393 tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
394 physlinkid = tmp & 0x07; in cfctrl_recv()
395 prio = tmp >> 3; in cfctrl_recv()
411 tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
412 linkparam.u.video.connid = tmp; in cfctrl_recv()
435 for (tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
436 cfpkt_more(pkt) && tmp != '\0'; in cfctrl_recv()
437 tmp = cfpkt_extr_head_u8(pkt)) in cfctrl_recv()
438 *cp++ = tmp; in cfctrl_recv()
465 tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
466 *cp++ = tmp; in cfctrl_recv()
474 tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
475 *cp++ = tmp; in cfctrl_recv()
564 struct cfctrl_request_info *p, *tmp; in cfctrl_ctrlcmd() local
568 list_for_each_entry_safe(p, tmp, &this->list, list) { in cfctrl_ctrlcmd()
590 u8 linkid, linktype, tmp; in handle_loop() local
618 tmp = 0x01; in handle_loop()
619 cfpkt_add_trail(pkt, &tmp, 1); in handle_loop()
620 cfpkt_add_trail(pkt, &tmp, 1); in handle_loop()