Searched refs:channels (Results 76 - 100 of 195) sorted by relevance

12345678

/freebsd-current/sys/dev/sound/pcm/
H A Dchannel.h39 uint8_t channels, ext; member in struct:pcmchan_matrix
163 } channels; member in struct:pcm_channel
H A Dsndstat.c351 CHN_FOREACH(c, d, channels.pcm) {
459 CHN_FOREACH(c, d, channels.pcm) {
1213 if (CHN_EMPTY(d, channels.pcm)) {
1239 CHN_FOREACH(c, d, channels.pcm) {
/freebsd-current/sys/dev/ata/chipsets/
H A Data-promise.c291 ctlr->channels = 4;
305 ctlr->channels = ((ATA_INL(ctlr->r_res2, 0x48) & 0x01) > 0) +
309 ctlr->channels = 3;
312 ctlr->channels = 4;
318 ctlr->channels = 3;
322 ctlr->channels = 4;
602 for (unit = 0; unit < ctlr->channels; unit++) {
733 /* softreset channels ATA module */
765 /* softreset channels ATA module */
1051 for (unit = 0; unit < ctlr->channels; uni
[all...]
H A Data-acard.c101 ctlr->channels = 1;
H A Data-ati.c142 ctlr->channels = 1;
198 /* One of channels is PATA, another is SATA. */
H A Data-ite.c92 ctlr->channels = 1;
/freebsd-current/sys/contrib/v4l/
H A Dvideodev.h44 int channels; /* Num channels */ member in struct:video_capability
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dhdmi.h323 unsigned char channels; member in struct:hdmi_audio_infoframe
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.h236 int channels; /* Number of audio channels. */ member in struct:hdaa_chan
/freebsd-current/sys/dev/xdma/
H A Dxdma.h86 /* List of virtual channels allocated. */
87 TAILQ_HEAD(xdma_channel_list, xdma_channel) channels; member in struct:xdma_controller
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dinit.c189 chan = &sband->channels[i];
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c1046 /* import number of channels */
1059 case MLX5_PARAM_OFFSET(channels):
1064 /* import number of channels */
1065 if (priv->params_ethtool.channels < 1)
1066 priv->params_ethtool.channels = 1;
1067 else if (priv->params_ethtool.channels >
1069 priv->params_ethtool.channels =
1072 priv->params.num_channels = priv->params_ethtool.channels;
1439 priv->params_ethtool.channels = priv->params.num_channels;
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dmac.c2999 arg.chan_list[i] = req->channels[i]->center_freq;
5876 * i.e dfs_cac_ms value which will be valid only for radar channels
6850 ath12k_mac_update_bss_chan_survey(ar, &sband->channels[idx]);
6856 survey->channel = &sband->channels[idx];
6946 if (band->channels[i].center_freq < freq_low ||
6947 band->channels[i].center_freq > freq_high)
6948 band->channels[i].flags |= IEEE80211_CHAN_DISABLED;
6973 void *channels; local
6984 channels = kmemdup(ath12k_2ghz_channels,
6987 if (!channels)
[all...]
H A Dreg.c110 if (bands[band]->channels[i].flags &
136 channel = &bands[band]->channels[i];
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c455 os_free(wpa_s->hw.modes[i].channels);
2537 pri_chan = &mode->channels[chan_idx];
2571 sec_chan = &mode->channels[i];
2612 /* Switch pri/sec channels */
2680 /* In 160 MHz, the initial four 20 MHz channels were validated
2681 * above; check the remaining four 20 MHz channels for the total
3477 * i.e., the implementation supports up to 2 contiguous channels.
3478 * For supporting non-contiguous (aggregated) channels and for supporting
3490 result.channels = b.channels
[all...]
/freebsd-current/contrib/wpa/src/common/
H A Dhw_features_common.c31 struct hostapd_channel_data *ch = &mode->channels[i];
49 struct hostapd_channel_data *ch = &mode->channels[i];
155 * the list of allowed channels (already checked above).
216 * Switch PRI/SEC channels if Beacons were detected on selected SEC
235 * channels that we are about to use (if already mixed order in
460 "6 GHz 80+80 MHz configuration doesn't use valid 80 MHz channels");
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dwow.c210 pno->a_networks[i].channels[j] =
211 nd_config->channels[j]->center_freq;
/freebsd-current/sys/contrib/dev/athk/
H A Dregd.c35 /* Only these channels all allow active scan on all world regulatory domains */
353 ch = &sband->channels[i];
367 * and no-ibss on these channels. This is only done for specific
417 ch = &sband->channels[i];
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dreg.c151 if (bands[band]->channels[i].flags &
177 channel = &bands[band]->channels[i];
H A Dmac.c4019 u32_encode_bits(req->channels[i]->center_freq,
4023 * flags, then scan all PSC channels in 6 GHz band and
4024 * those non-PSC channels where RNR IE is found during
4027 * then all channels in 6 GHz will be scanned.
4029 if (req->channels[i]->band == NL80211_BAND_6GHZ &&
4031 !cfg80211_channel_is_psc(req->channels[i]))
4035 arg->chan_list[i] = req->channels[i]->center_freq;
7276 * i.e dfs_cac_ms value which will be valid only for radar channels
8580 ath11k_mac_update_bss_chan_survey(ar, &sband->channels[idx]);
8586 survey->channel = &sband->channels[id
9176 void *channels; local
[all...]
/freebsd-current/sys/contrib/dev/rtw88/
H A Dregd.c295 ch = &sband->channels[i];
305 ch = &sband->channels[i];
/freebsd-current/sys/dev/ahci/
H A Dahci.h487 int channels; member in struct:ahci_enclosure
522 int channels; member in struct:ahci_controller
537 struct mtx ch_mtx; /* Lock for attached channels */
538 struct ahci_channel *ch[AHCI_MAX_PORTS]; /* Attached channels */
671 /* Functions to allow AHCI EM to access other channels. */
/freebsd-current/contrib/wpa/src/ap/
H A Dsta_info.h61 u8 channels[]; member in struct:mbo_non_pref_chan_info
/freebsd-current/sys/dev/ipw/
H A Dif_ipwreg.h261 uint32_t channels; member in struct:ipw_scan_options
/freebsd-current/contrib/ntp/libntp/
H A Daudio.c221 * codec sample rate (8000 Hz), precision (8 bits), number of channels
509 info.record.sample_rate, info.record.channels,

Completed in 409 milliseconds

12345678