Home
last modified time | relevance | path

Searched defs:setup (Results 1 – 25 of 124) sorted by relevance

12345

/Zephyr-latest/subsys/usb/device_next/
Dusbd_ch9.c36 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 …]
Dusbd_class_api.h63 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/
DREADME.md19 ### Run Lehan server from net-tools Docker container
42 ### Stop Leshan, docker and networking
50 ### Leshan server setup (manual)
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-dev.rst46 .. _bluetooth-hw-setup-embedded:
48 Embedded
69 Host on Linux with an external Controller
133 Simulated nRF5x with BabbleSim
Dbluetooth-qual.rst9 .. _AutoPTS automation software:
/Zephyr-latest/subsys/usb/device/
Dos_desc.c17 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()
Dusb_device.c106 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 …]
Dbos.c54 int usb_handle_bos(struct usb_setup_packet *setup, in usb_handle_bos()
/Zephyr-latest/doc/_extensions/zephyr/
Ddtcompatible-role.py14 def setup(app): function
Dhtml_redirects.py54 def setup(app): function
Dmanifest_projects_table.py134 def setup(app: Sphinx) -> dict[str, Any]: function
Dexternal_content.py164 def setup(app: Sphinx) -> dict[str, Any]: function
Dlink-roles.py43 def setup(app): function
Dgh_utils.py243 def setup(app: Sphinx): function
/Zephyr-latest/boards/nordic/thingy53/
Dboard.c33 static int setup(void) in setup() function
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/
D__init__.py22 def setup(app: Sphinx) -> dict[str, Any]: function
/Zephyr-latest/boards/intel/common/scripts/
Dbuild_grub.sh52 setup() { function
/Zephyr-latest/tests/lib/hash_map/src/
D_main.c18 static void *setup(void) in setup() function
/Zephyr-latest/tests/drivers/regulator/fixed/src/
Dmain.c53 void *setup(void) in setup() function
/Zephyr-latest/tests/drivers/i2s/i2s_api/src/
Dmain.c21 static void *setup(void) in setup() function
/Zephyr-latest/tests/net/socket/socketpair/src/
D_main.c18 static void *setup(void) in setup() function
/Zephyr-latest/subsys/usb/device/class/hid/
Dcore.c154 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/
Dusbd_hid.c135 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/
Dmain_functions.cpp45 void setup(void) in setup() function
/Zephyr-latest/samples/subsys/usb/webusb-next/src/
Dwebusb.h65 const struct usb_setup_packet *const setup, in webusb_to_host_cb()

12345