Home
last modified time | relevance | path

Searched refs:gigaset_add_event (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/isdn/gigaset/
Dproc.c44 if (!gigaset_add_event(cs, &cs->at_state, EV_PROC_CIDMODE, in set_cidmode()
Dgigaset.h759 struct event_t *gigaset_add_event(struct cardstate *cs,
780 gigaset_add_event(bcs->cs, &bcs->at_state, EV_BC_CLOSED, NULL, 0, NULL); in gigaset_bchannel_down()
788 gigaset_add_event(bcs->cs, &bcs->at_state, EV_BC_OPEN, NULL, 0, NULL); in gigaset_bchannel_up()
Dcommon.c151 gigaset_add_event(at_state->cs, at_state, EV_TIMEOUT, NULL, in test_timeout()
332 struct event_t *gigaset_add_event(struct cardstate *cs, in gigaset_add_event() function
363 EXPORT_SYMBOL_GPL(gigaset_add_event);
922 if (!gigaset_add_event(cs, &cs->at_state, EV_START, NULL, 0, NULL)) { in gigaset_start()
960 if (!gigaset_add_event(cs, &cs->at_state, EV_SHUTDOWN, NULL, 0, NULL)) in gigaset_shutdown()
987 if (!gigaset_add_event(cs, &cs->at_state, EV_STOP, NULL, 0, NULL)) in gigaset_stop()
Di4l.c309 if (!gigaset_add_event(cs, &bcs->at_state, EV_DIAL, commands, in command_from_LL()
336 if (!gigaset_add_event(cs, &bcs->at_state, in command_from_LL()
350 if (!gigaset_add_event(cs, &bcs->at_state, in command_from_LL()
Dcapi.c1044 gigaset_add_event(cs, &bcs->at_state, in remove_appl_from_channel()
1544 if (!gigaset_add_event(cs, &bcs->at_state, EV_DIAL, commands, in do_connect_req()
1671 if (!gigaset_add_event(cs, &cs->bcs[channel-1].at_state, in do_connect_resp()
1725 if (!gigaset_add_event(cs, &cs->bcs[channel-1].at_state, in do_connect_resp()
1810 if (!gigaset_add_event(cs, &bcs->at_state, in do_connect_b3_resp()
1913 if (!gigaset_add_event(cs, &bcs->at_state, EV_HUP, NULL, 0, NULL)) { in do_disconnect_req()
1959 if (!gigaset_add_event(cs, &bcs->at_state, EV_HUP, NULL, 0, NULL)) { in do_disconnect_b3_req()
Dev-layer.c465 gigaset_add_event(cs, &cs->at_state, RSP_INVAL, in gigaset_handle_modem_response()
1485 gigaset_add_event(cs, &cs->at_state, RSP_WRONG_CID, in process_event()
1577 gigaset_add_event(cs, at_state, resp_code, in process_event()
1587 gigaset_add_event(cs, at_state, in process_event()
1610 gigaset_add_event(cs, at_state, RSP_INIT, NULL, sequence, NULL); in schedule_sequence()
Dinterface.c42 if (!gigaset_add_event(cs, &cs->at_state, EV_IF_LOCK, in if_lock()
76 if (!gigaset_add_event(cs, &cs->at_state, EV_IF_VER, in if_version()
Dbas-gigaset.c348 gigaset_add_event(cs, &bcs->at_state, EV_HUP, NULL, 0, NULL); in error_hangup()