• 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:cardstate

279 	struct cardstate	*cs;
346 struct cardstate *cs;
378 struct cardstate *cs;
403 struct cardstate {
504 struct cardstate *cs;
560 int (*write_cmd)(struct cardstate *cs, struct cmdbuf_t *cb);
563 int (*write_room)(struct cardstate *cs);
564 int (*chars_in_buffer)(struct cardstate *cs);
565 int (*brkchars)(struct cardstate *cs, const unsigned char buf[6]);
581 int (*initcshw)(struct cardstate *cs);
583 void (*freecshw)(struct cardstate *cs);
587 int (*set_modem_ctrl)(struct cardstate *cs, unsigned old_state,
589 int (*baud_rate)(struct cardstate *cs, unsigned cflag);
590 int (*set_line_ctrl)(struct cardstate *cs, unsigned cflag);
657 int gigaset_isdn_regdev(struct cardstate *cs, const char *isdnid);
658 void gigaset_isdn_unregdev(struct cardstate *cs);
666 void gigaset_isdn_start(struct cardstate *cs);
667 void gigaset_isdn_stop(struct cardstate *cs);
683 void gigaset_handle_modem_response(struct cardstate *cs);
690 void gigaset_init_dev_sysfs(struct cardstate *cs);
691 void gigaset_free_dev_sysfs(struct cardstate *cs);
699 struct cardstate *cs, int cid);
701 struct bc_state *gigaset_get_free_channel(struct cardstate *cs);
703 int gigaset_get_channels(struct cardstate *cs);
704 void gigaset_free_channels(struct cardstate *cs);
705 void gigaset_block_channels(struct cardstate *cs);
717 struct cardstate *gigaset_get_cs_by_tty(struct tty_struct *tty);
718 struct cardstate *gigaset_get_cs_by_id(int id);
723 struct cardstate *gigaset_initcs(struct gigaset_driver *drv, int channels,
728 void gigaset_freecs(struct cardstate *cs);
731 int gigaset_start(struct cardstate *cs);
734 void gigaset_stop(struct cardstate *cs);
737 int gigaset_shutdown(struct cardstate *cs);
746 struct event_t *gigaset_add_event(struct cardstate *cs,
751 int gigaset_enterconfigmode(struct cardstate *cs);
754 static inline void gigaset_schedule_event(struct cardstate *cs)
782 struct cardstate *cs = bcs->cs;
811 void gigaset_if_init(struct cardstate *cs);
813 void gigaset_if_free(struct cardstate *cs);
815 void gigaset_if_receive(struct cardstate *cs,