/Zephyr-Core-2.7.6/subsys/usb/class/ |
D | bt_h4.c | 42 static bool suspended; variable 155 suspended = false; in bt_h4_status_cb() 172 suspended = false; in bt_h4_status_cb() 176 suspended = true; in bt_h4_status_cb() 180 if (suspended) { in bt_h4_status_cb() 182 suspended = false; in bt_h4_status_cb()
|
D | bluetooth.c | 45 static bool suspended; variable 295 suspended = false; in bluetooth_status_cb() 313 suspended = false; in bluetooth_status_cb() 317 suspended = true; in bluetooth_status_cb() 321 if (suspended) { in bluetooth_status_cb() 323 suspended = false; in bluetooth_status_cb()
|
D | cdc_acm.c | 124 bool suspended; member 327 dev_data->suspended = false; in cdc_acm_reset_port() 377 dev_data->suspended = true; in cdc_acm_do_cb() 381 if (dev_data->suspended) { in cdc_acm_do_cb() 383 dev_data->suspended = false; in cdc_acm_do_cb() 502 if (!dev_data->configured || dev_data->suspended) { in cdc_acm_fifo_fill() 918 if (!dev_data->configured || dev_data->suspended) { in cdc_acm_poll_out()
|
/Zephyr-Core-2.7.6/subsys/usb/class/hid/ |
D | core.c | 148 bool suspended; member 361 dev_data->suspended = false; in hid_do_status_cb() 379 dev_data->suspended = false; in hid_do_status_cb() 383 dev_data->suspended = true; in hid_do_status_cb() 387 if (dev_data->suspended) { in hid_do_status_cb() 389 dev_data->suspended = false; in hid_do_status_cb() 691 if (hid_dev_data->configured && !hid_dev_data->suspended) { in hid_int_ep_write()
|
/Zephyr-Core-2.7.6/drivers/sensor/bmi160/ |
D | Kconfig | 58 bool "suspended/not used" 145 bool "suspended/not used"
|
/Zephyr-Core-2.7.6/drivers/ethernet/ |
D | eth_enc424j600.c | 575 if (!context->suspended) { in enc424j600_start_device() 593 context->suspended = false; in enc424j600_start_device() 605 if (context->suspended) { in enc424j600_stop_device() 633 context->suspended = true; in enc424j600_stop_device() 777 context->suspended = false; in enc424j600_init()
|
D | eth_enc424j600_priv.h | 296 bool suspended : 1; member
|
/Zephyr-Core-2.7.6/tests/benchmarks/latency_measure/ |
D | README.rst | 15 * Time it takes to resume a suspended thread
|
/Zephyr-Core-2.7.6/subsys/pm/ |
D | Kconfig | 69 enabled, devices can be suspended or resumed based on the device
|
/Zephyr-Core-2.7.6/doc/reference/power_management/ |
D | index.rst | 35 automatically be suspended or resumed. This feature is enabled via 412 devices that should not be suspended. 464 bring the device to resume state if it was suspended. If the device 479 the device if it is in suspended state based on the device 505 suspended state if is is in active state based on the device 508 call is blocked until the device is suspended.
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | Kconfig.stats | 126 suspended, for how long the last time and on average.
|
/Zephyr-Core-2.7.6/doc/reference/api/ |
D | terminology.rst | 47 is invoked by a thread it is possible for that thread to be suspended as 54 interrupts, any thread may be suspended in any function.
|
/Zephyr-Core-2.7.6/samples/subsys/usb/hid-mouse/ |
D | README.rst | 15 will be performed on every button click if the bus is in suspended state.
|
/Zephyr-Core-2.7.6/doc/reference/kernel/threads/ |
D | index.rst | 126 if it becomes **suspended**. The function :c:func:`k_thread_suspend` 128 Suspending a thread that is already suspended has no additional effect. 130 Once suspended, a thread cannot be scheduled until another thread calls 156 * The thread has been suspended.
|
/Zephyr-Core-2.7.6/doc/reference/kernel/scheduling/ |
D | index.rst | 19 - transition of a thread from running state to a suspended or waiting 27 transitions itself to a suspended or waiting state.
|
/Zephyr-Core-2.7.6/scripts/ |
D | spelling.txt | 1054 suspeneded||suspended
|
/Zephyr-Core-2.7.6/doc/reference/kernel/smp/ |
D | smp.rst | 113 suspended, otherwise an ``-EINVAL`` will be returned.
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-2.6.rst | 901 * Devices set as busy are no longer suspended by the system power management. 2084 * :github:`28105` - sporadic "Attempt to resume un-suspended thread object" faults on x86-64
|
D | release-notes-2.7.rst | 1418 suspended. Devices marked as wake up source are not suspended by the kernel
|
D | release-notes-2.0.rst | 1300 * :github:`14826` - USB reset in suspended state
|