Home
last modified time | relevance | path

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

/net/bluetooth/rfcomm/
Dtty.c1071 static int rfcomm_tty_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) in rfcomm_tty_tiocmset() argument
1077 BT_DBG("tty %p dev %p set 0x%02x clear 0x%02x", tty, dev, set, clear); in rfcomm_tty_tiocmset()
1090 if (clear & TIOCM_DSR || clear & TIOCM_DTR) in rfcomm_tty_tiocmset()
1092 if (clear & TIOCM_RTS || clear & TIOCM_CTS) in rfcomm_tty_tiocmset()
1094 if (clear & TIOCM_RI) in rfcomm_tty_tiocmset()
1096 if (clear & TIOCM_CD) in rfcomm_tty_tiocmset()
/net/rxrpc/
Dinsecure.c96 .clear = none_clear,
Dconn_object.c364 conn->security->clear(conn); in rxrpc_destroy_connection()
Dar-internal.h257 void (*clear)(struct rxrpc_connection *); member
Dconn_client.c223 conn->security->clear(conn); in rxrpc_alloc_client_connection()
Drxkad.c1308 .clear = rxkad_clear,
/net/sched/
Dact_ct.c383 bool cached, commit, clear, force; in tcf_ct_act() local
397 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act()
401 if (clear) { in tcf_ct_act()
/net/mac80211/
Dchan.c793 bool clear) in __ieee80211_vif_copy_chanctx_to_vlans() argument
814 if (clear) in __ieee80211_vif_copy_chanctx_to_vlans()
822 bool clear) in ieee80211_vif_copy_chanctx_to_vlans() argument
828 __ieee80211_vif_copy_chanctx_to_vlans(sdata, clear); in ieee80211_vif_copy_chanctx_to_vlans()
Drx.c3991 goto clear; in ieee80211_check_fast_rx()
4019 goto clear; in ieee80211_check_fast_rx()
4022 goto clear; in ieee80211_check_fast_rx()
4030 goto clear; in ieee80211_check_fast_rx()
4050 goto clear; in ieee80211_check_fast_rx()
4054 goto clear; in ieee80211_check_fast_rx()
4082 clear: in ieee80211_check_fast_rx()
Dieee80211_i.h2193 bool clear);