/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | nouveau_grobj.h | 29 struct nouveau_channel *channel; member in struct:nouveau_grobj
|
H A D | nouveau_notifier.h | 39 struct nouveau_channel *channel; member in struct:nouveau_notifier
|
H A D | nouveau_pushbuf.h | 33 struct nouveau_channel *channel; member in struct:nouveau_pushbuf 104 struct nouveau_subchannel *subc = &gr->channel->subc[sc];
|
H A D | nouveau_drm.h | 34 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 D | ath9k_common.c | 27 * 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 D | ath9k_main.c | 54 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 D | vmware.h | 53 * @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 D | rtl8180_grf5101.c | 81 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 D | rtl8180_max2820.c | 87 int channel = channelp->channel_nr; local 88 unsigned int chan_idx = channel - 1; 96 max2820_write_phy_antenna(dev, channel);
|
H A D | rtl8180_sa2400.c | 96 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 D | rtl8185_rtl8225.c | 277 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 D | channels.c | 57 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 D | mcs.c | 205 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 D | disk.c | 142 // 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 D | ata.c | 83 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 D | eltorito.c | 707 // 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 D | guestrpc.c | 58 * 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 D | ath5k_reset.c | 74 * @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 D | error.c | 174 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 D | debug.c | 83 /* 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 D | debug.c | 73 /* 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 D | edd.h | 91 uint8_t channel; member in struct:edd_interface_path::__anon15483
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/ |
H A D | debug.c | 73 /* 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 D | debug.c | 61 /* 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 D | debug.c | 73 /* 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...] |