Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Dproc.c44 if (!gigaset_add_event(cs, &cs->at_state, EV_PROC_CIDMODE, in set_cidmode()
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);
899 if (!gigaset_add_event(cs, &cs->at_state, EV_START, NULL, 0, NULL)) { in gigaset_start()
937 if (!gigaset_add_event(cs, &cs->at_state, EV_SHUTDOWN, NULL, 0, NULL)) in gigaset_shutdown()
964 if (!gigaset_add_event(cs, &cs->at_state, EV_STOP, NULL, 0, NULL)) in gigaset_stop()
Dgigaset.h758 struct event_t *gigaset_add_event(struct cardstate *cs,
779 gigaset_add_event(bcs->cs, &bcs->at_state, EV_BC_CLOSED, NULL, 0, NULL); in gigaset_bchannel_down()
787 gigaset_add_event(bcs->cs, &bcs->at_state, EV_BC_OPEN, NULL, 0, NULL); in gigaset_bchannel_up()
Di4l.c310 if (!gigaset_add_event(cs, &bcs->at_state, EV_DIAL, commands, in command_from_LL()
337 if (!gigaset_add_event(cs, &bcs->at_state, in command_from_LL()
351 if (!gigaset_add_event(cs, &bcs->at_state, in command_from_LL()
Dinterface.c43 if (!gigaset_add_event(cs, &cs->at_state, EV_IF_LOCK, in if_lock()
77 if (!gigaset_add_event(cs, &cs->at_state, EV_IF_VER, in if_version()
Dcapi.c1063 gigaset_add_event(cs, &bcs->at_state, in remove_appl_from_channel()
1597 if (!gigaset_add_event(cs, &bcs->at_state, EV_DIAL, commands, in do_connect_req()
1728 if (!gigaset_add_event(cs, &cs->bcs[channel - 1].at_state, in do_connect_resp()
1782 if (!gigaset_add_event(cs, &cs->bcs[channel - 1].at_state, in do_connect_resp()
1876 if (!gigaset_add_event(cs, &bcs->at_state, in do_connect_b3_resp()
1997 if (!gigaset_add_event(cs, &bcs->at_state, EV_HUP, NULL, 0, NULL)) { in do_disconnect_req()
2047 if (!gigaset_add_event(cs, &bcs->at_state, EV_HUP, NULL, 0, NULL)) { in do_disconnect_b3_req()
Dev-layer.c1546 gigaset_add_event(cs, &cs->at_state, RSP_WRONG_CID, in process_event()
1639 gigaset_add_event(cs, at_state, resp_code, NULL, 0, NULL); in process_event()
1646 gigaset_add_event(cs, at_state, RSP_NODEV, in process_event()
1667 gigaset_add_event(cs, at_state, RSP_INIT, NULL, sequence, NULL); in schedule_sequence()
Dbas-gigaset.c350 gigaset_add_event(cs, &bcs->at_state, EV_HUP, NULL, 0, NULL); in error_hangup()