Home
last modified time | relevance | path

Searched refs:clear (Results 1 – 7 of 7) sorted by relevance

/net/irda/ircomm/
Dircomm_tty_ioctl.c217 unsigned int set, unsigned int clear) in ircomm_tty_tiocmset() argument
232 if (clear & TIOCM_RTS) in ircomm_tty_tiocmset()
234 if (clear & TIOCM_DTR) in ircomm_tty_tiocmset()
237 if ((set|clear) & TIOCM_RTS) in ircomm_tty_tiocmset()
239 if ((set|clear) & TIOCM_DTR) in ircomm_tty_tiocmset()
/net/bluetooth/rfcomm/
Dtty.c1081 static int rfcomm_tty_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) in rfcomm_tty_tiocmset() argument
1087 BT_DBG("tty %p dev %p set 0x%02x clear 0x%02x", tty, dev, set, clear); in rfcomm_tty_tiocmset()
1100 if (clear & TIOCM_DSR || clear & TIOCM_DTR) in rfcomm_tty_tiocmset()
1102 if (clear & TIOCM_RTS || clear & TIOCM_CTS) in rfcomm_tty_tiocmset()
1104 if (clear & TIOCM_RI) in rfcomm_tty_tiocmset()
1106 if (clear & TIOCM_CD) in rfcomm_tty_tiocmset()
/net/rxrpc/
Dar-security.c257 conn->security->clear(conn); in rxrpc_clear_conn_security()
Dar-internal.h143 void (*clear)(struct rxrpc_connection *); member
Drxkad.c1144 .clear = rxkad_clear,
/net/mac80211/
Dchan.c788 bool clear) in __ieee80211_vif_copy_chanctx_to_vlans() argument
809 if (clear) in __ieee80211_vif_copy_chanctx_to_vlans()
817 bool clear) in ieee80211_vif_copy_chanctx_to_vlans() argument
823 __ieee80211_vif_copy_chanctx_to_vlans(sdata, clear); in ieee80211_vif_copy_chanctx_to_vlans()
Dieee80211_i.h2001 bool clear);