Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 59) sorted by relevance

123

/drivers/input/
A Dlinux_evdev_bottom.c16 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 Dlinux_evdev.c70 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 Dlinux_evdev_bottom.h14 int linux_evdev_read(int fd, uint16_t *type, uint16_t *code, int32_t *value);
/drivers/sensor/nordic/npm13xx_charger/
A Dnpm13xx_charger.c161 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 Dusb_dc_native_posix_adapt.c166 .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 Dusb_dc_native_posix_adapt.h9 uint16_t code; member
/drivers/sensor/adi/adxl372/
A DKconfig62 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 DKconfig.intel_adsp28 with host driver and SOF source code (must match
40 source code (where it must equal SRAM_SW_REG_SIZE). Be
/drivers/flash/
A Dflash_handlers.c137 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 DKconfig.andes59 code in RAM, because code can not be fetched from flash while
A DKconfig.nordic_qspi_nor49 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 Dflash_stm32_ex_op.c305 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 DKconfig.emul_sbs_gauge14 test code to check that things are working as expected.
/drivers/disk/
A DKconfig.flash20 verification. Disable to reduce code size.
/drivers/fuel_gauge/bq27z746/
A DKconfig21 test code to check that things are working as expected.
/drivers/charger/
A DKconfig.sbs_charger19 test code to check that things are working as expected.
/drivers/fuel_gauge/lc709203f/
A DKconfig21 test code to check that things are working as expected.
/drivers/fuel_gauge/sy24561/
A DKconfig21 test code to check that things are working as expected.
/drivers/fuel_gauge/max17048/
A DKconfig22 test code to check that things are working as expected.
/drivers/clock_control/
A DKconfig.mchp24 code size, depending on the depth of clock source hierarchy.
/drivers/stepper/
A DKconfig.stepper_event_template9 code is not run inside of an ISR. Can be disabled, but
/drivers/sensor/st/stm32_digi_temp/
A DKconfig14 by an ADC. While both drivers have similar code footprint, the analog
/drivers/ieee802154/
A DKconfig.kw41z26 on running code. The buffer is post analyzed via the debugger.
/drivers/timer/
A DKconfig.xtensa23 them can be unmaskable (and thus not usable by OS code that
/drivers/sensor/bosch/bma4xx/
A DKconfig27 extra bus activity and increases code size.

Completed in 715 milliseconds

123