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.c3880 if (rc == OK_FC) in callback()
9719 if ((Rc != OK) && (Rc != OK_FC)) in dtmf_restore_config()
9784 if ((Rc != OK) && (Rc != OK_FC)) in dtmf_command()
9886 if ((Rc != OK) && (Rc != OK_FC)) in dtmf_command()
10247 if ((Rc != OK) && (Rc != OK_FC)) in dtmf_parameter_restore_config()
10930 if ((Rc != OK) && (Rc != OK_FC)) in xconnect_write_coefs_process()
11452 if ((Rc != OK) && (Rc != OK_FC) && (Rc != 0)) in mixer_restore_config()
12693 if ((Rc != OK) && (Rc != OK_FC)) in ec_restore_config()
12762 if ((Rc != OK) && (Rc != OK_FC)) in ec_command()
12791 if ((Rc != OK) && (Rc != OK_FC)) in ec_command()
[all …]
Ddi.c429 if (Rc==OK_FC) { in isdn_rc()