| /drivers/input/ |
| A D | linux_evdev_bottom.c | 16 int linux_evdev_read(int fd, uint16_t *type, uint16_t *code, int32_t *value) in linux_evdev_read() argument 35 *code = ev.code; in linux_evdev_read()
|
| A D | linux_evdev.c | 70 uint16_t code; in linux_evdev_thread_fn() local 75 ret = linux_evdev_read(linux_evdev_fd, &type, &code, &value); in linux_evdev_thread_fn() 84 LOG_DBG("evdev event: type=%d code=%d val=%d", type, code, value); in linux_evdev_thread_fn() 91 input_report(dev, type, code, value, false, K_FOREVER); in linux_evdev_thread_fn()
|
| A D | linux_evdev_bottom.h | 14 int linux_evdev_read(int fd, uint16_t *type, uint16_t *code, int32_t *value);
|
| /drivers/sensor/nordic/npm13xx_charger/ |
| A D | npm13xx_charger.c | 161 static void calc_temp(const struct npm13xx_charger_config *const config, uint16_t code, in calc_temp() argument 165 float log_result = logf((1024.f / (float)code) - 1); in calc_temp() 173 static void calc_dietemp(const struct npm13xx_charger_config *const config, uint16_t code, in calc_dietemp() argument 178 DIETEMP_OFFSET_MDEGC - (((int32_t)code * DIETEMP_FACTOR_MUL) / DIETEMP_FACTOR_DIV); in calc_dietemp() 355 uint16_t code = (1024 * res) / (res + config->thermistor_ohms); in set_ntc_thresholds() local 359 code >> NTCTEMP_MSB_SHIFT, code & NTCTEMP_LSB_MASK); in set_ntc_thresholds() 378 uint16_t code = DIV_ROUND_CLOSEST(numerator, DIETEMP_FACTOR_MUL); in set_dietemp_thresholds() local 382 code >> DIETEMP_MSB_SHIFT, code & DIETEMP_LSB_MASK); in set_dietemp_thresholds()
|
| /drivers/usb/device/ |
| A D | usb_dc_native_posix_adapt.c | 166 .code = htons(OP_REP_DEVLIST), in handle_device_list() 236 .code = htons(OP_REP_IMPORT), in handle_import() 360 LOG_DBG("Code: 0x%x", ntohs(req.code)); in usbip_start() 362 switch (ntohs(req.code)) { in usbip_start() 373 ntohs(req.code)); in usbip_start()
|
| A D | usb_dc_native_posix_adapt.h | 9 uint16_t code; member
|
| /drivers/sensor/adi/adxl372/ |
| A D | Kconfig | 62 acceleration is required to detect activity. It is 3.3 ms per code 63 for 6400 Hz ODR, and it is 6.6 ms per code for 3200 Hz ODR and below. 73 required to detect inactivity. It is 26 ms per code for 3200 Hz ODR 74 and below, and it is 13 ms per code for 6400 Hz ODR.
|
| /drivers/ipm/ |
| A D | Kconfig.intel_adsp | 28 with host driver and SOF source code (must match 40 source code (where it must equal SRAM_SW_REG_SIZE). Be
|
| /drivers/flash/ |
| A D | flash_handlers.c | 137 static inline int z_vrfy_flash_ex_op(const struct device *dev, uint16_t code, in z_vrfy_flash_ex_op() argument 148 return z_impl_flash_ex_op(dev, code, in, out); in z_vrfy_flash_ex_op()
|
| A D | Kconfig.andes | 59 code in RAM, because code can not be fetched from flash while
|
| A D | Kconfig.nordic_qspi_nor | 49 Enable setting up the QSPI NOR driver to allow for execution of code 51 the QSPI NOR init priority must be set so that no XIP code in the
|
| A D | flash_stm32_ex_op.c | 305 int flash_stm32_ex_op(const struct device *dev, uint16_t code, in flash_stm32_ex_op() argument 312 switch (code) { in flash_stm32_ex_op()
|
| /drivers/fuel_gauge/sbs_gauge/ |
| A D | Kconfig.emul_sbs_gauge | 14 test code to check that things are working as expected.
|
| /drivers/disk/ |
| A D | Kconfig.flash | 20 verification. Disable to reduce code size.
|
| /drivers/fuel_gauge/bq27z746/ |
| A D | Kconfig | 21 test code to check that things are working as expected.
|
| /drivers/charger/ |
| A D | Kconfig.sbs_charger | 19 test code to check that things are working as expected.
|
| /drivers/fuel_gauge/lc709203f/ |
| A D | Kconfig | 21 test code to check that things are working as expected.
|
| /drivers/fuel_gauge/sy24561/ |
| A D | Kconfig | 21 test code to check that things are working as expected.
|
| /drivers/fuel_gauge/max17048/ |
| A D | Kconfig | 22 test code to check that things are working as expected.
|
| /drivers/clock_control/ |
| A D | Kconfig.mchp | 24 code size, depending on the depth of clock source hierarchy.
|
| /drivers/stepper/ |
| A D | Kconfig.stepper_event_template | 9 code is not run inside of an ISR. Can be disabled, but
|
| /drivers/sensor/st/stm32_digi_temp/ |
| A D | Kconfig | 14 by an ADC. While both drivers have similar code footprint, the analog
|
| /drivers/ieee802154/ |
| A D | Kconfig.kw41z | 26 on running code. The buffer is post analyzed via the debugger.
|
| /drivers/timer/ |
| A D | Kconfig.xtensa | 23 them can be unmaskable (and thus not usable by OS code that
|
| /drivers/sensor/bosch/bma4xx/ |
| A D | Kconfig | 27 extra bus activity and increases code size.
|