Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/smiapp/
Dsmiapp.h88 u32 smiapp_profile; member
Dsmiapp-core.c234 if (rval < 0 || sensor->minfo.smiapp_profile == SMIAPP_PROFILE_0) in smiapp_pll_configure()
3036 sensor->minfo.smiapp_profile = SMIAPP_PROFILE_0; in smiapp_probe()
3041 sensor->minfo.smiapp_profile = SMIAPP_PROFILE_1; in smiapp_probe()
3043 sensor->minfo.smiapp_profile = SMIAPP_PROFILE_2; in smiapp_probe()
3064 if (sensor->minfo.smiapp_profile == SMIAPP_PROFILE_0) in smiapp_probe()
3071 dev_dbg(&client->dev, "profile %d\n", sensor->minfo.smiapp_profile); in smiapp_probe()