Home
last modified time | relevance | path

Searched full:integration (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/Linux-v6.1/drivers/iio/light/
Dcm3232.c124 * cm3232_read_als_it() - Get sensor integration time
126 * @val: pointer of int to load the integration (sec).
127 * @val2: pointer of int to load the integration time (microsecond).
129 * Report the current integration time.
153 * cm3232_write_als_it() - Write sensor integration time
155 * @val: integration time in second.
156 * @val2: integration time in microsecond.
158 * Convert integration time to sensor value.
194 * Convert sensor data to lux. It depends on integration
284 * Display the available integration time in second.
Dcm36651.c49 /* CS_CONF3 channel integration time */
50 #define CM36651_CS_IT1 0x00 /* Integration time 80 msec */
51 #define CM36651_CS_IT2 0x40 /* Integration time 160 msec */
52 #define CM36651_CS_IT3 0x80 /* Integration time 320 msec */
53 #define CM36651_CS_IT4 0xC0 /* Integration time 640 msec */
63 /* PS_CONF1 command code: integration time */
64 #define CM36651_PS_IT1 0x00 /* Integration time 0.32 msec */
65 #define CM36651_PS_IT2 0x10 /* Integration time 0.42 msec */
66 #define CM36651_PS_IT3 0x20 /* Integration time 0.52 msec */
67 #define CM36651_PS_IT4 0x30 /* Integration time 0.64 msec */
[all …]
Dveml6030.c42 * The resolution depends on both gain and integration time. The
44 * table during startup and gets updated whenever integration time
50 * of integration time (0-5).
60 /* Integration time available in seconds */
82 * Persistence = 1/2/4/8 x integration time
97 * the currently active integration time.
296 "can't update als integration time %d\n", ret); in veml6030_set_intgrn_tm()
301 * Cache current integration time and update resolution. For every in veml6030_set_intgrn_tm()
302 * increase in integration time to next level, resolution is halved in veml6030_set_intgrn_tm()
331 /* integration time multiplied by 1/2/4/8 */ in veml6030_read_persistence()
[all …]
Dnoa1305.c75 * Lux = count / (<Integration Constant> * <Integration Time>) in noa1305_scale()
77 * Integration Constant = 7.7 in noa1305_scale()
78 * Integration Time in Seconds in noa1305_scale()
268 dev_err(&client->dev, "Setting integration time failed\n"); in noa1305_probe()
Dveml6070.c9 * TODO: integration time, ACK signal
27 #define VEML6070_COMMAND_IT GENMASK(3, 2) /* bit mask integration time */
31 #define VEML6070_IT_10 0x04 /* integration time 1x */
94 * integration time (IT) and value of the resistor connected to in veml6070_to_uv_index()
Dcm32181.c235 * cm32181_read_als_it() - Get sensor integration time (ms)
239 * Report the current integration time in milliseconds.
262 * cm32181_write_als_it() - Write sensor integration time
264 * @val: integration time by millisecond.
266 * Convert integration time (ms) to sensor value.
302 * Convert sensor raw data to lux. It depends on integration
388 * Display the available integration time values by millisecond.
/Linux-v6.1/drivers/crypto/ux500/cryp/
Dcryp_irqp.h69 * @itcr - Integration test control register
70 * @itip - Integration test input register
71 * @itop - Integration test output register
109 u32 itcr; /*Integration test control register */
110 u32 itip; /*Integration test input register */
111 u32 itop; /*Integration test output register */
/Linux-v6.1/include/linux/platform_data/
Dtsl2772.h38 * @als_time: Integration time of the ALS channel ADCs in 2.73 ms
39 * increments. Total integration time is
45 * @prox_time: Integration time of the proximity ADC in 2.73 ms
46 * increments. Total integration time is
/Linux-v6.1/drivers/media/usb/gspca/
Dse401.c180 int integration = val << 6; in setexposure() local
191 integration = integration - integration % 106667; in setexposure()
193 integration = integration - integration % 88889; in setexposure()
195 expose_h = (integration >> 16); in setexposure()
196 expose_m = (integration >> 8); in setexposure()
197 expose_l = integration; in setexposure()
199 /* integration time low */ in setexposure()
201 /* integration time mid */ in setexposure()
203 /* integration time high */ in setexposure()
/Linux-v6.1/drivers/media/i2c/
Dvs6624_regs.h128 #define VS6624_DIRECT_COARSE_MSB 0x1195 /* coarse integration lines for Direct Mode MSB */
129 #define VS6624_DIRECT_COARSE_LSB 0x1196 /* coarse integration lines for Direct Mode LSB */
130 #define VS6624_DIRECT_FINE_MSB 0x1199 /* fine integration pixels for Direct Mode MSB */
131 #define VS6624_DIRECT_FINE_LSB 0x119A /* fine integration pixels for Direct Mode LSB */
136 #define VS6624_FLASH_COARSE_MSB 0x11A5 /* coarse integration lines for Flash Gun Mode MSB */
137 #define VS6624_FLASH_COARSE_LSB 0x11A6 /* coarse integration lines for Flash Gun Mode LSB */
138 #define VS6624_FLASH_FINE_MSB 0x11A9 /* fine integration pixels for Flash Gun Mode MSB */
139 #define VS6624_FLASH_FINE_LSB 0x11AA /* fine integration pixels for Flash Gun Mode LSB */
145 #define VS6624_MAX_INT_TIME_MSB 0x11B7 /* user maximum integration time MSB */
146 #define VS6624_MAX_INT_TIME_LSB 0x11B8 /* user maximum integration time LSB */
/Linux-v6.1/drivers/virt/vboxguest/
DKconfig3 tristate "Virtual Box Guest integration support"
8 support for Virtual Box Guest integration features such as
/Linux-v6.1/Documentation/devicetree/bindings/arm/freescale/
Dfsl,imx7ulp-sim.yaml7 title: Freescale i.MX7ULP System Integration Module
13 The system integration module (SIM) provides system control and chip configuration
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/
Dvenc_vpu_if.h25 * @ctx: context for v4l2 layer integration
26 * @dev: device for v4l2 layer integration
/Linux-v6.1/Documentation/devicetree/bindings/sifive/
Dsifive-blocks-ip-versioning.txt16 Until these IP blocks (or IP integration) support version
31 integration-specific bug fixes or workarounds are needed, the kernel
/Linux-v6.1/Documentation/admin-guide/cifs/
Dtodo.rst16 - multichannel (partially integrated), integration of multichannel with RDMA
56 exists. Also better integration with winbind for resolving SID owners
69 m) improved stats gathering tools (perhaps integration with nfsometer?)
/Linux-v6.1/Documentation/devicetree/bindings/mailbox/
Dti,secure-proxy.yaml14 configurable queues selectable at SoC(System on Chip) integration. The
17 instantiated at SoC integration level by system controller to indicate
Dti,message-manager.txt5 configurable queues selectable at SoC(System on Chip) integration. The Message
8 integration level to indicate receive or transmit path.
/Linux-v6.1/Documentation/devicetree/bindings/net/can/
Dctu,ctucanfd.yaml16 Integration in Xilinx Zynq SoC based system together with
19 Martin Jerabek dimploma thesis with integration and testing
/Linux-v6.1/drivers/net/ethernet/qlogic/qed/
Dqed_iro_hsi.h132 /* Mstorm Integration Test Data */
189 /* Pstorm Integration Test Data */
256 /* Tstorm Integration Test Data */
364 /* Ustorm Integration Test Data */
421 /* Xstorm Integration Test Data */
459 /* Ystorm Integration Test Data */
/Linux-v6.1/drivers/clk/sifive/
Dfu540-prci.h29 /* PRCI integration data for each WRPLL instance */
48 /* Linux clock framework integration */
Dfu740-prci.h16 /* PRCI integration data for each WRPLL instance */
54 /* Linux clock framework integration */
/Linux-v6.1/drivers/media/usb/gspca/stv06xx/
Dstv06xx_pb0100.h35 #define PB_FINTTIME 0x08 /* Integration Time/Frame Unit Count */
36 #define PB_RINTTIME 0x09 /* Integration Time/Row Unit Count */
94 #define PB_R67 0x43 /* Integration Time/Row Unit Count */
/Linux-v6.1/Documentation/dev-tools/kunit/
Dfaq.rst46 Most existing tests for the Linux kernel would be categorized as an integration
54 - An integration test tests the interaction between a minimal set of components,
55 usually just two or three. For example, someone might write an integration
/Linux-v6.1/drivers/hwtracing/coresight/
DKconfig182 bool "Access CTI CoreSight Integration Registers"
185 This option adds support for the CoreSight integration registers on
186 this device. The integration registers allow the exploration of the
/Linux-v6.1/Documentation/driver-api/80211/
Dcfg80211.rst155 RFkill integration
159 :doc: RFkill integration

12345678910>>...13