Searched refs:isoreq (Results 1 – 3 of 3) sorted by relevance
99 struct fw_isochreq isoreq; in dvrecv() local131 isoreq.ch = ich & 0x3f; in dvrecv()132 isoreq.tag = (ich >> 6) & 3; in dvrecv()134 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0) in dvrecv()260 struct fw_isochreq isoreq; in dvsend() local289 isoreq.ch = ich & 0x3f; in dvsend()290 isoreq.tag = (ich >> 6) & 3; in dvsend()292 if (ioctl(d, FW_STSTREAM, &isoreq) < 0) in dvsend()
157 struct fw_isochreq isoreq; in mpegtsrecv() local185 isoreq.ch = ich & 0x3f; in mpegtsrecv()186 isoreq.tag = (ich >> 6) & 3; in mpegtsrecv()188 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0) in mpegtsrecv()
670 struct fw_isochreq isoreq; in detect_recv_fn() local689 isoreq.ch = ich & 0x3f; in detect_recv_fn()690 isoreq.tag = (ich >> 6) & 3; in detect_recv_fn()692 if (ioctl(fd, FW_SRSTREAM, &isoreq) < 0) in detect_recv_fn()