Searched refs:store_byte (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/usb/go7007/ |
D | go7007-driver.c | 387 static inline void store_byte(struct go7007_buffer *vb, u8 byte) in store_byte() function 428 store_byte(vb, go->active_map[i]); in go7007_motion_regions() 542 store_byte(vb, buf[i]); in go7007_parse_video_stream() 552 store_byte(vb, 0x00); in go7007_parse_video_stream() 556 store_byte(vb, 0x00); in go7007_parse_video_stream() 557 store_byte(vb, buf[i]); in go7007_parse_video_stream() 565 store_byte(vb, 0x00); in go7007_parse_video_stream() 572 store_byte(vb, 0x00); in go7007_parse_video_stream() 573 store_byte(vb, 0x00); in go7007_parse_video_stream() 577 store_byte(vb, 0x00); in go7007_parse_video_stream() [all …]
|