Home
last modified time | relevance | path

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

/include/linux/
Drfkill.h148 int (*set_block)(void *data, bool blocked);
242 bool rfkill_set_hw_state(struct rfkill *rfkill, bool blocked);
264 bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked);
280 void rfkill_init_sw_state(struct rfkill *rfkill, bool blocked);
333 static inline bool rfkill_set_hw_state(struct rfkill *rfkill, bool blocked) in rfkill_set_hw_state() argument
335 return blocked; in rfkill_set_hw_state()
338 static inline bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked) in rfkill_set_sw_state() argument
340 return blocked; in rfkill_set_sw_state()
343 static inline void rfkill_init_sw_state(struct rfkill *rfkill, bool blocked) in rfkill_init_sw_state() argument
Dinit_task.h194 .blocked = {{0}}, \
Dsched.h1445 sigset_t blocked, real_blocked; member
/include/linux/isdn/
Dcapilli.h70 int blocked; /* output blocked */ member
/include/net/
Dinet_connection_sock.h110 __u8 blocked; /* Delayed ACK was blocked by socket lock */ member
195 icsk->icsk_ack.blocked = icsk->icsk_ack.pending = 0; in inet_csk_clear_xmit_timer()
Dcfg80211.h2964 void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked);
/include/drm/
DdrmP.h693 int blocked; /**< Blocked due to VC switch? */ member