Searched refs:rfkill (Results 1 – 4 of 4) sorted by relevance
41 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 …]
189 struct rfkill *rfkill; member
559 struct rfkill *rfkill; member
5493 struct rfkill *rfkill; member7158 rfkill_pause_polling(wiphy->rfkill); in wiphy_rfkill_stop_polling()