Home
last modified time | relevance | path

Searched full:light (Results 1 – 25 of 862) sorted by relevance

12345678910>>...35

/OK3568_Linux_fs/kernel/drivers/iio/light/
H A DKconfig4 # 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 Dlight.cpp3 #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 Dlight.cpp.ejs6 #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 Dlight.c39 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 DKconfig3 # 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 Dlight.cpp1 #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 Dfill_extrusion_program.cpp14 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 Dcontrol_ui.c49 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/
HDIBM856.gz ... DOUBLE ANGLE QUOTATION MARK 171<U2591> /xb0 LIGHT SHADE 172<U2592> /xb1 MEDIUM SHADE 173 ...
HDISO_10367-BOX.gz1<code_set_name> ISO_10367-BOX 2<comment_char> % 3<escape_char> / 4% ...
HDIBM852.gz1<code_set_name> IBM852 2<comment_char> % 3<escape_char> / 4% version: ...
HDIBM869.gz1<code_set_name> IBM869 2<comment_char> % 3<escape_char> / 4% version: ...
HDCP1125.gz1<code_set_name> CP1125 2<comment_char> % 3<escape_char> / 4% version: ...
HDCP774.gz1<code_set_name> CP774 2<comment_char> % 3<escape_char> / 4 5CHARMAP 6 ...
HDCP771.gz1<code_set_name> CP771 2<comment_char> % 3<escape_char> / 4 5CHARMAP 6 ...
HDIBM866.gz1<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/
HDISO_10367-BOX.gz1<code_set_name> ISO_10367-BOX 2<comment_char> % 3<escape_char> / 4% ...
HDIBM856.gz ... DOUBLE ANGLE QUOTATION MARK 171<U2591> /xb0 LIGHT SHADE 172<U2592> /xb1 MEDIUM SHADE 173 ...
HDIBM852.gz1<code_set_name> IBM852 2<comment_char> % 3<escape_char> / 4% version: ...
HDIBM866.gz1<code_set_name> IBM866 2<comment_char> % 3<escape_char> / 4% automatically generated ...
HDIBM869.gz1<code_set_name> IBM869 2<comment_char> % 3<escape_char> / 4% version: ...
HDIBM866NAV.gz1<code_set_name> IBM866NAV 2<comment_char> % 3<escape_char> / 4% Obtained by ...
HDCP1125.gz1<code_set_name> CP1125 2<comment_char> % 3<escape_char> / 4% version: ...
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/light/
H A Dsharp,gp2ap002.yaml4 $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 Dsysfs-class-backlight-driver-adp88704 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>.

12345678910>>...35