Home
last modified time | relevance | path

Searched refs:RFKILL_EVENT_SIZE_V1 (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Drfkill.h180 #define RFKILL_EVENT_SIZE_V1 sizeof(struct rfkill_event) macro
/linux/net/rfkill/
H A Dcore.c1172 data->max_size = RFKILL_EVENT_SIZE_V1; in rfkill_fop_open()
1277 if (count < RFKILL_EVENT_SIZE_V1 - 1) in rfkill_fop_write()
1373 if (size < RFKILL_EVENT_SIZE_V1 || size > U8_MAX) { in rfkill_fop_ioctl()