Home
last modified time | relevance | path

Searched full:bulk (Results 1 – 25 of 49) sorted by relevance

12

/Zephyr-Core-3.5.0/scripts/ci/
Dupload_test_results.py10 from opensearchpy.helpers import bulk
45 bulk(client, bulk_data)
Dupload_test_results_es.py11 from elasticsearch.helpers import bulk
77 bulk(es, gendata(f, index_name, args.run_date))
/Zephyr-Core-3.5.0/subsys/usb/device/class/netusb/
DKconfig49 CDC ECM class bulk endpoint size
81 RNDIS bulk endpoint size
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/zcbor_bulk/
Dtestcase.yaml7 mgmt.mcumgr.zcbor.bulk:
/Zephyr-Core-3.5.0/subsys/usb/device/class/
DKconfig.test15 Loopback Function bulk endpoint size
DKconfig.bt17 Enables vendor command to switch to H:4 transport using the bulk
DKconfig.msc44 Mass storage device class bulk endpoints size
DKconfig.cdc38 CDC ACM class bulk endpoints size
Dmsc.c52 /* MSC Request Codes for Bulk-Only Transport */
62 /* MSC Bulk-Only Command Block Wrapper (CBW) */
81 /* MSC Bulk-Only Command Status Wrapper (CSW) */
211 /* MSC Bulk-only Stage */
220 /* state of the bulk-only state machine */
317 * transfer is complete, ie when we get a bulk in callback in write()
847 * @brief EP Bulk IN handler, used to send data to the Host
/Zephyr-Core-3.5.0/tests/crypto/rand32/src/
Dmain.c71 printk("Generating bulk fill random numbers\n"); in ZTEST()
90 printk("Generating bulk fill cryptographically secure random numbers\n"); in ZTEST()
/Zephyr-Core-3.5.0/doc/connectivity/usb/device/api/
Dusb_device.rst18 For CDC ACM sample driver this happens via the OUT bulk endpoint handler
/Zephyr-Core-3.5.0/subsys/usb/device_next/class/
Dusbd_msc.c63 /* TODO: Bulk wMaxPacketSize is ultimately determined by connection speed
80 /* NULL to request Bulk-Only Mass Storage Reset
87 /* Each instance has 2 endpoints and can receive bulk only reset command */
213 LOG_INF("Bulk-Only Mass Storage Reset"); in msc_reset_handler()
439 * stall the Bulk-Out pipe. in msc_process_write()
475 /* Mass Storage Class - Bulk Only Transport in msc_handle_bulk_out()
477 * CBW. Stall Bulk IN and Report Phase Error. in msc_handle_bulk_out()
511 * shall STALL the Bulk-In pipe (if it does not in msc_handle_bulk_in()
649 .buf = NULL, /* Bulk-Only Mass Storage Reset */ in msc_bot_schedule_reset()
Dbt_hci.c12 * - ACL data through one bulk IN and one bulk OUT endpoints
70 * with maximum packet size of high speed bulk endpoint.
72 * REVISE: global (bulk, interrupt, iso) specific pools would be more
/Zephyr-Core-3.5.0/modules/segger/
DKconfig46 int "Size of buffer for RTT printf to bulk-send chars via RTT"
/Zephyr-Core-3.5.0/samples/net/wpanusb/
Dwpan-radio-spec.txt96 USB BULK IN endpoint
/Zephyr-Core-3.5.0/tests/subsys/usb/device/src/
Dmain.c68 /* EP Bulk IN handler, used to send data to the Host */
113 /* Bulk EP is not configured yet */ in ZTEST()
/Zephyr-Core-3.5.0/drivers/flash/
Dspi_nor.h52 #define SPI_NOR_CMD_BULKE 0x60 /* Bulk Erase */
76 #define SPI_NOR_OCMD_BULKE 0x609F /* Octa Bulk Erase */
/Zephyr-Core-3.5.0/doc/connectivity/networking/conn_mgr/
Dmain.rst180 :ref:`Bulk convenience functions <conn_mgr_control_api_bulk>` optionally skip ignored ifaces.
208 * :ref:`Bulk functions <conn_mgr_control_api_bulk>` for controlling the admin state and network ass…
437 Bulk API
440 Connectivity control provides several bulk functions allowing all ifaces to be controlled at once.
/Zephyr-Core-3.5.0/include/zephyr/net/
Dconn_mgr_connectivity.h254 * @brief Connection Manager Bulk API
255 * @defgroup conn_mgr_connectivity_bulk Connection Manager Connectivity Bulk API
/Zephyr-Core-3.5.0/drivers/usb/uhc/
Duhc_max3421e.c279 LOG_DBG("bulk in %p %u", buf, net_buf_tailroom(buf)); in max3421e_xfer_data()
285 LOG_DBG("bulk out %p %u", buf, len); in max3421e_xfer_data()
409 * treat all others as bulk. in max3421e_schedule_xfer()
464 LOG_INF("hrslt bulk out %u", buf->len); in max3421e_hrslt_success()
493 LOG_INF("hrslt bulk in %u, %u", bc, len); in max3421e_hrslt_success()
/Zephyr-Core-3.5.0/drivers/usb/udc/
Dudc_skeleton.c286 config->ep_cfg_out[i].caps.bulk = 1; in udc_skeleton_driver_preinit()
306 config->ep_cfg_in[i].caps.bulk = 1; in udc_skeleton_driver_preinit()
/Zephyr-Core-3.5.0/include/zephyr/drivers/usb/
Dusb_dc.h82 /** Bulk type endpoint */
119 * May be Bulk, Interrupt, Control or Isochronous
/Zephyr-Core-3.5.0/samples/subsys/usb/webusb/src/
Dwebusb.c25 /* Max packet size for Bulk endpoints */
/Zephyr-Core-3.5.0/doc/connectivity/usb/device/
Dusb_device.rst55 * ACL data through one bulk IN and one bulk OUT endpoints
285 MSC follows Bulk-Only Transport specification and uses :ref:`disk_access_api` to
/Zephyr-Core-3.5.0/subsys/shell/backends/
DKconfig.backends69 escape sequences). However, if bulk data is transferred it may be

12