Home
last modified time | relevance | path

Searched refs:ISDN_USAGE_MODEM (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Disdn.h77 #define ISDN_USAGE_MODEM 2 macro
221 #define USG_MODEM(x) ((x & ISDN_USAGE_MASK)==ISDN_USAGE_MODEM)
226 #define USG_MODEMORVOICE(x) (((x & ISDN_USAGE_MASK)==ISDN_USAGE_MODEM) || \
/linux-2.6.39/drivers/isdn/i4l/
Disdn_tty.c567 int usg = ISDN_USAGE_MODEM; in isdn_calc_usage()
573 usg = ISDN_USAGE_MODEM; in isdn_calc_usage()
596 int usg = ISDN_USAGE_MODEM; in isdn_tty_dial()
804 int usg = ISDN_USAGE_MODEM; in isdn_tty_resume()
893 int usg = ISDN_USAGE_MODEM; in isdn_tty_send_msg()