Searched refs:vcm_type (Results 1 – 3 of 3) sorted by relevance
522 char *vcm_type; in atomisp_csi2_get_vcm_type() local529 vcm_type = kstrdup(obj->string.pointer, GFP_KERNEL); in atomisp_csi2_get_vcm_type()532 if (!vcm_type) in atomisp_csi2_get_vcm_type()535 string_lower(vcm_type, vcm_type); in atomisp_csi2_get_vcm_type()536 return vcm_type; in atomisp_csi2_get_vcm_type()602 sensor->vcm_type = atomisp_csi2_get_vcm_type(adev); in atomisp_csi2_parse_sensor_fwnode()
322 sensor->vcm_type = ipu_vcm_types[ssdb.vcmtype - 1]; in ipu_bridge_parse_ssdb()385 if (sensor->vcm_type) { in ipu_bridge_create_fwnode_properties()427 if (sensor->vcm_type) { in ipu_bridge_init_swnode_names()430 "%s-%u", sensor->vcm_type, sensor->link); in ipu_bridge_init_swnode_names()452 if (sensor->vcm_type) in ipu_bridge_init_swnode_group()467 if (sensor->vcm_type) in ipu_bridge_init_swnode_group()470 if (sensor->vcm_type) in ipu_bridge_init_swnode_group()
141 const char *vcm_type; member