Searched full:bulk (Results 1 – 25 of 49) sorted by relevance
12
/Zephyr-Core-3.5.0/scripts/ci/ |
D | upload_test_results.py | 10 from opensearchpy.helpers import bulk 45 bulk(client, bulk_data)
|
D | upload_test_results_es.py | 11 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/ |
D | Kconfig | 49 CDC ECM class bulk endpoint size 81 RNDIS bulk endpoint size
|
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/zcbor_bulk/ |
D | testcase.yaml | 7 mgmt.mcumgr.zcbor.bulk:
|
/Zephyr-Core-3.5.0/subsys/usb/device/class/ |
D | Kconfig.test | 15 Loopback Function bulk endpoint size
|
D | Kconfig.bt | 17 Enables vendor command to switch to H:4 transport using the bulk
|
D | Kconfig.msc | 44 Mass storage device class bulk endpoints size
|
D | Kconfig.cdc | 38 CDC ACM class bulk endpoints size
|
D | msc.c | 52 /* 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/ |
D | main.c | 71 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/ |
D | usb_device.rst | 18 For CDC ACM sample driver this happens via the OUT bulk endpoint handler
|
/Zephyr-Core-3.5.0/subsys/usb/device_next/class/ |
D | usbd_msc.c | 63 /* 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()
|
D | bt_hci.c | 12 * - 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/ |
D | Kconfig | 46 int "Size of buffer for RTT printf to bulk-send chars via RTT"
|
/Zephyr-Core-3.5.0/samples/net/wpanusb/ |
D | wpan-radio-spec.txt | 96 USB BULK IN endpoint
|
/Zephyr-Core-3.5.0/tests/subsys/usb/device/src/ |
D | main.c | 68 /* 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/ |
D | spi_nor.h | 52 #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/ |
D | main.rst | 180 :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/ |
D | conn_mgr_connectivity.h | 254 * @brief Connection Manager Bulk API 255 * @defgroup conn_mgr_connectivity_bulk Connection Manager Connectivity Bulk API
|
/Zephyr-Core-3.5.0/drivers/usb/uhc/ |
D | uhc_max3421e.c | 279 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/ |
D | udc_skeleton.c | 286 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/ |
D | usb_dc.h | 82 /** Bulk type endpoint */ 119 * May be Bulk, Interrupt, Control or Isochronous
|
/Zephyr-Core-3.5.0/samples/subsys/usb/webusb/src/ |
D | webusb.c | 25 /* Max packet size for Bulk endpoints */
|
/Zephyr-Core-3.5.0/doc/connectivity/usb/device/ |
D | usb_device.rst | 55 * 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/ |
D | Kconfig.backends | 69 escape sequences). However, if bulk data is transferred it may be
|
12