Searched refs:isoreq (Results 1 – 3 of 3) sorted by relevance
93 struct fw_isochreq isoreq; in dvrecv() local125 isoreq.ch = ich & 0x3f; in dvrecv()126 isoreq.tag = (ich >> 6) & 3; in dvrecv()128 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0) in dvrecv()254 struct fw_isochreq isoreq; in dvsend() local283 isoreq.ch = ich & 0x3f; in dvsend()284 isoreq.tag = (ich >> 6) & 3; in dvsend()286 if (ioctl(d, FW_STSTREAM, &isoreq) < 0) in dvsend()
152 struct fw_isochreq isoreq; in mpegtsrecv() local180 isoreq.ch = ich & 0x3f; in mpegtsrecv()181 isoreq.tag = (ich >> 6) & 3; in mpegtsrecv()183 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0) in mpegtsrecv()
669 struct fw_isochreq isoreq; in detect_recv_fn() local688 isoreq.ch = ich & 0x3f; in detect_recv_fn()689 isoreq.tag = (ich >> 6) & 3; in detect_recv_fn()691 if (ioctl(fd, FW_SRSTREAM, &isoreq) < 0) in detect_recv_fn()