Home
last modified time | relevance | path

Searched defs:rfkill_event (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Drfkill.h43 struct rfkill_event { struct
44 __u32 idx;
45 __u8 type;
46 __u8 op;
47 __u8 soft, hard;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Drfkill.h30 struct rfkill_event { struct
31 __u32 idx;
32 __u8 type;
33 __u8 op;
34 __u8 soft, hard;
/kernel/linux/linux-5.10/include/uapi/linux/
Drfkill.h83 struct rfkill_event { struct
84 __u32 idx;
85 __u8 type;
86 __u8 op;
87 __u8 soft, hard;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Drfkill.h43 struct rfkill_event { struct
44 __u32 idx;
45 __u8 type;
46 __u8 op;
47 __u8 soft, hard;
/kernel/linux/linux-6.6/include/uapi/linux/
Drfkill.h93 struct rfkill_event { struct
102 * struct rfkill_event_ext - events for userspace on /dev/rfkill argument
/kernel/linux/linux-6.6/net/rfkill/
Dinput.c193 static void rfkill_event(struct input_handle *handle, unsigned int type, in rfkill_event() function
Dcore.c293 static void rfkill_event(struct rfkill *rfkill) in rfkill_event() function
/kernel/linux/linux-5.10/net/rfkill/
Dinput.c193 static void rfkill_event(struct input_handle *handle, unsigned int type, in rfkill_event() function
Dcore.c288 static void rfkill_event(struct rfkill *rfkill) in rfkill_event() function