Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/
H A Dducet.c27 int32_t switch_value = _nu_ducet_weight_switch(codepoint, weight, context); in nu_ducet_weight() local
32 if (switch_value != 0) { in nu_ducet_weight()
33 return switch_value; in nu_ducet_weight()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dsc2239.c590 u32 switch_value; in sc2239_set_ctrl_gain() local
599 switch_value = 0x64; in sc2239_set_ctrl_gain()
606 switch_value = 0x64; in sc2239_set_ctrl_gain()
613 switch_value = 0x44; in sc2239_set_ctrl_gain()
620 switch_value = 0x24; in sc2239_set_ctrl_gain()
624 SC2239_REG_VALUE_08BIT, switch_value); in sc2239_set_ctrl_gain()