Lines Matching full:smia
5 * Generic driver for MIPI CCS/SMIA/SMIA++ compliant camera sensors
13 * Based on smia-sensor.c by Tuukka Toivonen <tuukkat76@gmail.com>
1261 * SMIA++ NVM handling
1346 * SMIA++ CCI address control
1377 * SMIA++ Mode Control
1587 * around the issue, but the SMIA++ I2C write retry hack makes the delay in ccs_power_on()
2768 /* SMIA */ in ccs_identify_module()
2787 dev_dbg(&client->dev, "SMIA module 0x%2.2x-0x%4.4x\n", in ccs_identify_module()
2800 dev_dbg(&client->dev, "SMIA sensor 0x%2.2x-0x%4.4x\n", in ccs_identify_module()
2816 "smia version %2.2d smiapp version %2.2d\n", in ccs_identify_module()
3183 * Old SMIA is module-agnostic. Its sensor identification is based on in ccs_firmware_name()
3202 is_ccs ? "ccs" : is_smiapp ? "smiapp" : "smia", in ccs_firmware_name()
3623 { .compatible = "nokia,smia", .data = &smia_device },
3682 MODULE_DESCRIPTION("Generic MIPI CCS/SMIA/SMIA++ camera sensor driver");