Lines Matching refs:cardstate
281 struct cardstate *cs;
348 struct cardstate *cs;
380 struct cardstate *cs;
405 struct cardstate { struct
514 struct cardstate *cs; argument
570 int (*write_cmd)(struct cardstate *cs, struct cmdbuf_t *cb);
573 int (*write_room)(struct cardstate *cs);
574 int (*chars_in_buffer)(struct cardstate *cs);
575 int (*brkchars)(struct cardstate *cs, const unsigned char buf[6]);
595 int (*initcshw)(struct cardstate *cs);
598 void (*freecshw)(struct cardstate *cs);
602 int (*set_modem_ctrl)(struct cardstate *cs, unsigned old_state,
604 int (*baud_rate)(struct cardstate *cs, unsigned cflag);
605 int (*set_line_ctrl)(struct cardstate *cs, unsigned cflag);
672 int gigaset_isdn_regdev(struct cardstate *cs, const char *isdnid);
673 void gigaset_isdn_unregdev(struct cardstate *cs);
681 void gigaset_isdn_start(struct cardstate *cs);
682 void gigaset_isdn_stop(struct cardstate *cs);
698 void gigaset_handle_modem_response(struct cardstate *cs);
705 void gigaset_init_dev_sysfs(struct cardstate *cs);
706 void gigaset_free_dev_sysfs(struct cardstate *cs);
714 struct cardstate *cs, int cid);
716 struct bc_state *gigaset_get_free_channel(struct cardstate *cs);
718 int gigaset_get_channels(struct cardstate *cs);
719 void gigaset_free_channels(struct cardstate *cs);
720 void gigaset_block_channels(struct cardstate *cs);
732 struct cardstate *gigaset_get_cs_by_tty(struct tty_struct *tty);
733 struct cardstate *gigaset_get_cs_by_id(int id);
738 struct cardstate *gigaset_initcs(struct gigaset_driver *drv, int channels,
743 void gigaset_freecs(struct cardstate *cs);
746 int gigaset_start(struct cardstate *cs);
749 void gigaset_stop(struct cardstate *cs);
752 int gigaset_shutdown(struct cardstate *cs);
758 struct event_t *gigaset_add_event(struct cardstate *cs,
763 int gigaset_enterconfigmode(struct cardstate *cs);
766 static inline void gigaset_schedule_event(struct cardstate *cs) in gigaset_schedule_event()
794 struct cardstate *cs = bcs->cs; in gigaset_new_rx_skb()
823 void gigaset_if_init(struct cardstate *cs);
825 void gigaset_if_free(struct cardstate *cs);
827 void gigaset_if_receive(struct cardstate *cs,