/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_native_posix.c | 69 uint8_t attached; member 110 if (usbip_ctrl.attached) { in usb_dc_attach() 120 usbip_ctrl.attached = 1U; in usb_dc_attach() 129 if (!usbip_ctrl.attached) { in usb_dc_detach() 133 usbip_ctrl.attached = 0U; in usb_dc_detach() 197 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_configure() 215 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_set_stall() 232 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_clear_stall() 251 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_halt() 268 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_is_stalled() [all …]
|
D | usb_dc_dw.c | 96 uint8_t attached; member 866 if (usb_dw_ctrl.attached) { in usb_dc_attach() 890 usb_dw_ctrl.attached = 1U; in usb_dc_attach() 899 if (!usb_dw_ctrl.attached) { in usb_dc_detach() 908 usb_dw_ctrl.attached = 0U; in usb_dc_detach() 979 if (!usb_dw_ctrl.attached || !usb_dw_ep_is_valid(ep)) { in usb_dc_ep_configure() 994 if (!usb_dw_ctrl.attached || !usb_dw_ep_is_valid(ep)) { in usb_dc_ep_set_stall() 1013 if (!usb_dw_ctrl.attached || !usb_dw_ep_is_valid(ep)) { in usb_dc_ep_clear_stall() 1038 if (!usb_dw_ctrl.attached || !usb_dw_ep_is_valid(ep)) { in usb_dc_ep_halt() 1069 if (!usb_dw_ctrl.attached || !usb_dw_ep_is_valid(ep)) { in usb_dc_ep_is_stalled() [all …]
|
D | usb_dc_smartbond.c | 162 bool attached; member 345 return dev_state.attached; in dev_attached() 1058 static void usb_change_state(bool attached, bool vbus_present) in usb_change_state() argument 1060 if (dev_state.attached == attached && dev_state.vbus_present == vbus_present) { in usb_change_state() 1064 if (attached && vbus_present) { in usb_change_state() 1065 dev_state.attached = true; in usb_change_state() 1089 } else if (dev_state.attached && dev_state.vbus_present) { in usb_change_state() 1094 dev_state.attached = attached; in usb_change_state() 1114 dev_state.attached = attached; in usb_change_state() 1124 usb_change_state(dev_state.attached, in usb_dc_smartbond_vbus_isr()
|
D | usb_dc_native_posix_adapt.c | 263 unsigned char attached; in usbip_start() local 329 attached = 0U; in usbip_start() 336 if (!attached) { in usbip_start() 368 attached = 1U; in usbip_start()
|
D | usb_dc_it82xx2.c | 169 uint8_t attached; member 961 if (udata0.attached) { in usb_dc_attach() 977 udata0.attached = 1U; in usb_dc_attach() 1009 if (!udata0.attached) { in usb_dc_detach() 1019 udata0.attached = 0U; in usb_dc_detach() 1111 if (!udata0.attached || ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_configure() 1166 if (!udata0.attached || ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_set_callback() 1193 if (!udata0.attached || ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_enable() 1218 if (!udata0.attached || ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_disable()
|
D | usb_dc_mcux.c | 138 bool attached; member 188 if (dev_state.attached) { in usb_dc_attach() 204 dev_state.attached = true; in usb_dc_attach() 238 dev_state.attached = false; in usb_dc_detach() 752 if (!dev_state.attached) { in usb_dc_ep_set_callback()
|
D | usb_dc_nrfx.c | 245 bool attached; member 274 .attached = false, 285 return get_usbd_ctx()->attached; in dev_attached() 486 if (usbd_ctx.attached) { in submit_dc_power_event() 1226 if (!ctx->attached) { in usbd_work_handler() 1274 if (ctx->attached) { in usb_dc_attach() 1292 ctx->attached = true; in usb_dc_attach() 1328 ctx->attached = false; in usb_dc_detach()
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.adc_keys | 5 bool "ADC attached resistor ladder buttons" 10 Enable support for ADC attached resistor ladder buttons.
|
/Zephyr-latest/samples/boards/espressif/light_sleep/ |
D | README.rst | 19 * ``EXT0``: wake up the chip if a button attached to GPIO0 is pressed (i.e. if 26 button attached to GPIO0, often labelled BOOT. If the board does not have such 44 In the scenario below, the button attached to GPIO0 was pressed and held for 68 If pressing the button attached to GPIO0 does not affect program behavior,
|
/Zephyr-latest/drivers/audio/ |
D | Kconfig.mpxxdtyy | 5 bool "ST Digital PDM microphone attached to I2S support"
|
/Zephyr-latest/drivers/usb/bc12/ |
D | Kconfig.pi3usb9201 | 13 client mode it starts BC1.2 detection to detect the attached host 39 before switching to SDP mode, so the attached portable device can
|
/Zephyr-latest/samples/application_development/code_relocation_nocopy/ |
D | README.rst | 33 The stm32f769i_disco has 64MB of external flash attached via QSPI. It is mapped 45 The b_u585i_iot02a has 64MB of external flash attached via OSPI. It is mapped
|
/Zephyr-latest/subsys/net/lib/prometheus/ |
D | Kconfig | 18 Specify how many labels can be attached to a metric.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | sdhc.rst | 17 An SD host controller is a device capable of sending SD commands to an attached 21 interact with attached SD devices.
|
/Zephyr-latest/boards/shields/frdm_kw41z/doc/ |
D | index.rst | 48 - J30 pin 1 is attached to J31 pin 2 49 - J30 pin 2 is attached to J31 pin 1
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/ |
D | README.rst | 81 Linux kernel identifies the attached controller. 83 Once the controller is attached follow the instructions in the 105 BlueZ loads and initializes the attached controller. 107 Once the controller is attached follow the instructions in the
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | capture.rst | 37 * A ``cooked`` virtual network interface is attached on top of this ``any`` 57 Virtual interfaces attached to this : 2 68 Virtual interfaces attached to this : 4
|
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/ |
D | README.rst | 58 A USB to TTL 1V8 serial cable may be attached to the low speed connector on 85 #. *LIS2MDL* magnetometer (attached to *LSM6DSL*)
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.arm_arch | 14 timer which provides per-cpu timers attached to a GIC to deliver its
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_smartbond.c | 116 bool attached; member 1343 static void usb_change_state(struct usb_smartbond_data *data, bool attached, bool vbus_present) in usb_change_state() argument 1345 if (data->attached == attached && data->vbus_present == vbus_present) { in usb_change_state() 1349 if (vbus_present != data->vbus_present && attached) { in usb_change_state() 1353 if (attached && vbus_present) { in usb_change_state() 1354 data->attached = true; in usb_change_state() 1376 } else if (data->attached && data->vbus_present) { in usb_change_state() 1381 data->attached = attached; in usb_change_state() 1400 data->attached = attached; in usb_change_state() 1410 usb_change_state(data, data->attached, in usb_dc_smartbond_vbus_isr()
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/ |
D | README.rst | 85 Linux kernel identifies the attached controller. 87 Once the controller is attached follow the instructions in the 113 BlueZ loads and initializes the attached controller. 115 Once the controller is attached follow the instructions in the
|
/Zephyr-latest/samples/drivers/led/pwm/ |
D | README.rst | 11 device instance found in DT is used. For each LEDs attached to this device
|
/Zephyr-latest/samples/bluetooth/hci_uart/ |
D | README.rst | 85 Linux kernel identifies the attached controller. 87 Once the controller is attached follow the instructions in the 113 BlueZ loads and initializes the attached controller. 115 Once the controller is attached follow the instructions in the
|
/Zephyr-latest/include/zephyr/modem/ |
D | cmux.h | 143 bool attached; member
|
/Zephyr-latest/arch/posix/ |
D | Kconfig | 42 This automatically suspends the target if a debugger is attached.
|