Home
last modified time | relevance | path

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

/linux/net/bluetooth/rfcomm/
A Dtty.c1075 u8 v24_sig; in rfcomm_tty_tiocmset() local
1079 rfcomm_dlc_get_modem_status(dlc, &v24_sig); in rfcomm_tty_tiocmset()
1082 v24_sig |= RFCOMM_V24_RTC; in rfcomm_tty_tiocmset()
1084 v24_sig |= RFCOMM_V24_RTR; in rfcomm_tty_tiocmset()
1086 v24_sig |= RFCOMM_V24_IC; in rfcomm_tty_tiocmset()
1088 v24_sig |= RFCOMM_V24_DV; in rfcomm_tty_tiocmset()
1091 v24_sig &= ~RFCOMM_V24_RTC; in rfcomm_tty_tiocmset()
1093 v24_sig &= ~RFCOMM_V24_RTR; in rfcomm_tty_tiocmset()
1095 v24_sig &= ~RFCOMM_V24_IC; in rfcomm_tty_tiocmset()
1097 v24_sig &= ~RFCOMM_V24_DV; in rfcomm_tty_tiocmset()
[all …]
A Dcore.c627 d->v24_sig |= RFCOMM_V24_FC; in __rfcomm_dlc_throttle()
638 d->v24_sig &= ~RFCOMM_V24_FC; in __rfcomm_dlc_unthrottle()
652 d, d->state, v24_sig); in rfcomm_dlc_set_modem_status()
655 v24_sig |= RFCOMM_V24_FC; in rfcomm_dlc_set_modem_status()
657 v24_sig &= ~RFCOMM_V24_FC; in rfcomm_dlc_set_modem_status()
659 d->v24_sig = v24_sig; in rfcomm_dlc_set_modem_status()
670 d, d->state, d->v24_sig); in rfcomm_dlc_get_modem_status()
672 *v24_sig = d->v24_sig; in rfcomm_dlc_get_modem_status()
1077 msc->v24_sig = v24_sig | 0x01; in rfcomm_send_msc()
1625 d->remote_v24_sig = msc->v24_sig; in rfcomm_recv_msc()
[all …]
/linux/include/net/bluetooth/
A Drfcomm.h149 u8 v24_sig; member
182 u8 v24_sig; member
199 void (*modem_status)(struct rfcomm_dlc *d, u8 v24_sig);
241 int rfcomm_dlc_set_modem_status(struct rfcomm_dlc *d, u8 v24_sig);
242 int rfcomm_dlc_get_modem_status(struct rfcomm_dlc *d, u8 *v24_sig);

Completed in 13 milliseconds