Searched refs:ov9650 (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/gspca/m5602/ |
H A D | m5602_ov9650.h | 3 * Driver for the ov9650 sensor 143 static const struct m5602_sensor ov9650 = { variable
|
H A D | m5602_core.c | 135 /* FIXME: This works with the ov9650, but has issues with the po1030 */ in m5602_read_sensor() 234 /* Try the ov9650 */ in m5602_probe_sensor() 235 sd->sensor = &ov9650; in m5602_probe_sensor()
|
H A D | m5602_ov9650.c | 4 * Driver for the ov9650 sensor 302 pr_info("Forcing an %s sensor\n", ov9650.name); in ov9650_probe() 310 gspca_dbg(gspca_dev, D_PROBE, "Probing for an ov9650 sensor\n"); in ov9650_probe() 333 pr_info("Detected an ov9650 sensor\n"); in ov9650_probe() 758 pr_info("Dumping the ov9650 register state\n"); in ov9650_dump_registers() 765 pr_info("ov9650 register state dump complete\n"); in ov9650_dump_registers()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/m5602/ |
H A D | m5602_ov9650.h | 3 * Driver for the ov9650 sensor 143 static const struct m5602_sensor ov9650 = { variable
|
H A D | m5602_core.c | 135 /* FIXME: This works with the ov9650, but has issues with the po1030 */ in m5602_read_sensor() 234 /* Try the ov9650 */ in m5602_probe_sensor() 235 sd->sensor = &ov9650; in m5602_probe_sensor()
|
H A D | m5602_ov9650.c | 4 * Driver for the ov9650 sensor 302 pr_info("Forcing an %s sensor\n", ov9650.name); in ov9650_probe() 310 gspca_dbg(gspca_dev, D_PROBE, "Probing for an ov9650 sensor\n"); in ov9650_probe() 333 pr_info("Detected an ov9650 sensor\n"); in ov9650_probe() 758 pr_info("Dumping the ov9650 register state\n"); in ov9650_dump_registers() 765 pr_info("ov9650 register state dump complete\n"); in ov9650_dump_registers()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | Makefile | 85 obj-$(CONFIG_VIDEO_OV9650) += ov9650.o
|
H A D | ov9650.c | 33 #include <media/i2c/ov9650.h> 1608 { .compatible = "ovti,ov9650", },
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | Makefile | 105 obj-$(CONFIG_VIDEO_OV9650) += ov9650.o
|
Completed in 8 milliseconds