Searched defs:channel (Results 1 - 25 of 51) sorted by relevance

123

/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_notifier.h39 struct nouveau_channel *channel; member in struct:nouveau_notifier
H A Dnouveau_pushbuf.h33 struct nouveau_channel *channel; member in struct:nouveau_pushbuf
104 struct nouveau_subchannel *subc = &gr->channel->subc[sc];
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
/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_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/include/ipxe/
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/Devices/PC/ipxe/src/drivers/net/rtl818x/
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_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_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);
H A Drtl8185_rtl8225.c277 static void rtl8225_rf_set_tx_power(struct net80211_device *dev, int channel) argument
285 cck_power = priv->txpower[channel - 1] & 0xFF;
286 ofdm_power = priv->txpower[channel - 1] >> 8;
294 if (channel == 14)
493 static void rtl8225z2_rf_set_tx_power(struct net80211_device *dev, int channel) argument
500 cck_power = priv->txpower[channel - 1] & 0xFF;
501 ofdm_power = priv->txpower[channel - 1] >> 8;
503 if (channel == 14)
/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/BIOS/
H A Ddisk.c142 // Get the ata channel
357 // Get the ata channel
475 uint8_t channel, irq, mode, checksum, i, translation; local
483 channel = device / 2;
484 iobase1 = bios_dsk->channels[channel].iobase1;
485 iobase2 = bios_dsk->channels[channel].iobase2;
486 irq = bios_dsk->channels[channel].irq;
517 uint8_t channel, iface, checksum, i; local
520 channel = device / 2;
521 iface = bios_dsk->channels[channel]
[all...]
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...]
H A Deltorito.c707 // Get the ata channel
905 uint8_t channel, irq, mode, checksum, i; local
913 channel = device / 2;
914 iobase1 = bios_dsk->channels[channel].iobase1;
915 iobase2 = bios_dsk->channels[channel].iobase2;
916 irq = bios_dsk->channels[channel].irq;
946 uint8_t channel, iface, checksum, i; local
949 channel = device / 2;
950 iface = bios_dsk->channels[channel].iface;
951 iobase1 = bios_dsk->channels[channel]
[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/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...]
/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/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...]
/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/Devices/PC/ipxe/src/include/ipxe/
H A Dedd.h91 uint8_t channel; member in struct:edd_interface_path::__anon15483
/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...]

Completed in 81 milliseconds

123