Lines Matching defs:rfkill
50 struct rfkill { struct
54 enum rfkill_type type; argument
63 const struct rfkill_ops *ops; argument
78 #define to_rfkill(d) container_of(d, struct rfkill, dev) argument
128 static void rfkill_led_trigger_event(struct rfkill *rfkill) in rfkill_led_trigger_event()
145 struct rfkill *rfkill; in rfkill_led_trigger_activate() local
152 static int rfkill_led_trigger_register(struct rfkill *rfkill) in rfkill_led_trigger_register()
160 static void rfkill_led_trigger_unregister(struct rfkill *rfkill) in rfkill_led_trigger_unregister()
165 static void rfkill_led_trigger_event(struct rfkill *rfkill) in rfkill_led_trigger_event()
169 static inline int rfkill_led_trigger_register(struct rfkill *rfkill) in rfkill_led_trigger_register()
174 static inline void rfkill_led_trigger_unregister(struct rfkill *rfkill) in rfkill_led_trigger_unregister()
179 static void rfkill_fill_event(struct rfkill_event *ev, struct rfkill *rfkill, in rfkill_fill_event()
195 static void rfkill_send_events(struct rfkill *rfkill, enum rfkill_operation op) in rfkill_send_events()
212 static void rfkill_event(struct rfkill *rfkill) in rfkill_event()
223 static bool __rfkill_set_hw_state(struct rfkill *rfkill, in __rfkill_set_hw_state()
255 static void rfkill_set_block(struct rfkill *rfkill, bool blocked) in rfkill_set_block()
323 struct rfkill *rfkill; in __rfkill_switch_all() local
368 struct rfkill *rfkill; in rfkill_epo() local
454 bool rfkill_set_hw_state(struct rfkill *rfkill, bool blocked) in rfkill_set_hw_state()
470 static void __rfkill_set_sw_state(struct rfkill *rfkill, bool blocked) in __rfkill_set_sw_state()
484 bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked) in rfkill_set_sw_state()
510 void rfkill_init_sw_state(struct rfkill *rfkill, bool blocked) in rfkill_init_sw_state()
524 void rfkill_set_states(struct rfkill *rfkill, bool sw, bool hw) in rfkill_set_states()
562 struct rfkill *rfkill = to_rfkill(dev); in rfkill_name_show() local
595 struct rfkill *rfkill = to_rfkill(dev); in rfkill_type_show() local
604 struct rfkill *rfkill = to_rfkill(dev); in rfkill_idx_show() local
613 struct rfkill *rfkill = to_rfkill(dev); in rfkill_persistent_show() local
622 struct rfkill *rfkill = to_rfkill(dev); in rfkill_hard_show() local
631 struct rfkill *rfkill = to_rfkill(dev); in rfkill_soft_show() local
640 struct rfkill *rfkill = to_rfkill(dev); in rfkill_soft_store() local
675 struct rfkill *rfkill = to_rfkill(dev); in rfkill_state_show() local
684 struct rfkill *rfkill = to_rfkill(dev); in rfkill_state_store() local
734 struct rfkill *rfkill = to_rfkill(dev); in rfkill_release() local
741 struct rfkill *rfkill = to_rfkill(dev); in rfkill_dev_uevent() local
761 void rfkill_pause_polling(struct rfkill *rfkill) in rfkill_pause_polling()
772 void rfkill_resume_polling(struct rfkill *rfkill) in rfkill_resume_polling()
785 struct rfkill *rfkill = to_rfkill(dev); in rfkill_suspend() local
794 struct rfkill *rfkill = to_rfkill(dev); in rfkill_resume() local
816 bool rfkill_blocked(struct rfkill *rfkill) in rfkill_blocked()
836 struct rfkill *rfkill; in rfkill_alloc() local
873 struct rfkill *rfkill; in rfkill_poll() local
890 struct rfkill *rfkill; in rfkill_uevent_work() local
901 struct rfkill *rfkill; in rfkill_sync_work() local
912 int __must_check rfkill_register(struct rfkill *rfkill) in rfkill_register()
977 void rfkill_unregister(struct rfkill *rfkill) in rfkill_unregister()
1000 void rfkill_destroy(struct rfkill *rfkill) in rfkill_destroy()
1010 struct rfkill *rfkill; in rfkill_fop_open() local
1121 struct rfkill *rfkill; in rfkill_fop_write() local