Searched defs:stream_id (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/boards/intel_adsp/hda/src/ |
D | tests.h | 23 #define hda_dump_regs(stream_set, regblock_size, stream_id, ...) \ argument 28 #define hda_dump_regs(stream_set, regblock_size, stream_id, msg, ...) do {} while (0) argument
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_http2.c | 67 struct http_client_ctx *client, uint32_t stream_id) in find_http_stream_context() 79 struct http_client_ctx *client, uint32_t stream_id) in allocate_http_stream_context() 97 uint32_t stream_id) in release_http_stream_context() 133 uint8_t flags, uint32_t stream_id) in encode_frame_header() 142 uint32_t stream_id, struct http_resource_detail *detail_common, in send_headers_frame() 215 size_t length, uint32_t stream_id, uint8_t flags) in send_data_frame() 289 uint32_t stream_id; in send_window_update_frame() local
|
/Zephyr-latest/drivers/dai/intel/hda/ |
D | hda.c | 82 enum dai_dir dir, int stream_id) in dai_hda_get_properties()
|
/Zephyr-latest/drivers/dai/intel/alh/ |
D | alh.c | 141 enum dai_dir dir, int stream_id) in dai_alh_get_properties()
|
D | alh.h | 72 uint32_t stream_id; member
|
/Zephyr-latest/drivers/dai/nxp/esai/ |
D | esai.c | 640 *esai_get_properties(const struct device *dev, enum dai_dir dir, int stream_id) in esai_get_properties()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | dai.h | 245 int stream_id; member 434 int stream_id) in dai_get_properties()
|
/Zephyr-latest/drivers/dai/nxp/sai/ |
D | sai.c | 124 *sai_get_properties(const struct device *dev, enum dai_dir dir, int stream_id) in sai_get_properties()
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 328 def map_phys_mem(stream_id): argument
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | dmic.c | 699 int stream_id) in dai_dmic_get_properties()
|
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 639 static void expect_http2_headers_frame(size_t *offset, int stream_id, uint8_t flags, in expect_http2_headers_frame() 663 static void expect_http2_data_frame(size_t *offset, int stream_id, in expect_http2_data_frame() 683 static void expect_http2_window_update_frame(size_t *offset, int stream_id) in expect_http2_window_update_frame()
|
/Zephyr-latest/include/zephyr/net/http/ |
D | server.h | 341 int stream_id; /**< Stream identifier. */ member
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | ssp.c | 2523 enum dai_dir dir, int stream_id) in dai_ssp_get_properties()
|