Home
last modified time | relevance | path

Searched refs:suspended (Results 1 – 20 of 20) sorted by relevance

/Zephyr-Core-2.7.6/subsys/usb/class/
Dbt_h4.c42 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()
Dbluetooth.c45 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()
Dcdc_acm.c124 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/
Dcore.c148 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/
DKconfig58 bool "suspended/not used"
145 bool "suspended/not used"
/Zephyr-Core-2.7.6/drivers/ethernet/
Deth_enc424j600.c575 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()
Deth_enc424j600_priv.h296 bool suspended : 1; member
/Zephyr-Core-2.7.6/tests/benchmarks/latency_measure/
DREADME.rst15 * Time it takes to resume a suspended thread
/Zephyr-Core-2.7.6/subsys/pm/
DKconfig69 enabled, devices can be suspended or resumed based on the device
/Zephyr-Core-2.7.6/doc/reference/power_management/
Dindex.rst35 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/
DKconfig.stats126 suspended, for how long the last time and on average.
/Zephyr-Core-2.7.6/doc/reference/api/
Dterminology.rst47 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/
DREADME.rst15 will be performed on every button click if the bus is in suspended state.
/Zephyr-Core-2.7.6/doc/reference/kernel/threads/
Dindex.rst126 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/
Dindex.rst19 - 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/
Dspelling.txt1054 suspeneded||suspended
/Zephyr-Core-2.7.6/doc/reference/kernel/smp/
Dsmp.rst113 suspended, otherwise an ``-EINVAL`` will be returned.
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.6.rst901 * 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
Drelease-notes-2.7.rst1418 suspended. Devices marked as wake up source are not suspended by the kernel
Drelease-notes-2.0.rst1300 * :github:`14826` - USB reset in suspended state