pstream 1398 drivers/net/wireless/ath/ath6kl/debug.c struct wmi_create_pstream_cmd pstream; pstream 1415 drivers/net/wireless/ath/ath6kl/debug.c if (kstrtou8(token, 0, &pstream.user_pri)) pstream 1421 drivers/net/wireless/ath/ath6kl/debug.c if (kstrtou8(token, 0, &pstream.traffic_direc)) pstream 1427 drivers/net/wireless/ath/ath6kl/debug.c if (kstrtou8(token, 0, &pstream.traffic_class)) pstream 1433 drivers/net/wireless/ath/ath6kl/debug.c if (kstrtou8(token, 0, &pstream.traffic_type)) pstream 1439 drivers/net/wireless/ath/ath6kl/debug.c if (kstrtou8(token, 0, &pstream.voice_psc_cap)) pstream 1447 drivers/net/wireless/ath/ath6kl/debug.c pstream.min_service_int = cpu_to_le32(val32); pstream 1454 drivers/net/wireless/ath/ath6kl/debug.c pstream.max_service_int = cpu_to_le32(val32); pstream 1461 drivers/net/wireless/ath/ath6kl/debug.c pstream.inactivity_int = cpu_to_le32(val32); pstream 1468 drivers/net/wireless/ath/ath6kl/debug.c pstream.suspension_int = cpu_to_le32(val32); pstream 1475 drivers/net/wireless/ath/ath6kl/debug.c pstream.service_start_time = cpu_to_le32(val32); pstream 1480 drivers/net/wireless/ath/ath6kl/debug.c if (kstrtou8(token, 0, &pstream.tsid)) pstream 1488 drivers/net/wireless/ath/ath6kl/debug.c pstream.nominal_msdu = cpu_to_le16(val16); pstream 1495 drivers/net/wireless/ath/ath6kl/debug.c pstream.max_msdu = cpu_to_le16(val16); pstream 1502 drivers/net/wireless/ath/ath6kl/debug.c pstream.min_data_rate = cpu_to_le32(val32); pstream 1509 drivers/net/wireless/ath/ath6kl/debug.c pstream.mean_data_rate = cpu_to_le32(val32); pstream 1516 drivers/net/wireless/ath/ath6kl/debug.c pstream.peak_data_rate = cpu_to_le32(val32); pstream 1523 drivers/net/wireless/ath/ath6kl/debug.c pstream.max_burst_size = cpu_to_le32(val32); pstream 1530 drivers/net/wireless/ath/ath6kl/debug.c pstream.delay_bound = cpu_to_le32(val32); pstream 1537 drivers/net/wireless/ath/ath6kl/debug.c pstream.min_phy_rate = cpu_to_le32(val32); pstream 1544 drivers/net/wireless/ath/ath6kl/debug.c pstream.sba = cpu_to_le32(val32); pstream 1551 drivers/net/wireless/ath/ath6kl/debug.c pstream.medium_time = cpu_to_le32(val32); pstream 1553 drivers/net/wireless/ath/ath6kl/debug.c pstream.nominal_phy = le32_to_cpu(pstream.min_phy_rate) / 1000000; pstream 1555 drivers/net/wireless/ath/ath6kl/debug.c ath6kl_wmi_create_pstream_cmd(ar->wmi, vif->fw_vif_idx, &pstream); pstream 2599 drivers/net/wireless/ath/ath6kl/wmi.h struct wmi_create_pstream_cmd *pstream); pstream 179 sound/soc/intel/atom/sst-mfld-platform-pcm.c struct snd_pcm_substream *pstream = NULL; pstream 188 sound/soc/intel/atom/sst-mfld-platform-pcm.c pstream = (struct snd_pcm_substream *)substream; pstream 193 sound/soc/intel/atom/sst-mfld-platform-pcm.c if (pstream) { pstream 194 sound/soc/intel/atom/sst-mfld-platform-pcm.c index = sst_get_stream_mapping(pstream->pcm->device, pstream 195 sound/soc/intel/atom/sst-mfld-platform-pcm.c pstream->number, pstream->stream, pstream 204 sound/soc/intel/atom/sst-mfld-platform-pcm.c str_params->ops = (u8)pstream->stream;