Searched refs:init_ov_sensor (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | ov519.c | 2534 static int init_ov_sensor(struct sd *sd, u8 slave) in init_ov_sensor() function 3292 if (init_ov_sensor(sd, OV7xx0_SID) >= 0) { in sd_init() 3296 } else if (init_ov_sensor(sd, OV6xx0_SID) >= 0) { in sd_init() 3300 } else if (init_ov_sensor(sd, OV8xx0_SID) >= 0) { in sd_init() 3304 } else if (init_ov_sensor(sd, OV_HIRES_SID) >= 0) { in sd_init()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | ov519.c | 2534 static int init_ov_sensor(struct sd *sd, u8 slave) in init_ov_sensor() function 3292 if (init_ov_sensor(sd, OV7xx0_SID) >= 0) { in sd_init() 3296 } else if (init_ov_sensor(sd, OV6xx0_SID) >= 0) { in sd_init() 3300 } else if (init_ov_sensor(sd, OV8xx0_SID) >= 0) { in sd_init() 3304 } else if (init_ov_sensor(sd, OV_HIRES_SID) >= 0) { in sd_init()
|
Completed in 19 milliseconds