Home
last modified time | relevance | path

Searched refs:devs (Results 1 – 4 of 4) sorted by relevance

/subsys/pm/
A Ddevice_system_managed.c29 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()
A Ddevice.c224 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()
/subsys/bluetooth/mesh/
A Drpr_srv.c55 devs[CONFIG_BT_MESH_RPR_SRV_SCANNED_ITEMS_MAX]; member
107 !memcmp(srv.scan.devs[i].uuid, uuid, 16)) { in unprov_get()
108 return &srv.scan.devs[i]; 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()
604 memcpy(srv.scan.devs[0].uuid, uuid, 16); in handle_scan_start()
735 srv.scan.devs[0].flags = 0; in handle_extended_scan_start()
[all …]
/subsys/usb/host/
A Dusbip.c52 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()

Completed in 15 milliseconds