Home
last modified time | relevance | path

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

123

/Zephyr-latest/subsys/usb/device/class/netusb/
DKconfig49 CDC ECM class bulk endpoint size
81 RNDIS bulk endpoint size
/Zephyr-latest/samples/subsys/dap/
Dsample.yaml4 sample.dap.bulk:
DREADME.rst10 controller through USB Bulk interface.
/Zephyr-latest/tests/subsys/llext/
Dprj.conf11 # The bulk of the tests run with MPU/MMU disabled by including additional
Dno_mem_protection.conf1 # Disable MPU and MMU on all supported arches for the bulk of the tests.
/Zephyr-latest/tests/subsys/mgmt/mcumgr/zcbor_bulk/
Dtestcase.yaml7 mgmt.mcumgr.zcbor.bulk:
/Zephyr-latest/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()
851 * @brief EP Bulk IN handler, used to send data to the Host
/Zephyr-latest/doc/connectivity/usb/device/api/
Dusb_device.rst18 For CDC ACM sample driver this happens via the OUT bulk endpoint handler
/Zephyr-latest/tests/subsys/random/rng/src/
Dmain.c72 printk("Generating bulk fill random numbers\n"); in ZTEST()
91 printk("Generating bulk fill cryptographically secure random numbers\n"); in ZTEST()
/Zephyr-latest/drivers/flash/
Dspi_nor.h53 #define SPI_NOR_CMD_BULKE 0x60 /* Bulk Erase */
77 #define SPI_NOR_OCMD_BULKE 0x609F /* Octa Bulk Erase */
/Zephyr-latest/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-latest/subsys/usb/device_next/class/
Dusbd_msc.c72 /* NULL to request Bulk-Only Mass Storage Reset
79 /* Each instance has 2 endpoints and can receive bulk only reset command */
221 LOG_INF("Bulk-Only Mass Storage Reset"); in msc_reset_handler()
447 * stall the Bulk-Out pipe. in msc_process_write()
483 /* Mass Storage Class - Bulk Only Transport in msc_handle_bulk_out()
485 * CBW. Stall Bulk IN and Report Phase Error. in msc_handle_bulk_out()
519 * shall STALL the Bulk-In pipe (if it does not in msc_handle_bulk_in()
657 .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
71 * with maximum packet size of high speed bulk endpoint.
73 * REVISE: global (bulk, interrupt, iso) specific pools would be more
/Zephyr-latest/modules/segger/
DKconfig45 int "Size of buffer for RTT printf to bulk-send chars via RTT"
/Zephyr-latest/scripts/ci/stats/
Dmerged_prs.py14 from elasticsearch.helpers import bulk
169 bulk(es, gendata(json_list, index))
/Zephyr-latest/scripts/ci/
Dupload_test_results_es.py16 from elasticsearch.helpers import bulk, BulkIndexError
293 bulk(es, gendata(f, args), request_timeout=args.bulk_timeout)
361 parser.add_argument('--bulk-timeout', required=False, type=int, default=60,
362 help="Elasticsearch bulk request timeout, seconds. Default %(default)s.")
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst191 :ref:`Bulk convenience functions <conn_mgr_control_api_bulk>` optionally skip ignored ifaces.
219 * :ref:`Bulk functions <conn_mgr_control_api_bulk>` for controlling the admin state and network ass…
448 Bulk API
451 Connectivity control provides several bulk functions allowing all ifaces to be controlled at once.
/Zephyr-latest/include/zephyr/net/
Dconn_mgr_connectivity.h256 * @brief Connection Manager Bulk API
257 * @defgroup conn_mgr_connectivity_bulk Connection Manager Connectivity Bulk API
/Zephyr-latest/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-latest/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-latest/include/zephyr/drivers/usb/
Dusb_dc.h84 /** Bulk type endpoint */
121 * May be Bulk, Interrupt, Control or Isochronous

123