Searched refs:channels (Results 51 - 75 of 195) sorted by relevance

12345678

/freebsd-current/contrib/wpa/src/p2p/
H A Dp2p.c894 * one of the social channels since that peer can be easily be
896 * passive scan on this channels, so this can be done through
962 c = &p2p->cfg->channels;
967 for (ch = 0; ch < cla->channels; ch++) {
984 if (ch == cla->channels) {
1001 return 0; /* No need to add social channels */
1257 * scans for social channels and this specific channel.
1385 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1397 p2p->channels.reg_classes = 1;
1398 p2p->channels
[all...]
/freebsd-current/sys/cam/scsi/
H A Dscsi_cd.c2274 page->audio.port[LEFT_PORT].channels =
2276 page->audio.port[RIGHT_PORT].channels =
2278 page->audio.port[2].channels = arg->patch[2];
2279 page->audio.port[3].channels = arg->patch[3];
2339 page->audio.port[LEFT_PORT].channels = CHANNEL_0;
2342 page->audio.port[RIGHT_PORT].channels = CHANNEL_1;
2373 page->audio.port[LEFT_PORT].channels =
2375 page->audio.port[RIGHT_PORT].channels =
2377 page->audio.port[2].channels = 0;
2378 page->audio.port[3].channels
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c179 * Get the number of concurrent channels that the HW can operate, but that are
363 "P2P: Exclude 6 GHz channels - update the scan frequency list");
396 * Search all social channels regardless of whether these have
1988 if (edmg.channels &&
2949 const struct p2p_channels *channels,
2952 if ((channels == NULL || p2p_channels_includes_freq(channels, freq)) &&
3073 const struct p2p_channels *channels,
3193 wpa_printf(MSG_DEBUG, "P2P: No extra channels available - trying to force channel to match a channel already used by one of the interfaces");
3206 } else if (!freq_included(wpa_s, channels, *force_fre
2948 freq_included(struct wpa_supplicant *wpa_s, const struct p2p_channels *channels, unsigned int freq) argument
3069 wpas_invitation_process(void *ctx, const u8 *sa, const u8 *bssid, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len, int *go, u8 *group_bssid, int *force_freq, int persistent_group, const struct p2p_channels *channels, int dev_pw_id) argument
3378 wpas_invitation_result(void *ctx, int status, const u8 *bssid, const struct p2p_channels *channels, const u8 *peer, int neg_freq, int peer_oper_freq) argument
6316 wpas_p2p_supported_freq_go(struct wpa_supplicant *wpa_s, const struct p2p_channels *channels, int freq) argument
6328 wpas_p2p_select_go_freq_no_pref(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, const struct p2p_channels *channels) argument
6406 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, const struct p2p_channels *channels) argument
6921 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, const struct p2p_channels *channels, int connection_timeout, int force_scan, bool allow_6ghz) argument
[all...]
H A Drrm.c487 * channels, so handle those as special cases here for now. */
505 const u8 *channels, const u8 size)
511 num_chans = channels ? size :
531 u8 chan = channels ? channels[i] : op->min_chan + i * op->inc;
564 const u8 *channels = NULL; local
569 * When adding all channels in the operating class, 80 + 80 MHz
570 * operating classes are like 80 MHz channels because we add all valid
571 * channels anyway.
574 channels
503 wpas_add_channels(const struct oper_class_map *op, struct hostapd_hw_modes *mode, int active, const u8 *channels, const u8 size) argument
[all...]
H A Dbgscan_learn.c288 "been seen on %u channels", (unsigned int) count);
360 if (modes[i].channels[j].flag & HOSTAPD_CHAN_DISABLED)
363 if (in_array(freqs, modes[i].channels[j].freq))
370 freqs[count] = modes[i].channels[j].freq;
/freebsd-current/secure/lib/libssh/
H A DMakefile12 canohost.c channels.c cipher.c cipher-aes.c cipher-aesctr.c \
/freebsd-current/lib/libifconfig/
H A Dlibifconfig_sfp.c434 size_t channels; local
438 channels = channel_count(ii->id);
439 ss->channel = calloc(channels, sizeof(*ss->channel));
445 for (size_t chan = 0; chan < channels; ++chan) {
/freebsd-current/sys/arm/nvidia/drm2/
H A Dhdmi.h255 unsigned char channels; member in struct:hdmi_audio_infoframe
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Den_rl.h68 m(+1, u64, tx_channels_per_worker_max, "tx_channels_per_worker_max", "Max number of TX channels per worker") \
69 m(+1, u64, tx_channels_per_worker_def, "tx_channels_per_worker_def", "Default number of TX channels per worker") \
148 struct mlx5e_rl_channel *channels; member in struct:mlx5e_rl_worker
H A Dmlx5_en_rl.c621 struct mlx5e_rl_channel *channel = rlw->channels + x;
720 struct mlx5e_rl_channel *channel = rlw->channels + x;
777 /* ratelimit channels */
950 rlw->channels = malloc(sizeof(rlw->channels[0]) *
955 struct mlx5e_rl_channel *channel = rlw->channels + i;
1092 free(rlw->channels, M_MLX5EN);
1328 channel = rlw->channels + x;
1362 channel = rlw->channels + x;
/freebsd-current/sys/dev/xilinx/
H A Daxidma.c107 struct axidma_channel channels[AXIDMA_NCHANNELS]; member in struct:axidma_softc
199 chan = &sc->channels[AXIDMA_RX_CHAN];
213 chan = &sc->channels[AXIDMA_TX_CHAN];
393 chan = &sc->channels[data->id];
/freebsd-current/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h310 ng_l2cap_node_chan_ep *channels; member in struct:ng_btsocket_l2cap_raw_chan_list
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.c208 * @REG_CAPA_V2_STRADDLE_DISABLED: Straddle channels (144, 142, 138) are
220 * @REG_CAPA_V2_WEATHER_DISABLED: Weather radar channels (120, 124, 128, 118,
421 /* workaround to disable wide channels in 5GHz */
437 * the list of supported channels to cfg80211.
444 channel = &data->channels[n_channels];
1146 IWL_ERR_DEV(dev, "NVM: used only %d of %d channels\n",
1342 * some 7000-family OTPs erroneously allow wide channels in
1345 * 9. In those cases, we need to force-disable wide channels
1359 "disabling wide channels in 5GHz (0x%0x %d)\n",
1379 data = kzalloc(struct_size(data, channels,
1622 iwl_parse_nvm_mcc_info(struct device *dev, const struct iwl_cfg *cfg, int num_of_ch, __le32 *channels, u16 fw_mcc, u16 geo_info, u32 cap, u8 resp_ver) argument
[all...]
/freebsd-current/contrib/ntp/util/
H A Dtg.c338 info.play.channels = 1;
343 info.play.channels, info.play.precision,
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dphy-ctxt.c364 if (!(sband->channels[channel].flags &
366 chan = &sband->channels[channel];
/freebsd-current/sys/contrib/dev/rtw88/
H A Dwow.c552 size = sizeof(*nd_config->channels[0]) * nd_config->n_channels;
553 pno_req->channels = kmalloc(size, GFP_KERNEL);
554 if (!pno_req->channels)
558 channel = pno_req->channels + i;
559 memcpy(channel, nd_config->channels[i], sizeof(*channel));
843 kfree(pno_req->channels);
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_hostap.c1126 mode->channels = os_zalloc(clen);
1128 if (mode->channels == NULL || mode->rates == NULL) {
1129 os_free(mode->channels);
1136 mode->channels[i].chan = i + 1;
1137 mode->channels[i].freq = chan2freq[i];
1138 mode->channels[i].allowed_bw = HOSTAPD_CHAN_WIDTH_20;
1141 mode->channels[i].flag = HOSTAPD_CHAN_DISABLED;
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.c260 * Connected channels change handler.
270 int total, sub, assume, channels; local
295 total = sub = assume = channels = 0;
297 /* Map CEA speakers to sound(4) channels. */
299 channels |= SND_CHN_T_MASK_FL | SND_CHN_T_MASK_FR;
301 channels |= SND_CHN_T_MASK_LF;
303 channels |= SND_CHN_T_MASK_FC;
307 channels |= SND_CHN_T_MASK_SL | SND_CHN_T_MASK_SR;
309 channels |= SND_CHN_T_MASK_BL | SND_CHN_T_MASK_BR;
312 channels |
5274 int i, j, ret, channels, onlystereo; local
[all...]
/freebsd-current/sys/arm/ti/
H A Dti_adc.c752 int *channels; local
799 "ti,adc-channels", sizeof(*channels), (void **)&channels);
802 sc->sc_adc_channels[i] = channels[i];
803 OF_prop_free(channels);
809 device_printf(dev, "total number of channels (%d) is larger than %d\n",
/freebsd-current/sys/dev/sound/usb/
H A Duaudio.c110 &uaudio_default_channels, 0, "uaudio default sample channels");
154 #define UAUDIO_MATRIX_MAX 8 /* channels */
228 uint8_t channels; member in struct:uaudio_chan_alt
1055 sc->sc_play_chan[i].usb_alt[x].channels,
1086 sc->sc_rec_chan[i].usb_alt[x].channels,
1747 uint32_t rate, uint8_t channels, uint8_t bit_resolution)
1962 if ((bChannels != channels) ||
1964 DPRINTF("Wrong number of channels\n");
2040 if ((bChannels != channels) ||
2042 DPRINTF("Wrong number of channels\
1746 uaudio_chan_fill_info_sub(struct uaudio_softc *sc, struct usb_device *udev, uint32_t rate, uint8_t channels, uint8_t bit_resolution) argument
2200 uint8_t channels = uaudio_default_channels; local
[all...]
/freebsd-current/sys/dev/altera/msgdma/
H A Dmsgdma.c105 struct msgdma_channel channels[MSGDMA_NCHANNELS]; member in struct:msgdma_softc
147 chan = &sc->channels[0];
410 chan = &sc->channels[i];
/freebsd-current/sys/dev/altera/softdma/
H A Dsoftdma.c125 struct softdma_channel channels[SOFTDMA_NCHANNELS]; member in struct:softdma_softc
213 chan = &sc->channels[0];
612 chan = &sc->channels[i];
/freebsd-current/sys/dev/xdma/controller/
H A Dpl330.c102 struct pl330_channel channels[PL330_NCHANNELS]; member in struct:pl330_softc
176 chan = &sc->channels[c];
380 chan = &sc->channels[i];
/freebsd-current/sys/dev/iwi/
H A Dif_iwireg.h469 uint8_t channels[IWI_SCAN_CHANNELS]; member in struct:iwi_scan
491 uint8_t channels[IWI_SCAN_CHANNELS]; member in struct:iwi_scan_ext
/freebsd-current/sys/dev/ata/chipsets/
H A Data-siliconimage.c130 /* if we have 4 channels enable the second set */
133 ctlr->channels = 4;
160 ctlr->channels = 1;

Completed in 465 milliseconds

12345678