• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/

Lines Matching defs:bc_state

175 /* variable commands in struct bc_state */
259 struct bc_state;
322 struct bc_state *bcs;
347 struct bc_state *bcs;
359 struct bc_state {
421 struct bc_state *bcs; /* Array of struct bc_state */
569 int (*init_bchannel)(struct bc_state *bcs);
573 int (*close_bchannel)(struct bc_state *bcs);
575 int (*initbcshw)(struct bc_state *bcs);
577 int (*freebcshw)(struct bc_state *bcs);
579 void (*reinitbcshw)(struct bc_state *bcs);
595 int (*send_skb)(struct bc_state *bcs, struct sk_buff *skb);
618 int gigaset_m10x_send_skb(struct bc_state *bcs, struct sk_buff *skb);
629 int gigaset_isoc_send_skb(struct bc_state *bcs, struct sk_buff *skb);
638 struct bc_state *bcs);
642 int gigaset_isoc_buildframe(struct bc_state *bcs, unsigned char *in, int len);
661 void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *skb);
662 void gigaset_skb_rcvd(struct bc_state *bcs, struct sk_buff *skb);
663 void gigaset_isdn_rcv_err(struct bc_state *bcs);
669 void gigaset_isdn_connD(struct bc_state *bcs);
670 void gigaset_isdn_hupD(struct bc_state *bcs);
671 void gigaset_isdn_connB(struct bc_state *bcs);
672 void gigaset_isdn_hupB(struct bc_state *bcs);
697 void gigaset_bcs_reinit(struct bc_state *bcs);
698 void gigaset_at_init(struct at_state_t *at_state, struct bc_state *bcs,
700 int gigaset_get_channel(struct bc_state *bcs);
701 struct bc_state *gigaset_get_free_channel(struct cardstate *cs);
702 void gigaset_free_channel(struct bc_state *bcs);
740 void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *skb);
765 static inline void gigaset_bchannel_down(struct bc_state *bcs)
773 static inline void gigaset_bchannel_up(struct bc_state *bcs)
780 static inline struct sk_buff *gigaset_new_rx_skb(struct bc_state *bcs)