Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/gspca/
H A Dkinect.c50 uint8_t stream_flag; /* to identify different stream types */ member
228 sd->stream_flag = 0x80; in sd_config_video()
254 sd->stream_flag = 0x70; in sd_config_depth()
387 uint8_t sof = sd->stream_flag | 1; in sd_pkt_scan()
388 uint8_t mof = sd->stream_flag | 2; in sd_pkt_scan()
389 uint8_t eof = sd->stream_flag | 5; in sd_pkt_scan()
396 sd->stream_flag, hdr->magic[0], hdr->magic[1]); in sd_pkt_scan()