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

1234567891011>>

/drivers/staging/sbe-2t3e3/
H A Dio.c22 #define cpld_write_nolock(channel, reg, val) \
23 bootrom_write((channel), CPLD_MAP_REG(reg, channel), val)
25 u32 cpld_read(struct channel *channel, u32 reg) argument
30 spin_lock_irqsave(&channel->card->bootrom_lock, flags);
31 val = bootrom_read((channel), CPLD_MAP_REG(reg, channel));
32 spin_unlock_irqrestore(&channel->card->bootrom_lock, flags);
40 u32 bootrom_read(struct channel *channe argument
64 bootrom_write(struct channel *channel, u32 reg, u32 val) argument
88 serialrom_read_bit(struct channel *channel) argument
110 serialrom_write_bit(struct channel *channel, u32 bit) argument
145 t3e3_eeprom_read_word(struct channel *channel, u32 address) argument
198 exar7250_read(struct channel *channel, u32 reg) argument
222 exar7250_write(struct channel *channel, u32 reg, u32 val) argument
242 exar7300_read(struct channel *channel, u32 reg) argument
301 exar7300_write(struct channel *channel, u32 reg, u32 val) argument
[all...]
H A Dmodule.c26 struct channel *channel0 = &card->channels[0];
37 static void t3e3_remove_channel(struct channel *channel) argument
39 struct pci_dev *pdev = channel->pdev;
40 struct net_device *dev = channel->dev;
43 cpld_stop_intr(channel);
45 dc_drop_descriptor_list(channel);
53 static int __devinit t3e3_init_channel(struct channel *channel, struct pci_dev *pdev, struct card *card) argument
67 dev = alloc_hdlcdev(channel);
[all...]
H A D2t3e3.h688 struct channel { struct
748 struct channel channels[0];
759 void t3e3_init(struct channel *);
760 void t3e3_if_up(struct channel *);
761 void t3e3_if_down(struct channel *);
763 void t3e3_if_config(struct channel *, u32, char *,
765 void t3e3_set_frame_type(struct channel *, u32);
766 u32 t3e3_eeprom_read_word(struct channel *, u32);
767 void t3e3_read_card_serial_number(struct channel *);
771 void dc_intr(struct channel *);
869 cpld_write(struct channel *channel, unsigned reg, u32 val) argument
[all...]
H A Dcpld.c25 static inline void cpld_set_bit(struct channel *channel, unsigned reg, u32 bit) argument
28 spin_lock_irqsave(&channel->card->bootrom_lock, flags);
29 bootrom_set_bit(channel, CPLD_MAP_REG(reg, channel), bit);
30 spin_unlock_irqrestore(&channel->card->bootrom_lock, flags);
33 static inline void cpld_clear_bit(struct channel *channel, unsigned reg, u32 bit) argument
36 spin_lock_irqsave(&channel->card->bootrom_lock, flags);
37 bootrom_clear_bit(channel, CPLD_MAP_RE
[all...]
/drivers/uwb/
H A Dradio.c2 * UWB radio (channel) management.
28 * Default to channel 9 (BG1, TFC1) unless the user has
29 * selected a specific channel or there are no active PALs.
40 * Notify all active PALs that the channel has changed.
42 static void uwb_radio_channel_changed(struct uwb_rc *rc, int channel) argument
47 if (pal->channel && channel != pal->channel) {
48 pal->channel = channel;
62 uwb_radio_change_channel(struct uwb_rc *rc, int channel) argument
141 uwb_radio_force_channel(struct uwb_rc *rc, int channel) argument
[all...]
/drivers/usb/musb/
H A Dmusbhsdma.c46 static void dma_channel_release(struct dma_channel *channel);
53 struct dma_channel *channel; local
58 "Stopping DMA controller while channel active\n");
62 channel = &controller->channel[bit].channel;
63 dma_channel_release(channel);
80 struct dma_channel *channel = NULL; local
86 musb_channel = &(controller->channel[bit]);
91 channel
105 dma_channel_release(struct dma_channel *channel) argument
119 configure_channel(struct dma_channel *channel, u16 packet_sz, u8 mode, dma_addr_t dma_addr, u32 len) argument
157 dma_channel_program(struct dma_channel *channel, u16 packet_sz, u8 mode, dma_addr_t dma_addr, u32 len) argument
204 dma_channel_abort(struct dma_channel *channel) argument
254 struct dma_channel *channel; local
[all...]
/drivers/isdn/sc/
H A Dpacket.c23 int sndpkt(int devId, int channel, int ack, struct sk_buff *data) argument
39 sc_adapter[card]->channel[channel].first_sendbuf,
40 sc_adapter[card]->channel[channel].next_sendbuf,
41 sc_adapter[card]->channel[channel].free_sendbufs,
42 sc_adapter[card]->channel[channel].num_sendbufs);
44 if(!sc_adapter[card]->channel[channe
[all...]
H A Dcommand.c25 static int dial(int card, unsigned long channel, setup_parm setup);
26 static int hangup(int card, unsigned long channel);
27 static int answer(int card, unsigned long channel);
28 static int clreaz(int card, unsigned long channel);
29 static int seteaz(int card, unsigned long channel, char *);
32 static int acceptb(int card, unsigned long channel);
161 static int dial(int card, unsigned long channel, setup_parm setup) argument
178 (unsigned char) channel+1,
182 pr_debug("%s: Dialing %s on channel %lu\n",
183 sc_adapter[card]->devicename, Phone, channel
191 answer(int card, unsigned long channel) argument
212 hangup(int card, unsigned long channel) argument
238 int protocol,channel; local
267 setl3(int card, unsigned long channel) argument
280 acceptb(int card, unsigned long channel) argument
[all...]
/drivers/tty/serial/jsm/
H A Djsm_tty.c80 struct jsm_channel *channel = (struct jsm_channel *)port; local
82 jsm_printk(IOCTL, INFO, &channel->ch_bd->pci_dev, "start\n");
84 result = jsm_get_mstat(channel);
89 jsm_printk(IOCTL, INFO, &channel->ch_bd->pci_dev, "finish\n");
101 struct jsm_channel *channel = (struct jsm_channel *)port; local
103 jsm_printk(IOCTL, INFO, &channel->ch_bd->pci_dev, "start\n");
106 channel->ch_mostat |= UART_MCR_RTS;
108 channel->ch_mostat &= ~UART_MCR_RTS;
111 channel->ch_mostat |= UART_MCR_DTR;
113 channel
129 struct jsm_channel *channel; local
136 struct jsm_channel *channel = (struct jsm_channel *)port; local
148 struct jsm_channel *channel = (struct jsm_channel *)port; local
160 struct jsm_channel *channel = (struct jsm_channel *)port; local
175 struct jsm_channel *channel = (struct jsm_channel *)port; local
188 struct jsm_channel *channel = (struct jsm_channel *)port; local
202 struct jsm_channel *channel = (struct jsm_channel *)port; local
281 struct jsm_channel *channel = (struct jsm_channel *)port; local
315 struct jsm_channel *channel = (struct jsm_channel *)port; local
[all...]
/drivers/net/ethernet/xscale/ixp2000/
H A Dixpdev.h19 int channel; member in struct:ixpdev_priv
23 struct net_device *ixpdev_alloc(int channel, int sizeof_priv);
/drivers/tty/serial/
H A Dip22zilog.c54 #define ZS_WSYNC(channel) do { } while (0)
112 static unsigned char read_zsreg(struct zilog_channel *channel, argument
117 writeb(reg, &channel->control);
119 retval = readb(&channel->control);
125 static void write_zsreg(struct zilog_channel *channel, argument
128 writeb(reg, &channel->control);
130 writeb(value, &channel->control);
134 static void ip22zilog_clear_fifo(struct zilog_channel *channel) argument
141 regval = readb(&channel->control);
146 regval = read_zsreg(channel, R
161 __load_zsregs(struct zilog_channel *channel, unsigned char *regs) argument
236 ip22zilog_maybe_update_regs(struct uart_ip22zilog_port *up, struct zilog_channel *channel) argument
251 ip22zilog_receive_chars(struct uart_ip22zilog_port *up, struct zilog_channel *channel) argument
321 ip22zilog_status_handle(struct uart_ip22zilog_port *up, struct zilog_channel *channel) argument
363 ip22zilog_transmit_chars(struct uart_ip22zilog_port *up, struct zilog_channel *channel) argument
439 struct zilog_channel *channel local
500 struct zilog_channel *channel; local
554 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); local
586 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); local
628 struct zilog_channel *channel; local
644 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); local
660 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); local
686 struct zilog_channel *channel; local
715 struct zilog_channel *channel; local
776 struct zilog_channel *channel; local
996 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); local
1082 int channel, chip; local
[all...]
/drivers/net/wireless/bcmdhd/include/
H A Dbcmwifi.h77 #define LOWER_20_SB(channel) (((channel) > CH_10MHZ_APART) ? ((channel) - CH_10MHZ_APART) : 0)
78 #define UPPER_20_SB(channel) (((channel) < (MAXCHANNEL - CH_10MHZ_APART)) ? \
79 ((channel) + CH_10MHZ_APART) : 0)
81 #define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_20 | \
82 WL_CHANSPEC_CTL_SB_NONE | (((channel) <= CH_MAX_2G_CHANNEL) ? \
84 #define NEXT_20MHZ_CHAN(channel) (((channe
[all...]
/drivers/staging/comedi/drivers/
H A Dmite.h57 unsigned channel; member in struct:mite_channel
174 static inline int CHAN_OFFSET(int channel) argument
176 return 0x500 + 0x100 * channel;
190 static inline int MITE_CHOR(int channel) argument
191 { /* channel operation */
192 return CHAN_OFFSET(channel) + 0x0;
195 static inline int MITE_CHCR(int channel) argument
196 { /* channel control */
197 return CHAN_OFFSET(channel) + 0x4;
200 static inline int MITE_TCR(int channel) argument
205 MITE_MCR(int channel) argument
210 MITE_MAR(int channel) argument
215 MITE_DCR(int channel) argument
220 MITE_DAR(int channel) argument
225 MITE_LKCR(int channel) argument
230 MITE_LKAR(int channel) argument
235 MITE_LLKAR(int channel) argument
240 MITE_BAR(int channel) argument
245 MITE_BCR(int channel) argument
250 MITE_SAR(int channel) argument
255 MITE_WSCR(int channel) argument
260 MITE_WSER(int channel) argument
265 MITE_CHSR(int channel) argument
270 MITE_FCR(int channel) argument
[all...]
H A Dunioxx5.c71 /* channel modes */
83 unsigned char usp_prev_cn_val[3]; /* previous channel value */
101 unsigned int *data, int channel, int minor);
103 unsigned int *data, int channel, int minor);
106 unsigned int *data, int channel, int minor);
108 unsigned int *data, int channel, int minor);
110 static void __unioxx5_analog_config(struct unioxx5_subd_priv *usp, int channel);
183 int channel, type; local
185 channel = CR_CHAN(insn->chanspec);
187 type = usp->usp_module_type[channel /
205 int channel, type; local
227 int channel_offset, flags, channel = CR_CHAN(insn->chanspec), type; local
365 __unioxx5_digital_write(struct unioxx5_subd_priv *usp, unsigned int *data, int channel, int minor) argument
395 __unioxx5_digital_read(struct unioxx5_subd_priv *usp, unsigned int *data, int channel, int minor) argument
413 *data >>= channel; local
434 __unioxx5_analog_write(struct unioxx5_subd_priv *usp, unsigned int *data, int channel, int minor) argument
471 __unioxx5_analog_read(struct unioxx5_subd_priv *usp, unsigned int *data, int channel, int minor) argument
513 __unioxx5_analog_config(struct unioxx5_subd_priv *usp, int channel) argument
[all...]
H A Djr3_pci.c100 volatile struct jr3_channel *channel; member in struct:jr3_pci_subdev_private
164 static int is_complete(volatile struct jr3_channel *channel) argument
166 return get_s16(&channel->command_word0) == 0;
176 static void set_transforms(volatile struct jr3_channel *channel, argument
184 set_u16(&channel->transforms[num].link[i].link_type,
187 set_s16(&channel->transforms[num].link[i].link_amount,
195 static void use_transform(volatile struct jr3_channel *channel, argument
198 set_s16(&channel->command_word0, 0x0500 + (transf_num & 0x000f));
201 static void use_offset(volatile struct jr3_channel *channel, short offset_num) argument
203 set_s16(&channel
206 set_offset(volatile struct jr3_channel *channel) argument
220 set_full_scales(volatile struct jr3_channel *channel, struct six_axis_t full_scale) argument
236 get_min_full_scales(volatile struct jr3_channel *channel) argument
249 get_max_full_scales(volatile struct jr3_channel *channel) argument
268 int channel; local
516 volatile struct jr3_channel *channel = p->channel; local
[all...]
/drivers/net/wireless/b43legacy/
H A Dmain.h44 /* Lightweight function to convert a frequency (in Mhz) to a channel number. */
48 u8 channel; local
51 channel = 14;
53 channel = (freq - 2407) / 5;
55 return channel;
64 /* Lightweight function to convert a channel number to a frequency (in Mhz). */
66 int b43legacy_channel_to_freq_bg(u8 channel) argument
70 if (channel == 14)
73 freq = 2407 + (5 * channel);
80 u8 channel)
79 b43legacy_channel_to_freq(struct b43legacy_wldev *dev, u8 channel) argument
[all...]
/drivers/media/video/
H A Ds2255drv.c240 /* if channel configured to default state */
251 int idx; /* channel number on device, 0-3 */
256 struct s2255_channel channel[MAX_CHANNELS]; member in struct:s2255_dev
268 u32 cc; /* current channel */
299 struct s2255_channel *channel; member in struct:s2255_fh
353 static int s2255_start_acquire(struct s2255_channel *channel);
354 static int s2255_stop_acquire(struct s2255_channel *channel);
581 static int s2255_got_frame(struct s2255_channel *channel, int jpgsize) argument
583 struct s2255_dmaqueue *dma_q = &channel->vidq;
585 struct s2255_dev *dev = to_s2255_dev(channel
629 s2255_fillbuff(struct s2255_channel *channel, struct s2255_buffer *buf, int jpgsize) argument
694 struct s2255_channel *channel = fh->channel; local
718 struct s2255_channel *channel = fh->channel; local
762 struct s2255_channel *channel = fh->channel; local
788 struct s2255_channel *channel = fh->channel; local
812 struct s2255_channel *channel = fh->channel; local
874 struct s2255_channel *channel = fh->channel; local
892 struct s2255_channel *channel = fh->channel; local
987 struct s2255_channel *channel = fh->channel; local
1203 s2255_set_mode(struct s2255_channel *channel, struct s2255_mode *mode) argument
1254 s2255_cmd_status(struct s2255_channel *channel, u32 *pstatus) argument
1292 struct s2255_channel *channel = fh->channel; local
1399 struct s2255_channel *channel = fh->channel; local
1444 struct s2255_channel *channel = fh->channel; local
1484 struct s2255_channel *channel = fh->channel; local
1516 struct s2255_channel *channel = fh->channel; local
1559 struct s2255_channel *channel = fh->channel; local
1569 struct s2255_channel *channel = fh->channel; local
1582 struct s2255_channel *channel = fh->channel; local
1617 struct s2255_channel *channel = fh->channel; local
1696 struct s2255_channel *channel = video_drvdata(file); local
1850 struct s2255_channel *channel = fh->channel; local
1941 struct s2255_channel *channel; local
2009 struct s2255_channel *channel; local
2219 s2255_create_sys_buffers(struct s2255_channel *channel) argument
2256 s2255_release_sys_buffers(struct s2255_channel *channel) argument
2300 struct s2255_channel *channel = &dev->channel[j]; local
2425 s2255_start_acquire(struct s2255_channel *channel) argument
2460 s2255_stop_acquire(struct s2255_channel *channel) argument
2572 struct s2255_channel *channel = &dev->channel[i]; local
[all...]
/drivers/net/wireless/zd1211rw/
H A Dzd_rf.h52 u8 channel; member in struct:zd_rf
54 /* whether channel integration and calibration should be updated
69 int (*set_channel)(struct zd_rf *rf, u8 channel);
72 int (*patch_6m_band_edge)(struct zd_rf *rf, u8 channel);
83 int zd_rf_set_channel(struct zd_rf *rf, u8 channel);
88 int zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel);
89 int zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel);
101 int zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel);
102 int zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel);
/drivers/net/ethernet/sfc/
H A Dnic.c65 (0x00010100 + (_channel)->channel)
69 (0x00010200 + (_channel)->channel)
85 static inline efx_qword_t *efx_event(struct efx_channel *channel, argument
88 return ((efx_qword_t *) (channel->eventq.addr)) +
89 (index & channel->eventq_mask);
327 * descriptor queue belonging to the specified channel.
445 tx_queue->channel->channel,
609 efx_rx_queue_channel(rx_queue)->channel,
664 * Event queues are processed by per-channel tasklet
673 efx_nic_eventq_read_ack(struct efx_channel *channel) argument
685 efx_generate_event(struct efx_channel *channel, efx_qword_t *event) argument
705 efx_handle_tx_event(struct efx_channel *channel, efx_qword_t *event) argument
753 struct efx_channel *channel = efx_rx_queue_channel(rx_queue); local
849 efx_handle_rx_event(struct efx_channel *channel, const efx_qword_t *event) argument
905 efx_handle_generated_event(struct efx_channel *channel, efx_qword_t *event) argument
925 efx_handle_driver_event(struct efx_channel *channel, efx_qword_t *event) argument
993 efx_nic_process_eventq(struct efx_channel *channel, int budget) argument
1066 efx_nic_event_present(struct efx_channel *channel) argument
1072 efx_nic_probe_eventq(struct efx_channel *channel) argument
1082 efx_nic_init_eventq(struct efx_channel *channel) argument
1117 efx_nic_fini_eventq(struct efx_channel *channel) argument
1134 efx_nic_remove_eventq(struct efx_channel *channel) argument
1140 efx_nic_generate_test_event(struct efx_channel *channel) argument
1151 efx_nic_generate_fill_event(struct efx_channel *channel) argument
1171 struct efx_channel *channel = efx_get_channel(efx, 0); local
1226 struct efx_channel *channel; local
1322 struct efx_channel *channel; local
1415 struct efx_channel *channel; local
1486 struct efx_channel *channel = *(struct efx_channel **)dev_id; local
1536 struct efx_channel *channel; local
1581 struct efx_channel *channel; local
[all...]
H A Defx.h39 extern void efx_rx_strategy(struct efx_channel *channel);
42 extern void __efx_rx_packet(struct efx_channel *channel,
85 static inline void efx_filter_rfs_expire(struct efx_channel *channel) argument
87 if (channel->rfs_filters_added >= 60 &&
88 __efx_filter_rfs_expire(channel->efx, 100))
89 channel->rfs_filters_added -= 60;
93 static inline void efx_filter_rfs_expire(struct efx_channel *channel) {} argument
98 extern void efx_process_channel_now(struct efx_channel *channel);
138 static inline void efx_schedule_channel(struct efx_channel *channel) argument
140 netif_vdbg(channel
[all...]
H A Defx.c113 /* This is the weight assigned to each of the (per-channel) virtual
202 static void efx_fini_napi_channel(struct efx_channel *channel);
220 /* Process channel's event queue
223 * single channel. The caller must guarantee that this function will
224 * never be concurrently called more than once on the same channel,
227 static int efx_process_channel(struct efx_channel *channel, int budget) argument
229 struct efx_nic *efx = channel->efx;
232 if (unlikely(efx->reset_pending || !channel->enabled))
235 spent = efx_nic_process_eventq(channel, budget);
240 if (channel
259 efx_channel_processed(struct efx_channel *channel) argument
277 struct efx_channel *channel = local
333 efx_process_channel_now(struct efx_channel *channel) argument
371 efx_probe_eventq(struct efx_channel *channel) argument
389 efx_init_eventq(struct efx_channel *channel) argument
399 efx_fini_eventq(struct efx_channel *channel) argument
407 efx_remove_eventq(struct efx_channel *channel) argument
426 struct efx_channel *channel; local
476 efx_probe_channel(struct efx_channel *channel) argument
518 struct efx_channel *channel; local
540 struct efx_channel *channel; local
572 struct efx_channel *channel; local
611 efx_start_channel(struct efx_channel *channel) argument
636 efx_stop_channel(struct efx_channel *channel) argument
650 struct efx_channel *channel; local
686 efx_remove_channel(struct efx_channel *channel) argument
703 struct efx_channel *channel; local
712 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel; local
1288 struct efx_channel *channel; local
1302 struct efx_channel *channel; local
1418 struct efx_channel *channel; local
1488 struct efx_channel *channel; local
1561 struct efx_channel *channel; local
1669 struct efx_channel *channel; local
1678 efx_fini_napi_channel(struct efx_channel *channel) argument
1687 struct efx_channel *channel; local
1708 struct efx_channel *channel; local
1970 struct efx_channel *channel; local
2025 struct efx_channel *channel; local
[all...]
/drivers/staging/iio/adc/
H A Dad7476_core.c56 *val = (ret >> st->chip_info->channel[0].scan_type.shift) &
57 RES_MASK(st->chip_info->channel[0].scan_type.realbits);
61 >> st->chip_info->channel[0].scan_type.realbits;
71 .channel[0] = IIO_CHAN(IIO_VOLTAGE, 0, 1, 0, NULL, 0, 0,
74 .channel[1] = IIO_CHAN_SOFT_TIMESTAMP(1),
77 .channel[0] = IIO_CHAN(IIO_VOLTAGE, 0, 1, 0, NULL, 0, 0,
80 .channel[1] = IIO_CHAN_SOFT_TIMESTAMP(1),
83 .channel[0] = IIO_CHAN(IIO_VOLTAGE, 0, 1 , 0, NULL, 0, 0,
86 .channel[1] = IIO_CHAN_SOFT_TIMESTAMP(1),
89 .channel[
[all...]
/drivers/net/wireless/ipw2x00/
H A Dlibipw_geo.c45 int libipw_is_valid_channel(struct libipw_device *ieee, u8 channel) argument
57 * this is a B only channel, we don't see it
59 if ((ieee->geo.bg[i].channel == channel) &&
67 if ((ieee->geo.a[i].channel == channel) &&
74 int libipw_channel_to_index(struct libipw_device *ieee, u8 channel) argument
85 if (ieee->geo.bg[i].channel == channel)
90 if (ieee->geo.a[i].channel
96 libipw_channel_to_freq(struct libipw_device * ieee, u8 channel) argument
154 libipw_get_channel_flags(struct libipw_device * ieee, u8 channel) argument
173 libipw_get_channel(struct libipw_device *ieee, u8 channel) argument
[all...]
/drivers/hv/
H A Dchannel.c42 static void vmbus_setevent(struct vmbus_channel *channel);
46 * channel.
48 static void vmbus_setevent(struct vmbus_channel *channel) argument
52 if (channel->offermsg.monitor_allocated) {
54 sync_set_bit(channel->offermsg.child_relid & 31,
56 (channel->offermsg.child_relid >> 5));
61 sync_set_bit(channel->monitor_bit,
63 [channel->monitor_grp].pending);
66 vmbus_set_event(channel->offermsg.child_relid);
71 * vmbus_get_debug_info -Retrieve various channel debu
73 vmbus_get_debug_info(struct vmbus_channel *channel, struct vmbus_channel_debug_info *debuginfo) argument
389 vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, u32 size, u32 *gpadl_handle) argument
468 vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle) argument
512 vmbus_close(struct vmbus_channel *channel) argument
563 vmbus_sendpacket(struct vmbus_channel *channel, const void *buffer, u32 bufferlen, u64 requestid, enum vmbus_packet_type type, u32 flags) argument
602 vmbus_sendpacket_pagebuffer(struct vmbus_channel *channel, struct hv_page_buffer pagebuffers[], u32 pagecount, void *buffer, u32 bufferlen, u64 requestid) argument
663 vmbus_sendpacket_multipagebuffer(struct vmbus_channel *channel, struct hv_multipage_buffer *multi_pagebuffer, void *buffer, u32 bufferlen, u64 requestid) argument
734 vmbus_recvpacket(struct vmbus_channel *channel, void *buffer, u32 bufferlen, u32 *buffer_actual_len, u64 *requestid) argument
777 vmbus_recvpacket_raw(struct vmbus_channel *channel, void *buffer, u32 bufferlen, u32 *buffer_actual_len, u64 *requestid) argument
[all...]
/drivers/net/wireless/b43/
H A Dmain.h62 /* Lightweight function to convert a frequency (in Mhz) to a channel number. */
69 u8 channel; local
72 channel = 14;
74 channel = (freq - 2407) / 5;
76 return channel;
79 /* Lightweight function to convert a channel number to a frequency (in Mhz). */
80 static inline int b43_channel_to_freq_5ghz(u8 channel) argument
82 return (5000 + (5 * channel));
84 static inline int b43_channel_to_freq_2ghz(u8 channel) argument
88 if (channel
[all...]

Completed in 530 milliseconds

1234567891011>>