Searched refs:stv_sndctrl (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/media/usb/gspca/ |
| D | stv0680.c | 49 static int stv_sndctrl(struct gspca_dev *gspca_dev, int set, u8 req, u16 val, in stv_sndctrl() function 88 stv_sndctrl(gspca_dev, 0, 0x80, 0, 0x02); /* Get Last Error */ in stv0680_handle_error() 100 if (stv_sndctrl(gspca_dev, 0, 0x87, 0, 0x08) != 0x08) { in stv0680_get_video_mode() 118 if (stv_sndctrl(gspca_dev, 3, 0x07, 0x0100, 0x08) != 0x08) { in stv0680_set_video_mode() 147 if (stv_sndctrl(gspca_dev, 0, 0x88, 0x5678, 0x02) != 0x02 || in sd_config() 154 if (stv_sndctrl(gspca_dev, 2, 0x06, 0x0200, 0x09) != 0x09) in sd_config() 157 if (stv_sndctrl(gspca_dev, 2, 0x06, 0x0200, 0x22) != 0x22 || in sd_config() 162 if (stv_sndctrl(gspca_dev, 0, 0x8a, 0, 0x02) != 0x02) in sd_config() 164 if (stv_sndctrl(gspca_dev, 0, 0x8b, 0, 0x24) != 0x24) in sd_config() 166 if (stv_sndctrl(gspca_dev, 0, 0x85, 0, 0x10) != 0x10) in sd_config() [all …]
|