Home
last modified time | relevance | path

Searched refs:rfkill (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Drfkill.h41 struct rfkill;
62 void (*poll)(struct rfkill *rfkill, void *data);
63 void (*query)(struct rfkill *rfkill, void *data);
79 struct rfkill * __must_check rfkill_alloc(const char *name,
100 int __must_check rfkill_register(struct rfkill *rfkill);
110 void rfkill_pause_polling(struct rfkill *rfkill);
119 void rfkill_resume_polling(struct rfkill *rfkill);
130 void rfkill_unregister(struct rfkill *rfkill);
138 void rfkill_destroy(struct rfkill *rfkill);
149 bool rfkill_set_hw_state_reason(struct rfkill *rfkill,
[all …]
/include/net/nfc/
Dnfc.h189 struct rfkill *rfkill; member
/include/net/bluetooth/
Dhci_core.h559 struct rfkill *rfkill; member
/include/net/
Dcfg80211.h5493 struct rfkill *rfkill; member
7158 rfkill_pause_polling(wiphy->rfkill); in wiphy_rfkill_stop_polling()