Searched refs:bchannel (Results 1 - 22 of 22) sorted by relevance

/drivers/usb/musb/
H A Dmusbhsdma.h45 #define musb_read_hsdma_addr(mbase, bchannel) \
47 MUSB_HSDMA_CHANNEL_OFFSET(bchannel, MUSB_HSDMA_ADDRESS))
49 #define musb_write_hsdma_addr(mbase, bchannel, addr) \
51 MUSB_HSDMA_CHANNEL_OFFSET(bchannel, MUSB_HSDMA_ADDRESS), \
54 #define musb_read_hsdma_count(mbase, bchannel) \
56 MUSB_HSDMA_CHANNEL_OFFSET(bchannel, MUSB_HSDMA_COUNT))
58 #define musb_write_hsdma_count(mbase, bchannel, len) \
60 MUSB_HSDMA_CHANNEL_OFFSET(bchannel, MUSB_HSDMA_COUNT), \
75 static inline u32 musb_read_hsdma_addr(void __iomem *mbase, u8 bchannel) argument
78 MUSB_HSDMA_CHANNEL_OFFSET(bchannel, MUSB_HSDMA_ADDR_HIG
88 musb_write_hsdma_addr(void __iomem *mbase, u8 bchannel, dma_addr_t dma_addr) argument
99 musb_read_hsdma_count(void __iomem *mbase, u8 bchannel) argument
112 musb_write_hsdma_count(void __iomem *mbase, u8 bchannel, u32 len) argument
[all...]
H A Dmusbhsdma.c117 u8 bchannel = musb_channel->idx; local
138 musb_write_hsdma_addr(mbase, bchannel, dma_addr);
139 musb_write_hsdma_count(mbase, bchannel, len);
143 MUSB_HSDMA_CHANNEL_OFFSET(bchannel, MUSB_HSDMA_CONTROL),
199 u8 bchannel = musb_channel->idx; local
229 MUSB_HSDMA_CHANNEL_OFFSET(bchannel, MUSB_HSDMA_CONTROL),
231 musb_write_hsdma_addr(mbase, bchannel, 0);
232 musb_write_hsdma_count(mbase, bchannel, 0);
252 u8 bchannel; local
270 for (bchannel
[all...]
/drivers/isdn/mISDN/
H A Dhwchannel.c48 struct bchannel *bch = container_of(ws, struct bchannel, workq);
84 mISDN_initbchannel(struct bchannel *ch, unsigned short maxlen,
125 mISDN_clear_bchannel(struct bchannel *ch)
157 mISDN_freebchannel(struct bchannel *ch)
165 mISDN_ctrl_bchannel(struct bchannel *bch, struct mISDN_ctrl_req *cq)
258 recv_Bchannel(struct bchannel *bch, unsigned int id, bool force)
301 recv_Bchannel_skb(struct bchannel *bch, struct sk_buff *skb)
347 confirm_Bsend(struct bchannel *bch)
370 get_next_bframe(struct bchannel *bc
[all...]
H A Dl1oip.h33 struct bchannel *bch;
H A Dl1oip_core.c366 struct bchannel *bch;
1023 struct bchannel *bch;
1104 struct bchannel *bch = container_of(ch, struct bchannel, ch);
1185 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq)
1215 struct bchannel *bch = container_of(ch, struct bchannel, ch);
1303 struct bchannel *bch;
1407 bch = kzalloc(sizeof(struct bchannel), GFP_KERNEL);
1409 printk(KERN_ERR "%s: no memory for bchannel\
[all...]
/drivers/isdn/hardware/mISDN/
H A Davmfritz.c143 struct bchannel bch[2];
260 static struct bchannel *
288 write_ctrl(struct bchannel *bch, int which) {
349 modehdlc(struct bchannel *bch, int protocol)
402 hdlc_empty_fifo(struct bchannel *bch, int count)
448 hdlc_fill_fifo(struct bchannel *bch)
519 HDLC_irq_xpr(struct bchannel *bch)
536 HDLC_irq(struct bchannel *bch, u32 stat)
612 struct bchannel *bch;
695 struct bchannel *bc
[all...]
H A Dhfcsusb.h264 struct bchannel *bch; /* link to hfcsusb_t->bch */
273 struct bchannel bch[2];
H A Dhfcpci.c148 struct bchannel bch[2];
318 static struct bchannel *
405 hfcpci_empty_bfifo(struct bchannel *bch, struct bzfifo *bz,
546 hfcpci_empty_fifo_trans(struct bchannel *bch, struct bzfifo *rxbz,
611 main_rec_hfcpci(struct bchannel *bch)
752 hfcpci_fill_fifo(struct bchannel *bch)
1130 tx_birq(struct bchannel *bch)
1160 struct bchannel *bch;
1252 mode_hfcpci(struct bchannel *bch, int bc, int protocol)
1260 "HFCPCI bchannel protoco
[all...]
H A Dnetjet.c55 struct bchannel bch;
754 struct bchannel *bch = container_of(ch, struct bchannel, ch);
805 struct bchannel *bch = container_of(ch, struct bchannel, ch);
865 struct bchannel *bch;
H A Disar.h29 struct bchannel bch;
H A Dw6692.c61 struct bchannel bch;
954 struct bchannel *bch = container_of(ch, struct bchannel, ch);
1002 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq)
1010 struct bchannel *bch;
1047 struct bchannel *bch = container_of(ch, struct bchannel, ch);
H A Dhfcsusb.c61 static int hfcsusb_setup_bch(struct bchannel *bch, int protocol);
62 static void deactivate_bchannel(struct bchannel *bch);
212 struct bchannel *bch = container_of(ch, struct bchannel, ch);
480 struct bchannel *bch;
693 hfcsusb_setup_bch(struct bchannel *bch, int protocol)
806 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq)
1778 deactivate_bchannel(struct bchannel *bch)
1800 struct bchannel *bch = container_of(ch, struct bchannel, c
[all...]
H A Dhfcmulti.c858 struct bchannel *bch = hc->chan[ch].bch;
890 struct bchannel *bch = hc->chan[ch].bch;
1844 struct bchannel *bch = NULL;
1953 struct bchannel *bch;
2198 struct bchannel *bch;
2648 struct bchannel *bch;
3454 deactivate_bchannel(struct bchannel *bch)
3471 struct bchannel *bch = container_of(ch, struct bchannel, ch);
3563 * bchannel contro
[all...]
H A Dipac.h60 struct bchannel bch;
H A DmISDNipac.c1345 struct bchannel *bch = container_of(ch, struct bchannel, ch);
1392 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq)
1400 struct bchannel *bch = container_of(ch, struct bchannel, ch);
1493 struct bchannel *bch;
H A DmISDNisar.c1480 struct bchannel *bch = container_of(ch, struct bchannel, ch);
1574 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq)
1582 struct bchannel *bch = container_of(ch, struct bchannel, ch);
1652 struct bchannel *bch;
H A Dhfc_multi.h41 struct bchannel *bch; /* link if channel is a B-channel */
/drivers/isdn/hisax/
H A Dl3_1tr6.c177 if ((pc->para.bchannel = p[2] & 0x3))
244 pc->para.bchannel = p[2] & 0x3;
271 if ((pc->state == 2) && (pc->para.bchannel != (p[2] & 0x3))) {
275 pc->para.bchannel = p[2] & 0x3;
H A Dl3ni1.c449 chid = (u_char)(pc->para.bchannel & 0x03) | 0x88;
1298 pc->para.bchannel = id;
1337 pc->para.bchannel = id;
1525 if ((pc->para.bchannel = id)) {
1537 l3_debug(pc->st, "setup without bchannel, call waiting");
1653 if (!pc->para.bchannel)
2486 pc->para.bchannel = id;
2567 else if (up->para.bchannel == chan)
H A Dl3dss1.c1444 pc->para.bchannel = id;
1483 pc->para.bchannel = id;
1671 if ((pc->para.bchannel = id)) {
1683 l3_debug(pc->st, "setup without bchannel, call waiting");
1799 if (!pc->para.bchannel)
2626 pc->para.bchannel = id;
2707 else if (up->para.bchannel == chan)
H A Dhisax.h311 int bchannel; member in struct:Param
H A Dcallc.c934 if (!(chanp = selectfreechannel(pc->st, pc->para.bchannel))) {
1273 st->l1.bc = chanp->proc->para.bchannel - 1;

Completed in 540 milliseconds