Home
last modified time | relevance | path

Searched refs:isoreq (Results 1 – 4 of 4) sorted by relevance

/netbsd/usr.sbin/fwctl/
H A Dfwdv.c94 struct fw_isochreq isoreq; in dvrecv() local
132 isoreq.ch = ich & 0x3f; in dvrecv()
133 isoreq.tag = (ich >> 6) & 3; in dvrecv()
135 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0) in dvrecv()
263 struct fw_isochreq isoreq; in dvsend() local
294 isoreq.ch = ich & 0x3f; in dvsend()
295 isoreq.tag = (ich >> 6) & 3; in dvsend()
297 if (ioctl(d, FW_STSTREAM, &isoreq) < 0) in dvsend()
H A Dfwmpegts.c144 struct fw_isochreq isoreq; in mpegtsrecv() local
172 isoreq.ch = ich & 0x3f; in mpegtsrecv()
173 isoreq.tag = (ich >> 6) & 3; in mpegtsrecv()
175 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0) in mpegtsrecv()
H A Dfwcontrol.c658 struct fw_isochreq isoreq; in detect_recv_fn() local
677 isoreq.ch = ich & 0x3f; in detect_recv_fn()
678 isoreq.tag = (ich >> 6) & 3; in detect_recv_fn()
680 if (ioctl(fd, FW_SRSTREAM, &isoreq) < 0) in detect_recv_fn()
/netbsd/sys/dev/usb/
H A Dugen.c132 struct isoreq { struct
160 struct isoreq isoreqs[UGEN_NISOREQS];
1365 struct isoreq *req = addr; in ugen_isoc_rintr()