Searched refs:rfkill_event (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Drfkill.h83 * struct rfkill_event - events for userspace on /dev/rfkill
93 struct rfkill_event { struct
150 * 2. ask to read sizeof(struct rfkill_event) but then compare the
157 * Hence, we've rolled back &struct rfkill_event to the original version
180 #define RFKILL_EVENT_SIZE_V1 sizeof(struct rfkill_event)
/linux-master/net/rfkill/
H A Dinput.c193 static void rfkill_event(struct input_handle *handle, unsigned int type, function
254 * should be able to deal with concurrency with rfkill_event()
310 .event = rfkill_event,
H A Dcore.c293 static void rfkill_event(struct rfkill *rfkill) function
369 rfkill_event(rfkill);
1051 rfkill_event(rfkill);

Completed in 109 milliseconds