/Zephyr-latest/tests/boards/intel_adsp/hda/src/ |
D | tests.h | 23 #define hda_dump_regs(stream_set, regblock_size, stream_id, ...) \ argument 26 regblock_size, stream_id) 28 #define hda_dump_regs(stream_set, regblock_size, stream_id, msg, ...) do {} while (0) argument
|
/Zephyr-latest/drivers/dai/intel/alh/ |
D | alh.c | 40 alh->params.stream_id = config->stream_id; in dai_alh_set_config_tplg() 59 alh->params.stream_id = alh_id; in dai_alh_set_config_blob() 141 enum dai_dir dir, int stream_id) in dai_alh_get_properties() argument 149 prop->fifo_address = dai_base(dp) + offset + ALH_STREAM_OFFSET * stream_id; in dai_alh_get_properties() 151 prop->dma_hs_id = alh_handshake_map[stream_id]; in dai_alh_get_properties() 152 prop->stream_id = alh->params.stream_id; in dai_alh_get_properties()
|
D | alh.h | 72 uint32_t stream_id; member
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 53 def __init__(self, stream_id: int): 54 self.stream_id = stream_id 55 self.base = hdamem + 0x0080 + (stream_id * 0x20) 68 self.hda.SPIB = 0x0708 + stream_id*0x08 85 self.dbg0 = Regs(hdamem + 0x0084 + (0x20*stream_id)) 102 …self.regs.CTL = ((self.stream_id & 0xFF) << 20) | (1 << 18) # must be set to something other than … 117 self.hda.SPBFCTL |= (1 << self.stream_id) 134 (mem, phys_addr, hugef) = map_phys_mem(self.stream_id) 160 … self.stream_id, (hda.PPCTL >> self.stream_id) & 1, self.regs.CTL, self.regs.LPIB, self.regs.BDPU, 195 self.hda.PPCTL |= (1 << self.stream_id) [all …]
|
/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() argument 70 if (client->streams[i].stream_id == stream_id) { in find_http_stream_context() 79 struct http_client_ctx *client, uint32_t stream_id) in allocate_http_stream_context() argument 83 client->streams[i].stream_id = stream_id; in allocate_http_stream_context() 97 uint32_t stream_id) in release_http_stream_context() argument 100 if (client->streams[i].stream_id == stream_id) { in release_http_stream_context() 101 client->streams[i].stream_id = 0; in release_http_stream_context() 133 uint8_t flags, uint32_t stream_id) in encode_frame_header() argument 138 sys_put_be32(stream_id, &buf[HTTP2_FRAME_STREAM_ID_OFFSET]); in encode_frame_header() 142 uint32_t stream_id, struct http_resource_detail *detail_common, in send_headers_frame() argument [all …]
|
D | http_server_core.c | 412 client->streams[i].stream_id = 0; in init_client_ctx()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | dai.h | 245 int stream_id; member 322 int stream_id); 434 int stream_id) in dai_get_properties() argument 438 return api->get_properties(dev, dir, stream_id); in dai_get_properties()
|
/Zephyr-latest/drivers/dai/intel/hda/ |
D | hda.c | 82 enum dai_dir dir, int stream_id) in dai_hda_get_properties() argument 90 prop->stream_id = 0; in dai_hda_get_properties()
|
/Zephyr-latest/include/zephyr/net/http/ |
D | server.h | 341 int stream_id; /**< Stream identifier. */ member
|
/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() argument 648 zassert_equal(frame.stream_identifier, stream_id, in expect_http2_headers_frame() 663 static void expect_http2_data_frame(size_t *offset, int stream_id, in expect_http2_data_frame() argument 672 zassert_equal(frame.stream_identifier, 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() argument 691 zassert_equal(frame.stream_identifier, stream_id, in expect_http2_window_update_frame() 692 "Invalid window update frame stream ID (expected %d got %d)", stream_id, in expect_http2_window_update_frame()
|
/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() argument
|
/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() argument
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | dmic.c | 699 int stream_id) in dai_dmic_get_properties() argument
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | ssp.c | 2523 enum dai_dir dir, int stream_id) in dai_ssp_get_properties() argument
|