Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/gspca/
Dkinect.c63 uint8_t stream_flag; /* to identify different stream types */ member
240 sd->stream_flag = 0x80; in sd_config_video()
266 sd->stream_flag = 0x70; in sd_config_depth()
399 uint8_t sof = sd->stream_flag | 1; in sd_pkt_scan()
400 uint8_t mof = sd->stream_flag | 2; in sd_pkt_scan()
401 uint8_t eof = sd->stream_flag | 5; in sd_pkt_scan()
408 sd->stream_flag, hdr->magic[0], hdr->magic[1]); in sd_pkt_scan()