Home
last modified time | relevance | path

Searched refs:light (Results 1 – 25 of 260) sorted by relevance

1234567891011

/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 …]
H A DMakefile11 gb-light-y := light.o
22 obj-$(CONFIG_GREYBUS_LIGHT) += gb-light.o
/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/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/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dlight.cpp16 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 ()()
93 light.setIntensity(*convertedIntensity); in operator ()()
104 light.setIntensityTransition(*transition); in operator ()()
110 return { std::move(light) }; in operator ()()
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A DKconfig30 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"
71 ambient light sensor.
105 tristate "ROHM BH1750 ambient light sensor"
109 BH1750, BH1751 ambient light sensors.
115 tristate "ROHM BH1780 ambient light sensor"
[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/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>.
H A Dsysfs-bus-iio-isl2950126 light conditions. It can be programmed to correct for
30 ambient light are modulated independently.
40 in_proximity0_calib_phase_light_b for ambient light.
H A Dsysfs-bus-iio-light-lm3533-als8 The corresponding light zone can be read from
33 registers (boundaryY_{low,high}) and define the five light
41 Get the current light zone (0..4) as defined by the
H A Dsysfs-class-backlight33 (RO) Get conversion value of the light sensor.
36 light sensor is enabled.
81 Writing 0 returns to normal/automatic ambient light level
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/
H A Dgtksourceview-classic-light_1.0.bb3 LIC_FILES_CHKSUM = "file://classic-light.xml;beginline=6;endline=23;md5=2b4f75364fad00a4d752214dcbd…
7 SRC_URI = "file://classic-light.xml"
13 install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-3.0/styles/
15 install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-4/styles/
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqResourceTranslatorV21.cpp72 statsInt->awb_stats_v201.light[i].xYType[RK_AIQ_AWB_XY_TYPE_NORMAL_V201].RgainValue = in translateAwbStats()
74 statsInt->awb_stats_v201.light[i].xYType[RK_AIQ_AWB_XY_TYPE_NORMAL_V201].BgainValue = in translateAwbStats()
76 statsInt->awb_stats_v201.light[i].xYType[RK_AIQ_AWB_XY_TYPE_NORMAL_V201].WpNo = in translateAwbStats()
78 statsInt->awb_stats_v201.light[i].xYType[RK_AIQ_AWB_XY_TYPE_BIG_V201].RgainValue = in translateAwbStats()
80 statsInt->awb_stats_v201.light[i].xYType[RK_AIQ_AWB_XY_TYPE_BIG_V201].BgainValue = in translateAwbStats()
82 statsInt->awb_stats_v201.light[i].xYType[RK_AIQ_AWB_XY_TYPE_BIG_V201].WpNo = in translateAwbStats()
/OK3568_Linux_fs/rkbin/doc/release/
H A DRV1106_EN.md213 2. Add IR/white light mode support.
215 4. Add support for soft light sensor.
221 …al | Fixed repeated ircut and light Settings. | Under analog light sensor, after setting night mod…
222 …soft light sensor scheme, the fastae converges before the fill light is stabilized in the night vi…
236 …soft light sensor scheme, the fastae converges before the fill light is stabilized in the night vi…
265 …al | Fixed repeated ircut and light Settings. | Under analog light sensor, after setting night mod…
278 3. Add IR/white light mode support.
280 5. Add support for soft light sensor.
374 1. Add support for LTR308 digital light sensor.
/OK3568_Linux_fs/u-boot/cmd/
H A Ddemo.c46 int light; in do_demo_light() local
50 light = simple_strtoul(argv[0], NULL, 16); in do_demo_light()
51 ret = demo_set_light(demo_dev, light); in do_demo_light()
85 U_BOOT_CMD_MKENT(light, 2, 1, do_demo_light, "", ""),
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.cpp34 light(std::make_unique<Light>()), in Impl()
37 light->setObserver(this); in Impl()
112 setLight(std::make_unique<Light>(parser.light)); in parse()
222 light = std::move(light_); in setLight()
223 light->setObserver(this); in setLight()
224 onLightChanged(*light); in setLight()
228 return light.get(); in getLight()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-sc27xx-bltc.txt1 LEDs connected to Spreadtrum SC27XX PMIC breathing light controller
3 The SC27xx breathing light controller supports to 3 outputs:
5 PWM mode or breath light mode.
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dawb_uapi_head.h82 rk_tool_awb_wp_res_light_v201_t light[RK_TOOL_AWB_MAX_WHITEREGIONS_NUM]; member
93 rk_tool_awb_wp_res_light_v201_t light[RK_TOOL_AWB_MAX_WHITEREGIONS_NUM]; member
108 rk_tool_awb_wp_res_light_v201_t light[RK_TOOL_AWB_MAX_WHITEREGIONS_NUM_V32]; member
159 rk_tool_awb_wp_res_light_fl_t light[RK_TOOL_AWB_MAX_WHITEREGIONS_NUM2]; member
/OK3568_Linux_fs/buildroot/package/rockchip/slt_gpu_light/
H A DConfig.in2 bool "Rockchip slt gpu light lib for linux"
5 Rockchip slt gpu light lib for linux.
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/awb/
H A Drk_aiq_types_awb_stat_v201.h167 rk_aiq_awb_stat_wp_res_light_v201_t light[RK_AIQ_AWB_MAX_WHITEREGIONS_NUM]; member
190 rk_aiq_awb_stat_wp_res_light_v201_t light[RK_AIQ_AWB_MAX_WHITEREGIONS_NUM]; member
200 rk_aiq_awb_stat_wp_res_light_v201_t light[RK_AIQ_AWB_MAX_WHITEREGIONS_NUM]; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/util/
H A Ddefault_styles.hpp18 constexpr const DefaultStyle light = { "mapbox://styles/mapbox/light-v9", "… variable
24 streets, outdoors, light, dark, satellite, satelliteStreets,
/OK3568_Linux_fs/u-boot/include/
H A Ddm-demo.h28 int (*set_light)(struct udevice *dev, int light);
34 int demo_set_light(struct udevice *dev, int light);
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst72 light at the image sensor. The camera performs the exposure
81 Determines how the camera measures the amount of light available for
91 - Use the light information coming from the entire frame and average
94 - Average the light information coming from the entire frame giving
99 - A multi-zone metering. The light intensity is measured in several
263 filter out the fluorescent light component.
272 determine color temperature of the light as a hint to the camera for
304 - With this setting the camera will compensate for the flash light.
334 sensitivity to light. The numbers are expressed in arithmetic scale,
374 camera determines best exposure, aperture, focusing, light metering,
[all …]
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dapds990x.rst19 APDS990x is a combined ambient light and proximity sensor. ALS and proximity
24 (infrared + visible light) and IR only. However, threshold comparisons happen
26 might vary quite much depending the spectrum of the light source.
69 on the light spectrum etc.
/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-uclass.c56 int demo_set_light(struct udevice *dev, int light) in demo_set_light() argument
63 return ops->set_light(dev, light); in demo_set_light()

1234567891011