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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dev-layer.c48 /* responses with values to store in at_state */
441 if (cs->at_state.getstring) {
443 cs->at_state.getstring = 0;
465 gigaset_add_event(cs, &cs->at_state, RSP_INVAL,
497 event->at_state = NULL;
625 cs->at_state.pending_commands |= PC_UMMODE;
668 ret = &cs->bcs[i].at_state;
686 struct at_state_t *at_state; local
688 cs->at_state.pending_commands &= ~PC_INIT;
693 at_state
746 struct at_state_t *at_state; local
799 start_dial(struct at_state_t *at_state, void *data, unsigned seq_index) argument
838 start_accept(struct at_state_t *at_state) argument
962 struct at_state_t *at_state; local
988 struct at_state_t *at_state = *p_at_state; local
1062 struct at_state_t *at_state = *p_at_state; local
1475 struct at_state_t *at_state; local
1606 schedule_sequence(struct cardstate *cs, struct at_state_t *at_state, int sequence) argument
1615 struct at_state_t *at_state = NULL; local
[all...]
H A Dcommon.c140 static int test_timeout(struct at_state_t *at_state) argument
142 if (!at_state->timer_expires)
145 if (--at_state->timer_expires) {
147 at_state, at_state->timer_expires);
151 gigaset_add_event(at_state->cs, at_state, EV_TIMEOUT, NULL,
152 at_state->timer_index, NULL);
161 struct at_state_t *at_state; local
167 if (test_timeout(&cs->bcs[channel].at_state))
332 gigaset_add_event(struct cardstate *cs, struct at_state_t *at_state, int type, void *ptr, int parameter, void *arg) argument
365 free_strings(struct at_state_t *at_state) argument
375 clear_at_state(struct at_state_t *at_state) argument
531 gigaset_at_init(struct at_state_t *at_state, struct bc_state *bcs, struct cardstate *cs, int cid) argument
[all...]
H A Ddummyll.c31 int gigaset_isdn_icall(struct at_state_t *at_state) argument
H A Di4l.c311 if (!gigaset_add_event(cs, &bcs->at_state, EV_DIAL, commands,
312 bcs->at_state.seq_index, NULL)) {
338 if (!gigaset_add_event(cs, &bcs->at_state,
352 if (!gigaset_add_event(cs, &bcs->at_state,
451 * @at_state: connection state structure.
454 * received. @at_state contains the parameters of the call.
458 int gigaset_isdn_icall(struct at_state_t *at_state) argument
460 struct cardstate *cs = at_state->cs;
461 struct bc_state *bcs = at_state->bcs;
471 if (!at_state
[all...]
H A Dgigaset.h355 struct at_state_t *at_state; member in struct:event_t
368 struct at_state_t at_state; member in struct:bc_state
427 struct at_state_t at_state; /* at_state_t for cid == 0 */ member in struct:cardstate
668 int gigaset_isdn_icall(struct at_state_t *at_state);
698 void gigaset_at_init(struct at_state_t *at_state, struct bc_state *bcs,
747 struct at_state_t *at_state, int type,
767 gigaset_add_event(bcs->cs, &bcs->at_state, EV_BC_CLOSED, NULL, 0, NULL);
775 gigaset_add_event(bcs->cs, &bcs->at_state, EV_BC_OPEN, NULL, 0, NULL);
H A Dproc.c44 if (!gigaset_add_event(cs, &cs->at_state, EV_PROC_CIDMODE,
H A Dcapi.c492 * @at_state: connection state structure.
495 * call has been received. @at_state contains the parameters of the call.
499 int gigaset_isdn_icall(struct at_state_t *at_state) argument
501 struct cardstate *cs = at_state->cs;
502 struct bc_state *bcs = at_state->bcs;
513 * (requires a u8 handle for the at_state structure that can
528 if (at_state->str_var[STR_ZBC]) {
530 if (encode_ie(at_state->str_var[STR_ZBC], iif->bc_buf,
533 at_state->str_var[STR_ZBC]);
543 at_state
[all...]
H A Dinterface.c42 if (!gigaset_add_event(cs, &cs->at_state, EV_IF_LOCK,
76 if (!gigaset_add_event(cs, &cs->at_state, EV_IF_VER,
H A Dbas-gigaset.c345 gigaset_add_event(cs, &bcs->at_state, EV_HUP, NULL, 0, NULL);

Completed in 185 milliseconds