Home
last modified time | relevance | path

Searched refs:smiapp_profile (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/media/i2c/smiapp/
Dsmiapp.h80 u32 smiapp_profile; member
Dsmiapp-core.c226 if (rval < 0 || sensor->minfo.smiapp_profile == SMIAPP_PROFILE_0) in smiapp_pll_configure()
3029 sensor->minfo.smiapp_profile = SMIAPP_PROFILE_0; in smiapp_probe()
3034 sensor->minfo.smiapp_profile = SMIAPP_PROFILE_1; in smiapp_probe()
3036 sensor->minfo.smiapp_profile = SMIAPP_PROFILE_2; in smiapp_probe()
3057 if (sensor->minfo.smiapp_profile == SMIAPP_PROFILE_0) in smiapp_probe()
3064 dev_dbg(&client->dev, "profile %d\n", sensor->minfo.smiapp_profile); in smiapp_probe()