Lines Matching full:opt4001
5 * Datasheet: https://www.ti.com/lit/gpn/opt4001
7 * Device driver for the Texas Instruments OPT4001.
19 /* OPT4001 register set */
25 /* OPT4001 register mask */
32 /* OPT4001 device id mask */
35 /* OPT4001 control registers mask */
44 /* OPT4001 constants */
47 /* OPT4001 operating modes */
53 /* OPT4001 conversion control register definitions */
67 /* OPT4001 scale light level range definitions */
70 /* OPT4001 default values */
74 * The different packaging of OPT4001 has different constants used when calculating
93 .name = "opt4001-sot-5x3"
99 .name = "opt4001-picostar"
365 .name = "opt4001",
439 * opt4001 packaging
442 { "opt4001-sot-5x3", (kernel_ulong_t)&opt4001_sot_5x3_info },
443 { "opt4001-picostar", (kernel_ulong_t)&opt4001_picostar_info },
449 { .compatible = "ti,opt4001-sot-5x3", .data = &opt4001_sot_5x3_info},
450 { .compatible = "ti,opt4001-picostar", .data = &opt4001_picostar_info},
457 .name = "opt4001",
466 MODULE_DESCRIPTION("Texas Instruments opt4001 ambient light sensor driver");