Home
last modified time | relevance | path

Searched full:resumed (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_encrypt/src/
Dmain.c53 #define RESUMED 0U macro
270 CHECK_RX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Rx unenc. */ in ZTEST()
271 CHECK_TX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Tx unenc. */ in ZTEST()
285 CHECK_RX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Rx unenc. */ in ZTEST()
333 CHECK_RX_PE_STATE(conn, RESUMED, ENCRYPTED); /* Rx enc. */ in ZTEST()
334 CHECK_TX_PE_STATE(conn, RESUMED, ENCRYPTED); /* Tx enc. */ in ZTEST()
428 CHECK_RX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Rx unenc. */ in ZTEST()
429 CHECK_TX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Tx unenc. */ in ZTEST()
454 CHECK_RX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Rx unenc. */ in ZTEST()
461 CHECK_RX_PE_STATE(conn, RESUMED, UNENCRYPTED); /* Rx unenc. */ in ZTEST()
[all …]
/Zephyr-Core-3.5.0/drivers/sensor/bmi323/
DKconfig22 consumption, otherwise it is resumed when initialized. When resumed,
/Zephyr-Core-3.5.0/samples/subsys/pm/device_pm/src/
Ddummy_driver.c20 /* Make sure parent is resumed */ in dummy_open()
34 printk("Dummy device resumed\n"); in dummy_open()
37 printk("Dummy device Not resumed\n"); in dummy_open()
/Zephyr-Core-3.5.0/samples/subsys/pm/device_pm/
Dsample.yaml22 - "Dummy device resumed"
/Zephyr-Core-3.5.0/subsys/pm/
DKconfig94 domain is suspended or resumed.
114 enabled, devices can be suspended or resumed based on the device
Ddevice.c68 * when it is resumed or suspended, which means that the energy in pm_device_action_run()
/Zephyr-Core-3.5.0/drivers/watchdog/
DKconfig.smartbond20 reset at <= -16. Timer can be frozen/resumed using
/Zephyr-Core-3.5.0/dts/bindings/base/
Dpm.yaml26 suspended or resumed.
/Zephyr-Core-3.5.0/doc/services/pm/
Ddevice_runtime.rst19 not used. On the first device request, it will be resumed and so put into the
69 When runtime PM is enabled on a device it will no longer be resumed or suspended
73 determine when a device needs to be resumed or suspended. The API uses the *get*
84 be resumed and suspended on every transaction. In general, it is more
Ddevice.rst50 from a sleep state, devices are resumed in the opposite order that they were
79 state and devices are resumed by the first core that becomes active.
163 * domain this device belongs is resumed.
245 subsystem ensures that a domain is resumed before and suspended after devices
/Zephyr-Core-3.5.0/include/zephyr/usb/
Dusbh.h88 /** Bus resumed handler */
89 int (*resumed)(struct usbh_contex *const uhs_ctx); member
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dblob_srv.h89 * The transfer will call @c resumed again when resuming.
103 * Called if the transfer is resumed after being suspended.
114 * Transfers will not be resumed after a reboot if this callback is not
/Zephyr-Core-3.5.0/subsys/usb/device_next/
Dusbd_class_api.h176 * @brief USB resumed handler
187 if (api->resumed != NULL) { in usbd_class_resumed()
188 api->resumed(node); in usbd_class_resumed()
/Zephyr-Core-3.5.0/tests/benchmarks/latency_measure/src/
Dthread.c33 /* comes to this line once its resumed*/ in thread_suspend_resume()
/Zephyr-Core-3.5.0/samples/subsys/usb/shell/
DREADME.rst66 host: USB bus resumed
/Zephyr-Core-3.5.0/subsys/usb/host/
Dusbh_core.c78 LOG_DBG("Bus resumed"); in usbh_event_handler()
/Zephyr-Core-3.5.0/doc/
Dglossary.rst55 reference of their usage and will automatically be suspended or resumed.
/Zephyr-Core-3.5.0/subsys/usb/device/class/
Dbluetooth.c145 * Let's wait until operation is resumed. in hci_tx_thread()
342 LOG_DBG("Device resumed from suspend"); in bluetooth_status_cb()
Dbt_h4.c178 LOG_DBG("Device resumed"); in bt_h4_status_cb()
/Zephyr-Core-3.5.0/samples/subsys/usb/webusb/src/
Dwebusb.c193 LOG_DBG("USB device resumed"); in webusb_dev_status_cb()
/Zephyr-Core-3.5.0/include/zephyr/pm/
Ddevice_runtime.h61 * If the device is currently suspended it will be resumed.
/Zephyr-Core-3.5.0/doc/kernel/services/other/
Dfloat.rst153 current FPU user context is saved in the thread object and the ISR is resumed
203 current FPU user context is saved in the thread object and the ISR is resumed
/Zephyr-Core-3.5.0/subsys/usb/device_next/class/
Dusbd_cdc_acm.c501 * - ( ) USBD class API resumed call (TODO)
716 * - USBD class API enable and resumed calls
991 .resumed = usbd_cdc_acm_resumed,
/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_nrfx_twi.c79 * so that it can be resumed with the next one, in i2c_nrfx_twi_transfer()
/Zephyr-Core-3.5.0/samples/net/wpanusb/src/
Dwpanusb.c122 LOG_DBG("USB device resumed"); in wpanusb_status_cb()

12