Searched refs:at_state (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dev-layer.c504 if (cs->at_state.getstring) {
506 cs->at_state.getstring = 0;
528 gigaset_add_event(cs, &cs->at_state, RSP_INVAL,
560 event->at_state = NULL;
705 cs->at_state.pending_commands |= PC_UMMODE;
743 ret = &cs->bcs[i].at_state;
761 struct at_state_t *at_state; local
763 cs->at_state.pending_commands &= ~PC_INIT;
768 at_state = &cs->bcs[i].at_state;
842 struct at_state_t *at_state; local
901 start_dial(struct at_state_t *at_state, void *data, unsigned seq_index) argument
934 start_accept(struct at_state_t *at_state) argument
1046 struct at_state_t *at_state; local
1072 struct at_state_t *at_state = *p_at_state; local
1147 struct at_state_t *at_state = *p_at_state; local
1567 struct at_state_t *at_state; local
1694 schedule_sequence(struct cardstate *cs, struct at_state_t *at_state, int sequence) argument
1703 struct at_state_t *at_state = NULL; local
[all...]
H A Dcommon.c125 static int test_timeout(struct at_state_t *at_state) argument
127 if (!at_state->timer_expires)
130 if (--at_state->timer_expires) {
132 at_state, at_state->timer_expires);
136 if (!gigaset_add_event(at_state->cs, at_state, EV_TIMEOUT, NULL,
137 at_state->timer_index, NULL)) {
148 struct at_state_t *at_state; local
154 if (test_timeout(&cs->bcs[channel].at_state))
276 gigaset_add_event(struct cardstate *cs, struct at_state_t *at_state, int type, void *ptr, int parameter, void *arg) argument
307 free_strings(struct at_state_t *at_state) argument
317 clear_at_state(struct at_state_t *at_state) argument
469 gigaset_at_init(struct at_state_t *at_state, struct bc_state *bcs, struct cardstate *cs, int cid) argument
[all...]
H A Di4l.c166 param = bcs->at_state.seq_index;
169 if (!gigaset_add_event(cs, &bcs->at_state, EV_DIAL, sp, param,
188 if (!gigaset_add_event(cs, &cs->bcs[cntrl->arg].at_state,
210 if (!gigaset_add_event(cs, &cs->bcs[cntrl->arg].at_state,
237 if (!gigaset_add_event(cs, &cs->bcs[cntrl->arg & 0xff].at_state,
328 int gigaset_isdn_setup_dial(struct at_state_t *at_state, void *data) argument
330 struct bc_state *bcs = at_state->bcs;
404 int gigaset_isdn_setup_accept(struct at_state_t *at_state) argument
409 struct bc_state *bcs = at_state->bcs;
419 dev_err(at_state
450 gigaset_isdn_icall(struct at_state_t *at_state) argument
[all...]
H A Dproc.c51 if (!gigaset_add_event(cs, &cs->at_state, EV_PROC_CIDMODE,
H A Dgigaset.h400 struct at_state_t *at_state; member in struct:event_t
413 struct at_state_t at_state; member in struct:bc_state
466 struct at_state_t at_state; /* at_state_t for cid == 0 */ member in struct:cardstate
699 int gigaset_isdn_icall(struct at_state_t *at_state);
700 int gigaset_isdn_setup_accept(struct at_state_t *at_state);
701 int gigaset_isdn_setup_dial(struct at_state_t *at_state, void *data);
744 void gigaset_at_init(struct at_state_t *at_state, struct bc_state *bcs,
796 struct at_state_t *at_state, int type,
816 gigaset_add_event(bcs->cs, &bcs->at_state, EV_BC_CLOSED, NULL, 0, NULL);
826 gigaset_add_event(bcs->cs, &bcs->at_state, EV_BC_OPE
[all...]
H A Dinterface.c44 if (!gigaset_add_event(cs, &cs->at_state, EV_IF_LOCK,
80 if (!gigaset_add_event(cs, &cs->at_state, EV_IF_VER,
H A Dbas-gigaset.c320 if (!gigaset_add_event(cs, &bcs->at_state, EV_HUP, NULL, 0, NULL))

Completed in 91 milliseconds