Home
last modified time | relevance | path

Searched refs:at_state_t (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dgigaset.h330 struct at_state_t { struct
354 struct at_state_t *at_state; argument
367 struct at_state_t at_state;
426 struct at_state_t at_state; /* at_state_t for cid == 0 */
680 int gigaset_isdn_icall(struct at_state_t *at_state);
710 void gigaset_at_init(struct at_state_t *at_state, struct bc_state *bcs,
756 struct at_state_t *at_state, int type,
Dev-layer.c633 static void disconnect_nobc(struct at_state_t **at_state_p, in disconnect_nobc()
662 static void disconnect_bc(struct at_state_t *at_state, in disconnect_bc()
694 static inline struct at_state_t *get_free_channel(struct cardstate *cs, in get_free_channel()
703 struct at_state_t *ret; in get_free_channel()
713 ret = kmalloc(sizeof(struct at_state_t), GFP_ATOMIC); in get_free_channel()
725 struct at_state_t *at_state; in init_failed()
759 struct at_state_t *at_state) in send_command()
785 static struct at_state_t *at_state_from_cid(struct cardstate *cs, int cid) in at_state_from_cid()
787 struct at_state_t *at_state; in at_state_from_cid()
840 static void start_dial(struct at_state_t *at_state, void *data, in start_dial()
[all …]
Ddummyll.c29 int gigaset_isdn_icall(struct at_state_t *at_state) in gigaset_isdn_icall()
Dcommon.c137 static int test_timeout(struct at_state_t *at_state) in test_timeout()
158 struct at_state_t *at_state; in timer_tick()
330 struct at_state_t *at_state, int type, in gigaset_add_event()
362 static void clear_at_state(struct at_state_t *at_state) in clear_at_state()
374 struct at_state_t *cur, *next; in dealloc_temp_at_states()
517 void gigaset_at_init(struct at_state_t *at_state, struct bc_state *bcs, in gigaset_at_init()
Dcapi.c492 int gigaset_isdn_icall(struct at_state_t *at_state) in gigaset_isdn_icall()