| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | Kconfig | 4 # Light sensors 8 menu "Light sensors" 11 tristate "ACPI Ambient Light Sensor" 18 Ambient Light Sensor. 30 digital color light sensor. 47 tristate "AL3010 ambient light sensor" 51 ambient light sensor. 57 tristate "AL3320A ambient light sensor" 61 ambient light sensor. 67 tristate "APDS9300 ambient light sensor" [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | light.cpp | 3 #include <mbgl/style/light.hpp> 12 Light::Light() in Light() function in mbgl::style::Light 17 Light::~Light() = default; 19 void Light::setObserver(LightObserver* observer_) { in setObserver() 23 Mutable<Light::Impl> Light::mutableImpl() const { in mutableImpl() 27 LightAnchorType Light::getDefaultAnchor() { in getDefaultAnchor() 31 PropertyValue<LightAnchorType> Light::getAnchor() const { in getAnchor() 35 void Light::setAnchor(PropertyValue<LightAnchorType> property) { in setAnchor() 42 void Light::setAnchorTransition(const TransitionOptions& options) { in setAnchorTransition() 49 TransitionOptions Light::getAnchorTransition() const { in getAnchorTransition() [all …]
|
| H A D | light.cpp.ejs | 6 #include <mbgl/style/light.hpp> 15 Light::Light() 20 Light::~Light() = default; 22 void Light::setObserver(LightObserver* observer_) { 26 Mutable<Light::Impl> Light::mutableImpl() const { 31 <%- evaluatedType(property) %> Light::getDefault<%- camelize(property.name) %>() { 32 return Light<%- camelize(property.name) %>::defaultValue(); 35 <%- propertyValueType(property) %> Light::get<%- camelize(property.name) %>() const { 36 return impl->properties.template get<Light<%- camelize(property.name) %>>().value; 39 void Light::set<%- camelize(property.name) %>(<%- propertyValueType(property) %> property) { [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | light.c | 39 struct gb_light *light; member 73 return channel->light->glights->connection; in get_conn_from_channel() 76 static struct gb_connection *get_conn_from_light(struct gb_light *light) in get_conn_from_light() argument 78 return light->glights->connection; in get_conn_from_light() 100 static struct gb_channel *get_channel_from_mode(struct gb_light *light, in get_channel_from_mode() argument 106 for (i = 0; i < light->channels_count; i++) { in get_channel_from_mode() 107 channel = &light->channels[i]; in get_channel_from_mode() 129 req.light_id = channel->light->id; in __gb_lights_flash_intensity_set() 147 channel = get_channel_from_mode(channel->light, in __gb_lights_flash_brightness_set() 332 req.light_id = channel->light->id; in gb_lights_fade_set() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/lsensor/ |
| H A D | Kconfig | 3 # light and position sensor drivers configuration 7 tristate "light sensor device support" 12 tristate "light sensor cm3217" 16 tristate "light sensor cm3218" 20 tristate "light sensor cm3232" 24 tristate "light sensor al3006" 28 tristate "light sensor stk3171" 32 tristate "light sensor isl29023" 36 tristate "light sensor ap321xx" 40 tristate "light sensor ucs14620" [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | light.cpp | 1 #include <mbgl/style/conversion/light.hpp> 10 optional<Light> Converter<Light>::operator()(const Convertible& value, Error& error) const { in operator ()() 12 error = { "light must be an object" }; in operator ()() 16 Light light; in operator ()() local 24 light.setAnchor(*convertedAnchor); in operator ()() 35 light.setAnchorTransition(*transition); in operator ()() 47 light.setColor(*convertedColor); in operator ()() 58 light.setColorTransition(*transition); in operator ()() 70 light.setPosition(*convertedPosition); in operator ()() 81 light.setPositionTransition(*transition); in operator ()() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | fill_extrusion_program.cpp | 14 std::array<float, 3> lightColor(const EvaluatedLight& light) { in lightColor() argument 15 const auto color = light.get<LightColor>(); in lightColor() 19 std::array<float, 3> lightPosition(const EvaluatedLight& light, const TransformState& state) { in lightPosition() argument 20 auto lightPos = light.get<LightPosition>().getCartesian(); in lightPosition() 23 if (light.get<LightAnchor>() == LightAnchorType::Viewport) { in lightPosition() 30 float lightIntensity(const EvaluatedLight& light) { in lightIntensity() argument 31 return light.get<LightIntensity>(); in lightIntensity() 37 const EvaluatedLight& light) { in values() argument 40 uniforms::u_lightcolor::Value{ lightColor(light) }, in values() 41 uniforms::u_lightpos::Value{ lightPosition(light, state) }, in values() [all …]
|
| /OK3568_Linux_fs/app/lvgl_demo/rk_demo/smart_home/ |
| H A D | control_ui.c | 49 lv_obj_t * light; in light_menu() local 53 light = lv_img_create(parent); in light_menu() 54 lv_obj_set_size(light, lv_pct(100), 150); in light_menu() 55 lv_obj_align(light, LV_ALIGN_TOP_MID, 0, 0); in light_menu() 56 lv_obj_refr_size(light); in light_menu() 57 lv_obj_refr_pos(light); in light_menu() 58 x = lv_obj_get_x(light) + lv_obj_get_x(bg); in light_menu() 59 y = lv_obj_get_y(light) + lv_obj_get_y(bg); in light_menu() 63 lv_img_set_src(light, img); in light_menu() 64 lv_obj_clear_flag(light, LV_OBJ_FLAG_SCROLLABLE); in light_menu() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/ |
| HD | IBM856.gz | ... DOUBLE ANGLE QUOTATION MARK
171<U2591> /xb0 LIGHT SHADE
172<U2592> /xb1 MEDIUM SHADE
173 ... |
| HD | ISO_10367-BOX.gz | 1<code_set_name> ISO_10367-BOX
2<comment_char> %
3<escape_char> /
4% ... |
| HD | IBM852.gz | 1<code_set_name> IBM852
2<comment_char> %
3<escape_char> /
4% version: ... |
| HD | IBM869.gz | 1<code_set_name> IBM869
2<comment_char> %
3<escape_char> /
4% version: ... |
| HD | CP1125.gz | 1<code_set_name> CP1125
2<comment_char> %
3<escape_char> /
4% version: ... |
| HD | CP774.gz | 1<code_set_name> CP774
2<comment_char> %
3<escape_char> /
4
5CHARMAP
6 ... |
| HD | CP771.gz | 1<code_set_name> CP771
2<comment_char> %
3<escape_char> /
4
5CHARMAP
6 ... |
| HD | IBM866.gz | 1<code_set_name> IBM866
2<comment_char> %
3<escape_char> /
4% automatically generated ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/ |
| HD | ISO_10367-BOX.gz | 1<code_set_name> ISO_10367-BOX
2<comment_char> %
3<escape_char> /
4% ... |
| HD | IBM856.gz | ... DOUBLE ANGLE QUOTATION MARK
171<U2591> /xb0 LIGHT SHADE
172<U2592> /xb1 MEDIUM SHADE
173 ... |
| HD | IBM852.gz | 1<code_set_name> IBM852
2<comment_char> %
3<escape_char> /
4% version: ... |
| HD | IBM866.gz | 1<code_set_name> IBM866
2<comment_char> %
3<escape_char> /
4% automatically generated ... |
| HD | IBM869.gz | 1<code_set_name> IBM869
2<comment_char> %
3<escape_char> /
4% version: ... |
| HD | IBM866NAV.gz | 1<code_set_name> IBM866NAV
2<comment_char> %
3<escape_char> /
4% Obtained by ... |
| HD | CP1125.gz | 1<code_set_name> CP1125
2<comment_char> %
3<escape_char> /
4% version: ... |
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/light/ |
| H A D | sharp,gp2ap002.yaml | 4 $id: http://devicetree.org/schemas/iio/light/sharp,gp2ap002.yaml# 7 title: Sharp GP2AP002A00F and GP2AP002S00F proximity and ambient light sensors 13 Proximity and ambient light sensor with IR LED for the proximity 14 sensing and an analog output for light intensity. The ambient light 38 description: ALSOUT ADC channel to read the ambient light 74 light-sensor@44 {
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-backlight-driver-adp8870 | 4 What: /sys/class/backlight/<backlight>/<ambient light zone>_max 14 Control the maximum brightness for <ambient light zone> 17 <ambient light zone>. 19 What: /sys/class/backlight/<backlight>/<ambient light zone>_dim 28 Control the dim brightness for <ambient light zone> 32 this <ambient light zone>.
|