Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0-only */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3)  * Copyright (C) 2007 Ivo van Doorn
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)  * Copyright 2009 Johannes Berg <johannes@sipsolutions.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) #ifndef __RFKILL_INPUT_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) #define __RFKILL_INPUT_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) /* core code */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) void rfkill_switch_all(const enum rfkill_type type, bool blocked);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) void rfkill_epo(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) void rfkill_restore_states(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) void rfkill_remove_epo_lock(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) bool rfkill_is_epo_lock_active(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) bool rfkill_get_global_sw_state(const enum rfkill_type type);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) /* input handler */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) int rfkill_handler_init(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) void rfkill_handler_exit(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) #endif /* __RFKILL_INPUT_H */