Searched refs:blocked (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | rfkill.h | 148 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
|
D | init_task.h | 194 .blocked = {{0}}, \
|
D | sched.h | 1445 sigset_t blocked, real_blocked; member
|
/include/linux/isdn/ |
D | capilli.h | 70 int blocked; /* output blocked */ member
|
/include/net/ |
D | inet_connection_sock.h | 110 __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()
|
D | cfg80211.h | 2964 void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked);
|
/include/drm/ |
D | drmP.h | 693 int blocked; /**< Blocked due to VC switch? */ member
|