Lines Matching defs:model
939 unsigned int model;
943 model = (uintptr_t)of_device_get_match_data(sensor->dev);
944 if (model) {
946 "sensor model auto-detection disabled, forcing 0x%04x\n",
947 model);
948 sensor->mono = model & IMX296_SENSOR_INFO_MONO;
970 model = (ret >> 6) & 0x1ff;
972 switch (model) {
982 dev_err(sensor->dev, "invalid device model 0x%04x\n", ret);
991 dev_info(sensor->dev, "found IMX%u%s (%u.%uC)\n", model,