| /Zephyr-latest/subsys/pm/ |
| D | device_system_managed.c | 29 const struct device *devs; in pm_suspend_devices() local 32 devc = z_device_get_all_static(&devs); in pm_suspend_devices() 36 for (const struct device *dev = devs + devc - 1; dev >= devs; dev--) { in pm_suspend_devices()
|
| D | device.c | 224 const struct device *devs; in pm_device_is_any_busy() local 227 devc = z_device_get_all_static(&devs); in pm_device_is_any_busy() 229 for (const struct device *dev = devs; dev < (devs + devc); dev++) { in pm_device_is_any_busy()
|
| /Zephyr-latest/tests/drivers/console_switching/src/ |
| D | main.c | 16 static const struct device *devs[] = { variable 36 for (size_t i = 0, j = 0, N = ARRAY_SIZE(devs); i < 2 * N; i++, j++, j %= N) { in ZTEST() 48 ret[1] = uart_emul_get_tx_data(devs[j], buf, ARRAY_SIZE(buf)); in ZTEST() 70 for (size_t i = 0, j = 0, N = ARRAY_SIZE(devs); i < 2 * N; i++, j++, j %= N) { in ZTEST() 82 ret[1] = uart_emul_put_rx_data(devs[j], (uint8_t *)text[j], strlen(text[j])); in ZTEST() 83 ret[3] = uart_emul_put_rx_data(devs[j], "\n", 1); in ZTEST() 118 for (size_t i = 1; i < ARRAY_SIZE(devs); ++i) { in before() 119 uart_emul_flush_tx_data(devs[i]); in before()
|
| /Zephyr-latest/drivers/misc/devmux/ |
| D | devmux.c | 17 const struct device **devs; member 111 if (!device_is_ready(config->devs[index])) { in z_impl_devmux_select_set() 117 *dev = *config->devs[index]; in z_impl_devmux_select_set() 142 if (!device_is_ready(config->devs[sel])) { in devmux_init() 146 *(struct device *)dev = *config->devs[sel]; in devmux_init() 167 .devs = demux_devs_##_n, \
|
| /Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/ |
| D | gatt.llcp.sh | 20 -D=2 -devs 1 2 -RxWait=2.5e3
|
| D | _controller_tests_inner.sh | 93 -D=2 -devs 0 1 -RxWait=2.5e3
|
| /Zephyr-latest/scripts/west_commands/runners/ |
| D | nrfutil.py | 102 devs = [] 105 devs = o['data']['data']['devices'] 106 snrs = [dev['serialNumber'] for dev in devs if dev['traits']['jlink']]
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | rpr_srv.c | 55 devs[CONFIG_BT_MESH_RPR_SRV_SCANNED_ITEMS_MAX]; member 106 if ((srv.scan.devs[i].flags & BT_MESH_RPR_UNPROV_ACTIVE) && in unprov_get() 107 !memcmp(srv.scan.devs[i].uuid, uuid, 16)) { in unprov_get() 108 return &srv.scan.devs[i]; in unprov_get() 110 } else if (!(srv.scan.devs[i].flags & BT_MESH_RPR_UNPROV_ACTIVE)) { in unprov_get() 111 return &srv.scan.devs[i]; in unprov_get() 229 struct bt_mesh_rpr_unprov *dev = &srv.scan.devs[i]; in scan_report_send() 596 for (i = 0; i < ARRAY_SIZE(srv.scan.devs); ++i) { in handle_scan_start() 597 srv.scan.devs[i].flags = 0; in handle_scan_start() 603 srv.scan.devs[0].flags = BT_MESH_RPR_UNPROV_ACTIVE; in handle_scan_start() [all …]
|
| /Zephyr-latest/subsys/usb/host/ |
| D | usbip.c | 52 struct usbip_dev_ctx devs[CONFIG_USBIP_DEVICES_COUNT]; member 539 struct usbip_dev_ctx *const dev_ctx = &bus_ctx->devs[i]; in get_free_dev_ctx() 549 return &bus_ctx->devs[i]; in get_free_dev_ctx() 728 struct usbip_dev_ctx *ctx = &bus_ctx->devs[i]; in usbip_init()
|
| /Zephyr-latest/boards/pine64/pinetime_devkit0/doc/ |
| D | index.rst | 132 Only a few devs have soldered to these pins, most just use friction to make
|
| /Zephyr-latest/drivers/i3c/ |
| D | i3c_cdns.c | 3374 uint32_t devs; in i3c_cdns_deftgts_work_fn() local 3383 devs = sys_read32(config->base + DEVS_CTRL) & DEVS_CTRL_DEVS_ACTIVE_MASK; in i3c_cdns_deftgts_work_fn() 3384 data->free_rr_slots = GENMASK(data->max_devs, 1) & ~devs; in i3c_cdns_deftgts_work_fn() 3391 count = POPCOUNT(devs) - 1; in i3c_cdns_deftgts_work_fn() 3410 for (uint8_t i = find_lsb_set(devs); i <= find_msb_set(devs); i++) { in i3c_cdns_deftgts_work_fn() 3413 if (devs & BIT(rr_idx)) { in i3c_cdns_deftgts_work_fn()
|
| /Zephyr-latest/tests/lib/devicetree/api/src/ |
| D | main.c | 2050 const struct device *devs[2] = { DEVICE_DT_INST_GET(0), DEVICE_DT_INST_GET(1) }; in ZTEST() local 2058 data_dev0 = devs[0]->data; in ZTEST() 2059 data_dev1 = devs[1]->data; in ZTEST() 2061 zassert_not_null(devs[0], ""); in ZTEST() 2062 zassert_not_null(devs[1], ""); in ZTEST()
|
| /Zephyr-latest/doc/releases/ |
| D | release-notes-1.14.rst | 1665 …734` - drivers: flash: Recent change in spi_nor.c does not let have multiple flash devs on a board.
|