Home
last modified time | relevance | path

Searched refs:OK_FC (Results 1 – 3 of 3) sorted by relevance

/drivers/isdn/hardware/eicon/
Dpc.h265 #define OK_FC 0xfc /* Flow-Control RC */ macro
Dmessage.c3898 if (rc == OK_FC) in callback()
9734 if ((Rc != OK) && (Rc != OK_FC)) in dtmf_restore_config()
9799 if ((Rc != OK) && (Rc != OK_FC)) in dtmf_command()
9901 if ((Rc != OK) && (Rc != OK_FC)) in dtmf_command()
10260 if ((Rc != OK) && (Rc != OK_FC)) in dtmf_parameter_restore_config()
10943 if ((Rc != OK) && (Rc != OK_FC)) in xconnect_write_coefs_process()
11465 if ((Rc != OK) && (Rc != OK_FC) && (Rc != 0)) in mixer_restore_config()
12700 if ((Rc != OK) && (Rc != OK_FC)) in ec_restore_config()
12769 if ((Rc != OK) && (Rc != OK_FC)) in ec_command()
12798 if ((Rc != OK) && (Rc != OK_FC)) in ec_command()
[all …]
Ddi.c429 if (Rc == OK_FC) { in isdn_rc()