Lines Matching refs:bc_state

261 struct bc_state;
324 struct bc_state *bcs;
349 struct bc_state *bcs;
361 struct bc_state { struct
423 struct bc_state *bcs; /* Array of struct bc_state */ argument
579 int (*init_bchannel)(struct bc_state *bcs);
583 int (*close_bchannel)(struct bc_state *bcs);
586 int (*initbcshw)(struct bc_state *bcs);
589 void (*freebcshw)(struct bc_state *bcs);
592 void (*reinitbcshw)(struct bc_state *bcs);
610 int (*send_skb)(struct bc_state *bcs, struct sk_buff *skb);
633 int gigaset_m10x_send_skb(struct bc_state *bcs, struct sk_buff *skb);
644 int gigaset_isoc_send_skb(struct bc_state *bcs, struct sk_buff *skb);
653 struct bc_state *bcs);
657 int gigaset_isoc_buildframe(struct bc_state *bcs, unsigned char *in, int len);
676 void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *skb);
677 void gigaset_skb_rcvd(struct bc_state *bcs, struct sk_buff *skb);
678 void gigaset_isdn_rcv_err(struct bc_state *bcs);
684 void gigaset_isdn_connD(struct bc_state *bcs);
685 void gigaset_isdn_hupD(struct bc_state *bcs);
686 void gigaset_isdn_connB(struct bc_state *bcs);
687 void gigaset_isdn_hupB(struct bc_state *bcs);
712 void gigaset_bcs_reinit(struct bc_state *bcs);
713 void gigaset_at_init(struct at_state_t *at_state, struct bc_state *bcs,
715 int gigaset_get_channel(struct bc_state *bcs);
716 struct bc_state *gigaset_get_free_channel(struct cardstate *cs);
717 void gigaset_free_channel(struct bc_state *bcs);
777 static inline void gigaset_bchannel_down(struct bc_state *bcs) in gigaset_bchannel_down()
785 static inline void gigaset_bchannel_up(struct bc_state *bcs) in gigaset_bchannel_up()
792 static inline struct sk_buff *gigaset_new_rx_skb(struct bc_state *bcs) in gigaset_new_rx_skb()