/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_ch9.c | 36 static bool reqtype_is_to_host(const struct usb_setup_packet *const setup) in reqtype_is_to_host() 41 static bool reqtype_is_to_device(const struct usb_setup_packet *const setup) in reqtype_is_to_device() 59 struct usb_setup_packet *setup = usbd_get_setup_pkt(uds_ctx); in post_status_stage() local 86 struct usb_setup_packet *setup = usbd_get_setup_pkt(uds_ctx); in sreq_set_address() local 129 struct usb_setup_packet *setup = usbd_get_setup_pkt(uds_ctx); in sreq_set_configuration() local 184 struct usb_setup_packet *setup = usbd_get_setup_pkt(uds_ctx); in sreq_set_interface() local 230 struct usb_setup_packet *setup = usbd_get_setup_pkt(uds_ctx); in sreq_clear_feature() local 285 struct usb_setup_packet *setup = usbd_get_setup_pkt(uds_ctx); in set_feature_test_mode() local 306 struct usb_setup_packet *setup = usbd_get_setup_pkt(uds_ctx); in sreq_set_feature() local 369 struct usb_setup_packet *setup = usbd_get_setup_pkt(uds_ctx); in std_request_to_device() local [all …]
|
D | usbd_class_api.h | 63 struct usb_setup_packet *const setup, in usbd_class_control_to_host() 96 struct usb_setup_packet *const setup, in usbd_class_control_to_dev()
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/ |
D | README.md | 19 ### Run Lehan server from net-tools Docker container 42 ### Stop Leshan, docker and networking 50 ### Leshan server setup (manual)
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-dev.rst | 46 .. _bluetooth-hw-setup-embedded: 48 Embedded 69 Host on Linux with an external Controller 133 Simulated nRF5x with BabbleSim
|
D | bluetooth-qual.rst | 9 .. _AutoPTS automation software:
|
/Zephyr-latest/subsys/usb/device/ |
D | os_desc.c | 17 int usb_handle_os_desc(struct usb_setup_packet *setup, in usb_handle_os_desc() 36 int usb_handle_os_desc_feature(struct usb_setup_packet *setup, in usb_handle_os_desc_feature()
|
D | usb_device.c | 106 struct usb_setup_packet setup; member 161 static void usb_print_setup(struct usb_setup_packet *setup) in usb_print_setup() 213 static bool usb_handle_request(struct usb_setup_packet *setup, in usb_handle_request() 286 struct usb_setup_packet *setup = &usb_dev.setup; in usb_handle_control_transfer() local 423 static bool usb_get_status(struct usb_setup_packet *setup, in usb_get_status() 458 static bool usb_get_descriptor(struct usb_setup_packet *setup, in usb_get_descriptor() 680 static bool usb_set_configuration(struct usb_setup_packet *setup) in usb_set_configuration() 756 static bool usb_set_interface(struct usb_setup_packet *setup) in usb_set_interface() 806 static bool usb_get_interface(struct usb_setup_packet *setup, in usb_get_interface() 851 static bool usb_handle_std_device_req(struct usb_setup_packet *setup, in usb_handle_std_device_req() [all …]
|
D | bos.c | 54 int usb_handle_bos(struct usb_setup_packet *setup, in usb_handle_bos()
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | dtcompatible-role.py | 14 def setup(app): function
|
D | html_redirects.py | 54 def setup(app): function
|
D | manifest_projects_table.py | 134 def setup(app: Sphinx) -> dict[str, Any]: function
|
D | external_content.py | 164 def setup(app: Sphinx) -> dict[str, Any]: function
|
D | link-roles.py | 43 def setup(app): function
|
D | gh_utils.py | 243 def setup(app: Sphinx): function
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | board.c | 33 static int setup(void) in setup() function
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/ |
D | __init__.py | 22 def setup(app: Sphinx) -> dict[str, Any]: function
|
/Zephyr-latest/boards/intel/common/scripts/ |
D | build_grub.sh | 52 setup() { function
|
/Zephyr-latest/tests/lib/hash_map/src/ |
D | _main.c | 18 static void *setup(void) in setup() function
|
/Zephyr-latest/tests/drivers/regulator/fixed/src/ |
D | main.c | 53 void *setup(void) in setup() function
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/src/ |
D | main.c | 21 static void *setup(void) in setup() function
|
/Zephyr-latest/tests/net/socket/socketpair/src/ |
D | _main.c | 18 static void *setup(void) in setup() function
|
/Zephyr-latest/subsys/usb/device/class/hid/ |
D | core.c | 154 struct usb_setup_packet *setup, int32_t *len, in hid_on_get_idle() 187 struct usb_setup_packet *setup, int32_t *len, in hid_on_get_report() 198 struct usb_setup_packet *setup, int32_t *len, in hid_on_get_protocol() 220 struct usb_setup_packet *setup, int32_t *len, in hid_on_set_idle() 253 struct usb_setup_packet *setup, int32_t *len, in hid_on_set_report() 265 struct usb_setup_packet *setup) in hid_on_set_protocol() 437 static int hid_class_handle_req(struct usb_setup_packet *setup, in hid_class_handle_req() 502 static int hid_custom_handle_req(struct usb_setup_packet *setup, in hid_custom_handle_req()
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_hid.c | 135 const struct usb_setup_packet *const setup) in handle_set_idle() 159 const struct usb_setup_packet *const setup, in handle_get_idle() 195 const struct usb_setup_packet *const setup, in handle_set_report() 231 const struct usb_setup_packet *const setup, in handle_get_report() 271 const struct usb_setup_packet *const setup) in handle_set_protocol() 308 const struct usb_setup_packet *const setup, in handle_get_protocol() 333 const struct usb_setup_packet *const setup, in handle_get_descriptor() 364 const struct usb_setup_packet *const setup, in usbd_hid_ctd() 389 const struct usb_setup_packet *const setup, in usbd_hid_cth()
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | main_functions.cpp | 45 void setup(void) in setup() function
|
/Zephyr-latest/samples/subsys/usb/webusb-next/src/ |
D | webusb.h | 65 const struct usb_setup_packet *const setup, in webusb_to_host_cb()
|