Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/rfcomm/
H A Dtty.c1076 u8 v24_sig; in rfcomm_tty_tiocmset() local
1080 rfcomm_dlc_get_modem_status(dlc, &v24_sig); in rfcomm_tty_tiocmset()
1083 v24_sig |= RFCOMM_V24_RTC; in rfcomm_tty_tiocmset()
1085 v24_sig |= RFCOMM_V24_RTR; in rfcomm_tty_tiocmset()
1087 v24_sig |= RFCOMM_V24_IC; in rfcomm_tty_tiocmset()
1089 v24_sig |= RFCOMM_V24_DV; in rfcomm_tty_tiocmset()
1092 v24_sig &= ~RFCOMM_V24_RTC; in rfcomm_tty_tiocmset()
1094 v24_sig &= ~RFCOMM_V24_RTR; in rfcomm_tty_tiocmset()
1096 v24_sig &= ~RFCOMM_V24_IC; in rfcomm_tty_tiocmset()
1098 v24_sig &= ~RFCOMM_V24_DV; in rfcomm_tty_tiocmset()
[all …]
H A Dcore.c631 d->v24_sig |= RFCOMM_V24_FC; in __rfcomm_dlc_throttle()
642 d->v24_sig &= ~RFCOMM_V24_FC; in __rfcomm_dlc_unthrottle()
656 d, d->state, v24_sig); in rfcomm_dlc_set_modem_status()
659 v24_sig |= RFCOMM_V24_FC; in rfcomm_dlc_set_modem_status()
661 v24_sig &= ~RFCOMM_V24_FC; in rfcomm_dlc_set_modem_status()
663 d->v24_sig = v24_sig; in rfcomm_dlc_set_modem_status()
674 d, d->state, d->v24_sig); in rfcomm_dlc_get_modem_status()
676 *v24_sig = d->v24_sig; in rfcomm_dlc_get_modem_status()
1081 msc->v24_sig = v24_sig | 0x01; in rfcomm_send_msc()
1629 d->remote_v24_sig = msc->v24_sig; in rfcomm_recv_msc()
[all …]
/openbmc/linux/include/net/bluetooth/
H 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);