Home
last modified time | relevance | path

Searched refs:setup (Results 26 – 50 of 444) sorted by relevance

12345678910>>...18

/Zephyr-latest/doc/develop/west/
Dinstall.rst65 *One-time setup*:
71 *Permanent setup*:
79 *One-time setup*:
85 *Permanent setup*:
93 *One-time setup*:
99 *Permanent setup*:
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-dev.rst26 .. _bluetooth-hw-setup:
28 Hardware setup
34 one or another setup to match your needs.
38 #. :ref:`Embedded <bluetooth-hw-setup-embedded>`
39 #. :ref:`External controller <bluetooth-hw-setup-external-ll>`
41 - :ref:`QEMU host <bluetooth-hw-setup-qemu-host>`
42 - :ref:`native_sim host <bluetooth-hw-setup-native-sim-host>`
44 #. :ref:`Simulated nRF5x with BabbleSim <bluetooth-hw-setup-bsim>`
46 .. _bluetooth-hw-setup-embedded: argument
51 This setup relies on all software running directly on the embedded platform(s)
[all …]
Dbluetooth-qual.rst6 Qualification setup
16 The setup is described in more details in the pages linked below.
/Zephyr-latest/drivers/xen/
Dgnttab.c302 struct gnttab_setup_table setup; in gnttab_init() local
327 setup.dom = DOMID_SELF; in gnttab_init()
328 setup.nr_frames = NR_GRANT_FRAMES; in gnttab_init()
329 set_xen_guest_handle(setup.frame_list, frames); in gnttab_init()
330 rc = HYPERVISOR_grant_table_op(GNTTABOP_setup_table, &setup, 1); in gnttab_init()
331 __ASSERT((!rc) && (!setup.status), "Table setup failed; status = %s\n", in gnttab_init()
332 gnttabop_error(setup.status)); in gnttab_init()
/Zephyr-latest/subsys/usb/device/
Dbos.c54 int usb_handle_bos(struct usb_setup_packet *setup, in usb_handle_bos() argument
57 if (USB_GET_DESCRIPTOR_TYPE(setup->wValue) == USB_DESC_BOS) { in usb_handle_bos()
/Zephyr-latest/tests/net/socket/socketpair/src/
D_main.c18 static void *setup(void) in setup() function
49 ZTEST_SUITE(net_socketpair, NULL, setup, before, after, NULL);
/Zephyr-latest/samples/net/sockets/echo_client/
DKconfig11 The value depends on your network setup.
16 The value depends on your network setup.
30 The value depends on your network setup.
35 The value depends on your network setup.
/Zephyr-latest/subsys/usb/device_next/
Dusbd_class_api.h63 struct usb_setup_packet *const setup, in usbd_class_control_to_host() argument
69 return api->control_to_host(c_data, setup, buf); in usbd_class_control_to_host()
96 struct usb_setup_packet *const setup, in usbd_class_control_to_dev() argument
102 return api->control_to_dev(c_data, setup, buf); in usbd_class_control_to_dev()
Dusbd_endpoint.c61 struct usb_setup_packet *setup = usbd_get_setup_pkt(uds_ctx); in usbd_ep_ctrl_set_zlp() local
63 size_t min_len = MIN(setup->wLength, buf->len); in usbd_ep_ctrl_set_zlp()
86 if (setup->wLength > min_len && !(min_len % mps0)) { in usbd_ep_ctrl_set_zlp()
92 setup->wLength, min_len); in usbd_ep_ctrl_set_zlp()
/Zephyr-latest/samples/net/capture/
DKconfig12 Use overlay-tunnel.conf to setup the tunnel support.
18 The value depends on your network setup.
/Zephyr-latest/samples/boards/nxp/s32/netc/
DKconfig11 The value depends on your network setup.
16 The value depends on your network setup.
/Zephyr-latest/tests/drivers/uart/uart_elementary/
DREADME.txt5 Hardware setup required for these tests:
12 - UART callback setup,
/Zephyr-latest/samples/subsys/dap/src/
Dmain.c180 static int msosv2_vendor_handle_req(struct usb_setup_packet *setup, in msosv2_vendor_handle_req() argument
183 if (usb_reqtype_is_to_device(setup)) { in msosv2_vendor_handle_req()
187 if (setup->bRequest == WEBUSB_VENDOR_CODE && setup->wIndex == 0x02) { in msosv2_vendor_handle_req()
196 if (setup->bRequest == WINUSB_VENDOR_CODE && in msosv2_vendor_handle_req()
197 setup->wIndex == MS_OS_20_DESCRIPTOR_INDEX) { in msosv2_vendor_handle_req()
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_ecm.c189 static int ecm_class_handler(struct usb_setup_packet *setup, int32_t *len, in ecm_class_handler() argument
193 *len, setup->bmRequestType, setup->bRequest, in ecm_class_handler()
201 if (setup->bmRequestType != USB_CDC_ECM_REQ_TYPE) { in ecm_class_handler()
209 if (setup->bRequest == USB_CDC_SET_ETH_PKT_FILTER) { in ecm_class_handler()
211 setup->wIndex, setup->wValue); in ecm_class_handler()
/Zephyr-latest/samples/net/lldp/
DREADME.rst5 Enable LLDP support and setup VLANs.
11 LLDP support and setup VLANs if needed.
42 :zephyr_file:`samples/net/vlan/vlan-setup-linux.sh` provides a script that can be
/Zephyr-latest/tests/drivers/regulator/fixed/src/
Dmain.c53 void *setup(void) in setup() function
61 ZTEST_SUITE(regulator_fixed, NULL, setup, NULL, NULL, NULL);
/Zephyr-latest/drivers/usb/udc/
Dudc_nrf.c323 nrf_usbd_common_setup_t *setup; in udc_event_xfer_setup() local
335 setup = (nrf_usbd_common_setup_t *)buf->data; in udc_event_xfer_setup()
336 nrf_usbd_common_setup_get(setup); in udc_event_xfer_setup()
362 setup->bmRequestType == 0 && in udc_event_xfer_setup()
363 setup->bRequest == USB_SREQ_SET_ADDRESS; in udc_event_xfer_setup()
365 if (setup->wLength) { in udc_event_xfer_setup()
386 setup->wValue &= 0x7F; in udc_event_xfer_setup()
387 setup->wIndex = 0; in udc_event_xfer_setup()
397 setup->bmRequestType = 0; in udc_event_xfer_setup()
398 setup->bRequest = USB_SREQ_SET_ADDRESS; in udc_event_xfer_setup()
[all …]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/
Dsetup.py7 setuptools.setup()
/Zephyr-latest/include/zephyr/drivers/
Dbluetooth.h103 int (*setup)(const struct device *dev, member
188 if (api->setup == NULL) { in bt_hci_setup()
192 return api->setup(dev, params); in bt_hci_setup()
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dmain.cpp26 setup(); in main()
Dmain_functions.hpp28 void setup(void);
/Zephyr-latest/samples/net/vlan/
DREADME.rst10 The VLAN sample application for Zephyr will setup two virtual LAN networks.
26 file when running :file:`net-setup.sh` script in Linux like this:
30 ./net-setup.sh -c zeth-vlan.conf
53 The :zephyr_file:`samples/net/vlan/vlan-setup-linux.sh` provides a script that
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/
Dmain_functions.h28 void setup(void);
/Zephyr-latest/doc/_extensions/zephyr/
Ddtcompatible-role.py14 def setup(app): function
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_server_test.c171 static void setup(void) in setup() function
207 setup(); in test_main_none()
223 setup(); in test_main_enhanced()
239 setup(); in test_main_unenhanced()
255 setup(); in test_main_mixed()

12345678910>>...18