Lines Matching refs:cardstate

89 static int setflags(struct cardstate *cs, unsigned flags, unsigned delay)  in setflags()
106 int gigaset_enterconfigmode(struct cardstate *cs) in gigaset_enterconfigmode()
158 struct cardstate *cs = (struct cardstate *) data; in timer_tick()
206 struct bc_state *gigaset_get_free_channel(struct cardstate *cs) in gigaset_get_free_channel()
250 int gigaset_get_channels(struct cardstate *cs) in gigaset_get_channels()
272 void gigaset_free_channels(struct cardstate *cs) in gigaset_free_channels()
284 void gigaset_block_channels(struct cardstate *cs) in gigaset_block_channels()
296 static void clear_events(struct cardstate *cs) in clear_events()
332 struct event_t *gigaset_add_event(struct cardstate *cs, in gigaset_add_event()
375 static void dealloc_temp_at_states(struct cardstate *cs) in dealloc_temp_at_states()
405 static struct cardstate *alloc_cs(struct gigaset_driver *drv) in alloc_cs()
409 struct cardstate *cs; in alloc_cs()
410 struct cardstate *ret = NULL; in alloc_cs()
428 static void free_cs(struct cardstate *cs) in free_cs()
433 static void make_valid(struct cardstate *cs, unsigned mask) in make_valid()
442 static void make_invalid(struct cardstate *cs, unsigned mask) in make_invalid()
460 void gigaset_freecs(struct cardstate *cs) in gigaset_freecs()
521 struct cardstate *cs, int cid) in gigaset_at_init()
549 static void gigaset_inbuf_init(struct inbuf_t *inbuf, struct cardstate *cs) in gigaset_inbuf_init()
608 static int gigaset_initbcs(struct bc_state *bcs, struct cardstate *cs, in gigaset_initbcs()
669 struct cardstate *gigaset_initcs(struct gigaset_driver *drv, int channels, in gigaset_initcs()
673 struct cardstate *cs; in gigaset_initcs()
789 struct cardstate *cs = bcs->cs; in gigaset_bcs_reinit()
819 static void cleanup_cs(struct cardstate *cs) in cleanup_cs()
880 int gigaset_start(struct cardstate *cs) in gigaset_start()
927 int gigaset_shutdown(struct cardstate *cs) in gigaset_shutdown()
959 void gigaset_stop(struct cardstate *cs) in gigaset_stop()
981 struct cardstate *gigaset_get_cs_by_id(int id) in gigaset_get_cs_by_id()
984 struct cardstate *ret = NULL; in gigaset_get_cs_by_id()
985 struct cardstate *cs; in gigaset_get_cs_by_id()
1007 static struct cardstate *gigaset_get_cs_by_minor(unsigned minor) in gigaset_get_cs_by_minor()
1010 struct cardstate *ret = NULL; in gigaset_get_cs_by_minor()
1030 struct cardstate *gigaset_get_cs_by_tty(struct tty_struct *tty) in gigaset_get_cs_by_tty()