Searched refs:sz_device (Results 1 – 3 of 3) sorted by relevance
933 if (output->sz_device) { in node_connect()942 if (input->sz_device) { in node_connect()963 output->sz_device = kzalloc(PIPENAMELEN + 1, GFP_KERNEL); in node_connect()964 input->sz_device = kzalloc(PIPENAMELEN + 1, GFP_KERNEL); in node_connect()965 if (!output->sz_device || !input->sz_device) { in node_connect()967 kfree(output->sz_device); in node_connect()968 kfree(input->sz_device); in node_connect()974 sprintf(output->sz_device, "%s%d", PIPEPREFIX, pipe_id); in node_connect()975 strcpy(input->sz_device, output->sz_device); in node_connect()1038 input->sz_device = pstr_dev_name; in node_connect()[all …]
623 DBC_REQUIRE(strm_def.sz_device); in fill_stream_def()624 dw_length = strlen(strm_def.sz_device) + 1; in fill_stream_def()639 memcpy(pdw_buf + total, strm_def.sz_device, dw_length); in fill_stream_def()
48 char *sz_device; /* Device name for stream */ member