Searched refs:channel (Results 51 - 75 of 359) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/icn/
H A Dicn.c52 * channel = channel number
55 icn_free_queue(icn_card * card, int channel) argument
57 struct sk_buff_head *queue = &card->spqueue[channel];
64 card->xlen[channel] = 0;
65 card->sndcount[channel] = 0;
66 if ((skb = card->xskb[channel])) {
67 card->xskb[channel] = NULL;
117 icn_map_channel(icn_card * card, int channel) argument
120 printk(KERN_DEBUG "icn_map_channel %d %d\n", dev.channel, channe
141 icn_lock_channel(icn_card * card, int channel) argument
190 icn_trymaplock_channel(icn_card * card, int channel) argument
222 icn_maprelease_channel(icn_card * card, int channel) argument
244 icn_pollbchan_receive(int channel, icn_card * card) argument
295 icn_pollbchan_send(int channel, icn_card * card) argument
448 icn_parse_status(u_char * status, int channel, icn_card * card) argument
713 icn_sendbuf(int channel, int ack, struct sk_buff *skb, icn_card * card) argument
1508 if_writecmd(const u_char * buf, int len, int user, int id, int channel) argument
1523 if_readstatus(u_char * buf, int len, int user, int id, int channel) argument
1538 if_sendbuf(int id, int channel, int ack, struct sk_buff *skb) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dpdcraid.h14 u8 channel; member in struct:promise_raid_conf::__anon1417
36 u8 channel; member in struct:promise_raid_conf::__anon1417::__anon1418
H A Dtrm290.c63 * bit3 0=primary IDE channel, 1=secondary IDE channel
68 * selected by CPR bit 3 (channel) and CPR bits 2-0 (index 0 to 6),
156 outb(0x51|(hwif->channel<<3), hwif->config_data+1); /* set PIO/DMA */
163 reg &= ~(1 << hwif->channel);
240 outb(0x51|(hwif->channel<<3), hwif->config_data+1);
249 hwif->irq = hwif->channel ? 15 : 14; /* legacy mode */
252 ide_setup_dma(hwif, (hwif->config_data + 4) ^ (hwif->channel ? 0x0080 : 0x0000), 3);
266 unsigned short old, compat = hwif->channel ? 0x374 : 0x3f4;
269 outb(0x54|(hwif->channel<<
[all...]
H A Dns87415.c46 bit = 1 << (8 + hwif->channel);
49 /* Select PIO or DMA, DMA may only be selected for one drive/channel. */
50 bit = 1 << (20 + drive->select.b.unit + (hwif->channel << 1));
51 other = 1 << (20 + (1 - drive->select.b.unit) + (hwif->channel << 1));
141 using_inta = progif & (1 << (hwif->channel << 1));
143 using_inta = ctrl & (1 << (4 + hwif->channel));
179 hwif->irq = hwif->channel ? 15 : 14; /* legacy mode */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dauerisdn_b.h3 * auerisdn_b.h -- Auerswald PBX/System Telephone ISDN B channel interface.
41 /* B channel state data */
47 unsigned int mode; /* B-channel mode */
48 unsigned int channel; /* Number of this B-channel */ member in struct:auerisdnbc
51 unsigned int txsize; /* size of data paket for this channel */
55 unsigned int lastbyte; /* last byte sent out to trans. B channel */
60 unsigned int channel);
H A Dauerisdn_b.c3 * auerisdn_b.c -- Auerswald PBX/System Telephone ISDN B-channel interface.
33 /* ISDN B channel support defines */
34 #define AUISDN_BC_1MS 8 /* Bytes per channel and ms */
60 b) from interrupt context (a B channel paket arrived, a B channel paket was sent)
71 ahp->hisax_b_if[bc->channel].ifc.l1l2(&ahp->
73 channel].
93 struct auerisdnbc *bc = &ip->bc[0]; /* start with B-channel 0 */
102 /* Which B channel should we serve? */
104 /* B channel
379 int channel; local
484 auerisdn_b_l2l1(struct hisax_if *ifc, int pr, void *arg, unsigned int channel) argument
575 int channel; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Damdtp.h12 * channel, then start writing samples.
40 * The last thing to specify is either the isochronous channel to use
41 * or the output plug to connect to. If you know what channel the
42 * destination device will listen on, you can specify the channel
44 * destination device chooses the channel and uses the IEC61883-1 plug
46 * driver will pick up the channel number from the plug once the
88 union { __u32 channel; __u32 plug; } u; member in union:amdtp_ioctl::__anon1423
H A Ddv1394.h59 0x63, (broadcast channel)
260 /* isochronous transmission channel to use */
261 unsigned int channel; member in struct:dv1394_init
H A Dcmp.h17 u32 channel:6; member in struct:cmp_pcr
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dtrident.c123 * Fix race in open while looking for a free virtual channel slot
135 * 5.1 channel output support with channel binding. What's the Matrix ?
151 * Clean up of channel register access routine (prepare for channel binding)
170 * Clean up of low level channel register access code. (done)
282 /* "software" or virtual channel, an instance of opened /dev/dsp */
290 /* virtual channel number */
298 /* hardware channel */
299 struct trident_channel *channel; member in struct:trident_state::dmabuf
564 trident_enable_voice_irq(struct trident_card * card, unsigned int channel) argument
581 trident_disable_voice_irq(struct trident_card * card, unsigned int channel) argument
601 trident_start_voice(struct trident_card * card, unsigned int channel) argument
620 trident_stop_voice(struct trident_card * card, unsigned int channel) argument
639 trident_get_interrupt_mask(struct trident_card * card, unsigned int channel) argument
646 trident_check_channel_interrupt(struct trident_card * card, unsigned int channel) argument
659 trident_ack_channel_interrupt(struct trident_card * card, unsigned int channel) argument
685 struct trident_channel *channel = &bank->channels[idx]; local
697 trident_free_pcm_channel(struct trident_card *card, unsigned int channel) argument
731 struct trident_channel *channel = &bank->channels[idx]; local
743 cyber_free_pcm_channel(struct trident_card *card, unsigned int channel) argument
807 trident_load_channel_registers(struct trident_card *card, u32 *data, unsigned int channel) argument
836 struct trident_channel *channel; local
950 struct trident_channel *channel = dmabuf->channel; local
1000 struct trident_channel *channel = dmabuf->channel; local
1581 unsigned int channel; local
1702 unsigned int channel; local
3422 ali_free_pcm_channel(struct trident_card *card, unsigned int channel) argument
3441 struct trident_channel *channel; local
3598 struct trident_channel *channel = &bank->channels[idx]; local
3607 struct trident_channel *channel = &bank->channels[idx]; local
3631 struct trident_channel *channel = &bank->channels[idx]; local
3673 int i, channel; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dnt_io.c223 static errcode_t nt_open(const char *name, int flags, io_channel *channel);
224 static errcode_t nt_close(io_channel channel);
225 static errcode_t nt_set_blksize(io_channel channel, int blksize);
226 static errcode_t nt_read_blk(io_channel channel, unsigned long block,
228 static errcode_t nt_write_blk(io_channel channel, unsigned long block,
230 static errcode_t nt_flush(io_channel channel);
1076 nt_open(const char *name, int flags, io_channel *channel) argument
1094 // Allocate channel handle
1180 *channel = io;
1230 nt_close(io_channel channel) argument
1284 nt_set_blksize(io_channel channel, int blksize) argument
1320 nt_read_blk(io_channel channel, unsigned long block, int count, void *buf) argument
1402 nt_write_blk(io_channel channel, unsigned long block, int count, const void *buf) argument
1480 nt_flush(io_channel channel) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Depca.h86 struct channel struct
162 void ( * globalwinon ) (struct channel *) ;
163 void ( * txwinon ) (struct channel *) ;
164 void ( * rxwinon ) (struct channel *) ;
165 void ( * memoff ) (struct channel *) ;
166 void ( * assertgwinon ) (struct channel *) ;
167 void ( * assertmemoff ) (struct channel *) ;
H A Depca.c119 each channel of the Digi product. Information such as transmit and
122 physical channel structure.
125 static struct channel digi_channels[MAX_ALLOC];
129 first channel structure of each card. This array will hold
132 static struct channel *card_ptr[MAXCARDS];
152 static inline void globalwinon(struct channel *ch);
153 static inline void rxwinon(struct channel *ch);
154 static inline void txwinon(struct channel *ch);
155 static inline void memoff(struct channel *ch);
156 static inline void assertgwinon(struct channel *c
2281 register int event, channel; local
[all...]
H A Dcyclades.c168 /* This is the per-channel data structure containing pointers, flags
341 * number of times for any channel without harm.
524 int save_xir, channel, save_car; local
570 /* determine the channel & change to that context */
573 channel = (u_short ) (save_xir & CyIRChannel);
574 i = channel + chip * 4 + cinfo->first_line;
721 /* determine the channel & change to that context */
724 channel = (u_short ) (save_xir & CyIRChannel);
725 i = channel + chip * 4 + cinfo->first_line;
842 /* determine the channel
933 cyz_fetch_msg( struct cyclades_card *cinfo, uclong *channel, ucchar *cmd, uclong *param) argument
964 cyz_issue_cmd( struct cyclades_card *cinfo, uclong channel, ucchar cmd, uclong param) argument
1187 uclong channel; local
1337 uclong channel = (info->line) - (cy_card[card].first_line); local
1419 int card,chip,channel,index; local
1610 int card,chip,channel,index; local
1653 int card,chip,channel,index; local
1781 int chip, channel,index; local
2133 int card,chip,channel,index; local
2284 int channel = info->line - cy_card[info->card].first_line; local
2310 int channel = info->line - cy_card[info->card].first_line; local
2546 int card, channel; local
2635 int card,chip,channel,index; local
3096 int card, chip, channel, index; local
3125 int card,chip,channel,index; local
3199 int card,chip,channel,index; local
3506 int card,channel,chip,index; local
3537 int card,channel,chip,index; local
3578 int card,channel,chip,index; local
3605 int card,channel,chip,index; local
3873 int card,chip,channel,index; local
3929 int card,chip,channel,index; local
3986 int chip,channel,index; local
4026 int chip,channel,index; local
4064 int card, channel, retval; local
[all...]
H A Dserial167.c320 int channel; local
330 channel = info->line;
333 base_addr[CyCAR] = (u_char)(channel); /* index channel */
345 int channel; local
355 channel = info->line;
358 base_addr[CyCAR] = (u_char)(channel);
370 * number of times for any channel without harm.
392 int channel; local
395 /* determine the channel an
480 int channel; local
535 int channel; local
655 int channel; local
774 int channel; local
836 int channel; local
854 int channel; local
913 int channel; local
1174 int channel; local
1347 int channel; local
1383 int channel; local
1481 int channel; local
1506 int channel; local
1623 int channel; local
1639 int channel; local
1670 int channel; local
1687 int channel; local
1954 int channel; local
2540 int channel; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sgi/char/
H A Dsgiserial.c183 static inline unsigned char read_zsreg(struct sgi_zschannel *channel, argument
190 channel->control = reg;
194 retval = channel->control;
198 static inline void write_zsreg(struct sgi_zschannel *channel, argument
204 channel->control = reg;
208 channel->control = value;
214 static inline void load_zsregs(struct sgi_zschannel *channel, unsigned char *regs) argument
216 ZS_CLEARERR(channel);
217 ZS_CLEARFIFO(channel);
219 write_zsreg(channel, R
270 struct sgi_zschannel *channel = ss->zs_channel; local
1757 rs_cons_check(struct sgi_serial *ss, int channel) argument
1805 int chip, channel, i, flags; local
1999 int channel; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dhfc_2bs0.c107 cip = HFC_CIP | HFC_F1 | HFC_REC | HFC_CHANNEL(bcs->channel);
114 cip = HFC_CIP | HFC_F2 | HFC_REC | HFC_CHANNEL(bcs->channel);
117 z1 = ReadZReg(bcs, HFC_Z1 | HFC_REC | HFC_CHANNEL(bcs->channel));
118 z2 = ReadZReg(bcs, HFC_Z2 | HFC_REC | HFC_CHANNEL(bcs->channel));
123 bcs->channel, f1, f2);
131 bcs->channel, z1, z2, rcnt);
132 cip = HFC_CIP | HFC_FIFO_OUT | HFC_REC | HFC_CHANNEL(bcs->channel);
141 HFC_CHANNEL(bcs->channel));
144 cip = HFC_CIP | HFC_F1 | HFC_REC | HFC_CHANNEL(bcs->channel);
147 cip = HFC_CIP | HFC_F2 | HFC_REC | HFC_CHANNEL(bcs->channel);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dinode.c114 struct upc_channel *channel; local
125 channel = &izo_channels[presto_c2m(cache)];
148 spin_lock(&channel->uc_lock);
149 lh = channel->uc_pending.next;
150 while ( lh != &channel->uc_pending) {
163 spin_unlock(&channel->uc_lock);
H A Dsuper.c122 char **channel)
152 if ( (opt = opt_read("channel", this_char)) ) {
153 opt_store(channel, opt);
166 static int presto_set_channel(struct presto_cache *cache, char *channel) argument
171 if (!channel) {
174 minor = simple_strtoul(channel, NULL, 0);
177 CERROR("all channels in use or channel too large %d\n",
201 char *channel = NULL; local
217 &fileset, &channel);
237 /* link cache to channel */
119 presto_options(struct super_block *sb, char *options, char *cache_data, char **cache_type, char **fileset, char **channel) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/net/
H A Dctcmain.c150 * Device is not a channel.
155 * Device is a channel, but we don't know
166 * Device is a ESCON channel.
211 * Definition of one channel
216 * Pointer to next channel in list.
223 * Type of this channel.
234 * The protocol of this channel
291 * The finite state machine of this channel
296 * The corresponding net_device this channel
304 } channel;
301 } channel; typedef in typeref:struct:channel_t
332 channel *channel[2]; member in struct:ctc_priv_t
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dmisc.c23 #define channel 1 macro
60 serial_putc(channel, "Error - int2hex outofbounds");
69 serial_putc(channel, tth + '0');
70 serial_putc(channel, th + '0');
71 serial_putc(channel, h + '0');
72 serial_putc(channel, t + '0');
73 serial_putc(channel, d + '0');
194 serial_putc(channel, 13);
195 serial_putc(channel, *s++);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/tc/
H A Dzs.c98 /* Number of channel A in the chip */
271 static inline unsigned char read_zsreg(struct dec_zschannel *channel, argument
277 *channel->control = reg & 0xf;
280 retval = *channel->control;
285 static inline void write_zsreg(struct dec_zschannel *channel, argument
289 *channel->control = reg & 0xf;
292 *channel->control = value;
297 static inline unsigned char read_zsdata(struct dec_zschannel *channel) argument
301 retval = *channel->data;
306 static inline void write_zsdata(struct dec_zschannel *channel, argument
314 load_zsregs(struct dec_zschannel *channel, unsigned char *regs) argument
358 struct dec_zschannel *channel = ss->zs_channel; local
1727 int i, n, n_chips = 0, n_channels, chip, channel; local
1862 int channel, i; local
2049 register_zs_hook(unsigned int channel, struct zs_hook *hook) argument
2073 unregister_zs_hook(unsigned int channel) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dzs.h10 /* Just one channel */
84 /* Software state per channel */
101 char soft_carrier; /* Use soft carrier on this channel */
105 char kgdb_channel; /* Kgdb is running on this channel */
108 char channelA; /* This is channel A. */
294 #define CHRB 0x40 /* Reset channel B */
295 #define CHRA 0x80 /* Reset channel A */
380 /* Read Register 2 (channel b only) - Interrupt vector */
414 #define ZS_CLEARERR(channel) do { sbus_writeb(ERR_RES, &channel
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c51 u_int our_id, char channel,
221 u_int our_id, char channel, u_int target_id,
229 tinfo = ahc_fetch_transinfo(ahc, channel, our_id,
232 channel, target_id);
260 dev->target->channel + 'A', dev->target->target, dev->lun);
342 start_addr = 32 * (ahc->channel - 'A');
425 char channel; local
427 channel = 'A';
431 channel = 'B';
437 channel, target_i
220 ahc_dump_target_state(struct ahc_softc *ahc, struct info_str *info, u_int our_id, char channel, u_int target_id, u_int target_offset) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Ddma-rpc.c154 static int iomd_request_dma(dmach_t channel, dma_t *dma) argument
160 static void iomd_free_dma(dmach_t channel, dma_t *dma) argument
165 static void iomd_enable_dma(dmach_t channel, dma_t *dma) argument
195 static void iomd_disable_dma(dmach_t channel, dma_t *dma) argument
205 static int iomd_set_dma_speed(dmach_t channel, dma_t *dma, int cycle) argument
221 switch (channel) {
260 static void floppy_enable_dma(dmach_t channel, dma_t *dma) argument
290 static void floppy_disable_dma(dmach_t channel, dma_t *dma) argument
296 static int floppy_get_residue(dmach_t channel, dma_t *dma) argument
313 static void sound_enable_disable_dma(dmach_t channel, dma_ argument
[all...]

Completed in 160 milliseconds

1234567891011>>