Searched refs:hard_block_reasons (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Drfkill.h108 * @hard_block_reasons: valid if hard is set. One or several reasons from
128 __u8 hard_block_reasons; member in struct:rfkill_event_ext
/linux-master/net/rfkill/
H A Dcore.c43 unsigned long hard_block_reasons; member in struct:rfkill
272 ev->hard_block_reasons = rfkill->hard_block_reasons;
555 prev = !!(rfkill->hard_block_reasons & reason);
558 rfkill->hard_block_reasons |= reason;
560 rfkill->hard_block_reasons &= ~reason;
561 if (!rfkill->hard_block_reasons)
784 return sysfs_emit(buf, "0x%lx\n", rfkill->hard_block_reasons);
786 static DEVICE_ATTR_RO(hard_block_reasons);
874 reasons = rfkill->hard_block_reasons;
[all...]

Completed in 221 milliseconds