Lines Matching defs:cs

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() local
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()
409 struct cardstate *cs; in alloc_cs() local
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()
673 struct cardstate *cs; in gigaset_initcs() local
789 struct cardstate *cs = bcs->cs; in gigaset_bcs_reinit() local
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()
985 struct cardstate *cs; in gigaset_get_cs_by_id() local