Searched refs:channel (Results 1 - 25 of 82) sorted by relevance

1234

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_common.c27 * Update internal channel flags.
32 ichan->channel = chan->center_freq;
45 * Get the internal channel reference.
50 struct net80211_channel *curchan = dev->channels + dev->channel;
51 struct ath9k_channel *channel; local
55 channel = &ah->channels[chan_idx];
56 ath9k_cmn_update_ichannel(channel, curchan);
58 return channel;
H A Dath9k_ar9003_phy.c48 * ar9003_hw_set_channel - set channel on single-chip device
52 * This is the function to change channel on single-chip devices, that is
55 * This function takes the channel value in MHz and sets
56 * hardware channel value. Assumes writes have been enabled to analog bus.
60 * For 2GHz channel,
64 * For 5GHz channel,
140 /* Toggle Load Synth channel bit */
158 * input channel frequency and compute register settings below.
172 * Need to verify range +/- 10 MHz in control channel, otherwise spur
186 synth_freq = chan->channel
623 struct net80211_channel *channel = chan->chan; local
[all...]
H A Dath9k_main.c54 static void ath_update_survey_nf(struct ath_softc *sc, int channel) argument
57 struct ath9k_channel *chan = &ah->channels[channel];
58 struct survey_info *survey = &sc->survey[channel];
112 * Set/change channels. If the channel is really being changed, it's done
122 struct net80211_channel *channel = dev->channels + dev->channel; local
136 * This is only performed if the channel settings have
155 * changing channel. */
162 sc->sc_ah->curchan->channel,
163 channel
474 struct net80211_channel *channel = dev->channels + dev->channel; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/vmware/
H A Dguestrpc.c58 * Open GuestRPC channel
60 * @ret channel Channel number, or negative error
63 uint16_t channel; local
69 &channel, &discard_b );
76 DBGC ( GUESTRPC_MAGIC, "GuestRPC channel %d opened\n", channel );
77 return channel;
83 * @v channel Channel number
87 static int guestrpc_command_len ( int channel, size_t len ) { argument
93 status = vmware_cmd_guestrpc ( channel, GUESTRPC_COMMAND_LE
112 guestrpc_command_data( int channel, uint32_t data ) argument
137 guestrpc_reply_len( int channel, uint16_t *reply_id ) argument
161 guestrpc_reply_data( int channel, uint16_t reply_id, uint32_t *data ) argument
186 guestrpc_reply_finish( int channel, uint16_t reply_id ) argument
237 guestrpc_command( int channel, const char *command, char *reply, size_t reply_len ) argument
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dchannels.c57 VCHANNEL *channel; local
68 channel = &g_channels[g_num_channels];
69 channel->mcs_id = MCS_GLOBAL_CHANNEL + 1 + g_num_channels;
70 strncpy(channel->name, name, 8);
71 channel->flags = flags;
72 channel->process = callback;
74 return channel;
78 channel_init(VCHANNEL * channel, uint32 length) argument
88 channel_send(STREAM s, VCHANNEL * channel) argument
111 if (channel
151 VCHANNEL *channel = NULL; local
[all...]
H A Dmcs.c205 DEBUG_RDP5(("Sending CJRQ for channel #%d\n", chanid));
261 /* Send an MCS transport data packet to a specific channel */
263 mcs_send_to_channel(STREAM s, uint16 channel) argument
273 out_uint16_be(s, channel);
280 /* Send an MCS transport data packet to the global channel */
289 mcs_recv(uint16 * channel, uint8 * rdpver) argument
311 in_uint16_be(s, *channel);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/ipxe/
H A Dguestrpc.h18 /** Open RPC channel */
21 /** Open RPC channel success status */
54 /** Close RPC channel */
57 /** Close RPC channel success status */
64 extern void guestrpc_close ( int channel );
65 extern int guestrpc_command ( int channel, const char *command, char *reply,
H A Dvmware.h53 * @v channel Channel number
61 vmware_cmd_guestrpc ( int channel, uint16_t subcommand, uint32_t parameter, argument
73 "3" ( VMW_PORT | ( channel << 16 ) ) );
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dnouveau_grobj.h29 struct nouveau_channel *channel; member in struct:nouveau_grobj
H A Dnouveau_drm.h34 int channel; member in struct:drm_nouveau_channel_alloc
48 int channel; member in struct:drm_nouveau_channel_free
52 int channel; member in struct:drm_nouveau_grobj_alloc
58 uint32_t channel; member in struct:drm_nouveau_notifierobj_alloc
65 int channel; member in struct:drm_nouveau_gpuobj_free
138 uint32_t channel; member in struct:drm_nouveau_gem_pushbuf
148 uint32_t channel; member in struct:drm_nouveau_gem_pushbuf_call
H A Dnouveau_notifier.h39 struct nouveau_channel *channel; member in struct:nouveau_notifier
/vbox/src/libs/libxml2-2.6.31/
H A Derror.c174 xmlGenericErrorFunc channel, void *data ) {
206 channel(data ,"%s\n", content);
218 channel(data ,"%s\n", content);
244 xmlGenericErrorFunc channel, void *data)
259 if (channel == NULL) {
260 channel = xmlGenericError;
288 channel(data, "%s:%d: ", input->filename, input->line);
290 channel(data, "Entity: line %d: ", input->line);
294 channel(data, "%s:%d: ", file, line);
296 channel(dat
173 xmlParserPrintFileContextInternal(xmlParserInputPtr input , xmlGenericErrorFunc channel, void *data ) argument
243 xmlReportError(xmlErrorPtr err, xmlParserCtxtPtr ctxt, const char *str, xmlGenericErrorFunc channel, void *data) argument
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_reset.c74 * @channel: the currently set channel upon reset
86 struct net80211_channel *channel)
93 !(channel->hw_value & CHANNEL_OFDM)) {
94 DBG("ath5k: attempt to set OFDM timings on non-OFDM channel\n");
103 clock = ath5k_hw_htoclock(1, channel->hw_value & CHANNEL_TURBO);
105 coef_scaled = ((5 * (clock << 24)) / 2) / channel->center_freq;
309 * Get channel mode flags
423 struct net80211_channel *channel)
434 if ((channel
85 ath5k_hw_write_ofdm_timings(struct ath5k_hw *ah, struct net80211_channel *channel) argument
422 ath5k_hw_chan_has_spur_noise(struct ath5k_hw *ah, struct net80211_channel *channel) argument
443 ath5k_hw_tweak_initval_settings(struct ath5k_hw *ah, struct net80211_channel *channel) argument
545 ath5k_hw_commit_eeprom_settings(struct ath5k_hw *ah, struct net80211_channel *channel, u8 *ant, u8 ee_mode) argument
698 ath5k_hw_reset(struct ath5k_hw *ah, struct net80211_channel *channel, int change_channel) argument
[all...]
H A Dath5k_phy.c514 int ath5k_hw_rfregs_init(struct ath5k_hw *ah, struct net80211_channel *channel, argument
617 if (channel->hw_value & CHANNEL_2GHZ) {
619 if (channel->hw_value & CHANNEL_CCK)
644 } else if ((channel->hw_value & CHANNEL_5GHZ) ||
650 obdb = channel->center_freq >= 5725 ? 3 :
651 (channel->center_freq >= 5500 ? 2 :
652 (channel->center_freq >= 5260 ? 1 :
653 (channel->center_freq > 4000 ? 0 : -1)));
671 if (channel->hw_value & CHANNEL_OFDM) {
706 /* TODO: Half/quarter channel suppor
848 ath5k_hw_rf5110_chan2athchan(struct net80211_channel *channel) argument
867 ath5k_hw_rf5110_channel(struct ath5k_hw *ah, struct net80211_channel *channel) argument
889 int channel; local
915 ath5k_hw_rf5111_channel(struct ath5k_hw *ah, struct net80211_channel *channel) argument
961 ath5k_hw_rf5112_channel(struct ath5k_hw *ah, struct net80211_channel *channel) argument
1009 ath5k_hw_rf2425_channel(struct ath5k_hw *ah, struct net80211_channel *channel) argument
1048 ath5k_hw_channel(struct ath5k_hw *ah, struct net80211_channel *channel) argument
1177 ath5k_hw_rf5110_calibrate(struct ath5k_hw *ah, struct net80211_channel *channel) argument
1277 ath5k_hw_rf511x_calibrate(struct ath5k_hw *ah, struct net80211_channel *channel) argument
1345 ath5k_hw_phy_calibrate(struct ath5k_hw *ah, struct net80211_channel *channel) argument
1580 ath5k_get_chan_pcal_surrounding_piers(struct ath5k_hw *ah, struct net80211_channel *channel, struct ath5k_chan_pcal_info **pcinfo_l, struct ath5k_chan_pcal_info **pcinfo_r) argument
1660 ath5k_get_rate_pcal_data(struct ath5k_hw *ah, struct net80211_channel *channel, struct ath5k_rate_pcal_info *rates) argument
1748 ath5k_get_max_ctl_power(struct ath5k_hw *ah, struct net80211_channel *channel) argument
2190 ath5k_setup_channel_powertable(struct ath5k_hw *ah, struct net80211_channel *channel, u8 ee_mode, u8 type) argument
2474 ath5k_hw_txpower(struct ath5k_hw *ah, struct net80211_channel *channel, u8 ee_mode, u8 txpower) argument
2574 struct net80211_channel *channel = ah->ah_current_channel; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsITimelineService.idl204 #define NS_TIMELINE_MARK_CHANNEL(text, channel) \
207 if (channel) { \
208 channel->GetURI(getter_AddRefs(uri)); \
217 nsCOMPtr<nsIChannel> channel(do_QueryInterface(request)); \
218 NS_TIMELINE_MARK_CHANNEL(text, channel); \
239 #define NS_TIMELINE_MARK_CHANNEL(text, channel)
/vbox/src/VBox/Devices/PC/BIOS/
H A Data.c83 uint8_t channel, device; local
89 for (channel=0; channel<BX_MAX_ATA_INTERFACES; channel++) {
90 bios_dsk->channels[channel].iface = ATA_IFACE_NONE;
91 bios_dsk->channels[channel].iobase1 = 0x0;
92 bios_dsk->channels[channel].iobase2 = 0x0;
93 bios_dsk->channels[channel].irq = 0;
133 uint8_t channel, slave, sn, sc; local
139 channel
215 uint8_t channel, slave; local
405 uint8_t channel, slave; local
692 uint8_t channel, slave; local
894 uint8_t channel, slave; local
1118 uint8_t channel, slave; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c73 /* get the flags to use for a given channel, possibly setting them too in case of lazy init */
74 unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel )
80 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
84 /* no option for this channel */
85 if (channel->flags & (1 << __WINE_DBCL_INIT)) channel->flags = default_flags;
89 /* set the flags to use for a given channel; return 0 if the channel is not available to set */
90 int __wine_dbg_set_channel_flags( struct __wine_debug_channel *channel, argument
97 struct __wine_debug_channel *opt = bsearch( channel
285 wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *func, const char *format, ... ) argument
459 default_dbg_vlog( enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *func, const char *format, va_list args ) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c73 /* get the flags to use for a given channel, possibly setting them too in case of lazy init */
74 unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel )
80 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
84 /* no option for this channel */
85 if (channel->flags & (1 << __WINE_DBCL_INIT)) channel->flags = default_flags;
89 /* set the flags to use for a given channel; return 0 if the channel is not available to set */
90 int __wine_dbg_set_channel_flags( struct __wine_debug_channel *channel, argument
97 struct __wine_debug_channel *opt = bsearch( channel
285 wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *func, const char *format, ... ) argument
459 default_dbg_vlog( enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *func, const char *format, va_list args ) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c61 /* get the flags to use for a given channel, possibly setting them too in case of lazy init */
62 unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel )
68 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
72 /* no option for this channel */
73 if (channel->flags & (1 << __WINE_DBCL_INIT)) channel->flags = default_flags;
77 /* set the flags to use for a given channel; return 0 if the channel is not available to set */
78 int __wine_dbg_set_channel_flags( struct __wine_debug_channel *channel, argument
85 struct __wine_debug_channel *opt = bsearch( channel
239 wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *func, const char *format, ... ) argument
412 default_dbg_vlog( enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *func, const char *format, va_list args ) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c73 /* get the flags to use for a given channel, possibly setting them too in case of lazy init */
74 unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel )
80 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
84 /* no option for this channel */
85 if (channel->flags & (1 << __WINE_DBCL_INIT)) channel->flags = default_flags;
89 /* set the flags to use for a given channel; return 0 if the channel is not available to set */
90 int __wine_dbg_set_channel_flags( struct __wine_debug_channel *channel, argument
97 struct __wine_debug_channel *opt = bsearch( channel
285 wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *func, const char *format, ... ) argument
459 default_dbg_vlog( enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *func, const char *format, va_list args ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/rtl818x/
H A Drtl8180_max2820.c87 int channel = channelp->channel_nr; local
88 unsigned int chan_idx = channel - 1;
96 max2820_write_phy_antenna(dev, channel);
H A Drtl8180_grf5101.c81 int channel = channelp->channel_nr; local
82 u32 txpw = priv->txpower[channel - 1] & 0xFF;
83 u32 chan = channel - 1;
96 grf5101_write_phy_antenna(dev, channel);
H A Drtl8180_sa2400.c96 int channel = channelp->channel_nr; local
97 u32 txpw = priv->txpower[channel - 1] & 0xFF;
98 u32 chan = sa2400_chan[channel - 1];
102 sa2400_write_phy_antenna(dev, channel);
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Diwmgmt.c50 if ( dev->channel < dev->nr_channels && dev->rate < dev->nr_rates ) {
51 printf ( "Ch:%d Sig:%d", dev->channels[dev->channel].channel_nr,
127 int was_channel = dev->channels[dev->channel].channel_nr;
201 ssid_buf, eth_ntoa ( wlan->bssid ), wlan->channel,
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c83 /* get the flags to use for a given channel, possibly setting them too in case of lazy init */
84 unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel )
90 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
94 /* no option for this channel */
95 if (channel->flags & (1 << __WINE_DBCL_INIT)) channel->flags = default_flags;
99 /* set the flags to use for a given channel; return 0 if the channel is not available to set */
100 int __wine_dbg_set_channel_flags( struct __wine_debug_channel *channel, argument
107 struct __wine_debug_channel *opt = bsearch( channel
297 wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *func, const char *format, ... ) argument
473 default_dbg_vlog( enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *func, const char *format, va_list args ) argument
[all...]

Completed in 146 milliseconds

1234