summaryrefslogtreecommitdiff
path: root/net/rfkill/rfkill.h
blob: 001c40caa51efffe4891c2a3dd6987453b4df645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2007 Ivo van Doorn
 * Copyright 2009 Johannes Berg <johannes@sipsolutions.net>
 */


#ifndef __RFKILL_INPUT_H
#define __RFKILL_INPUT_H

/* core code */
void rfkill_switch_all(const enum rfkill_type type, bool blocked);
void rfkill_epo(void);
void rfkill_restore_states(void);
void rfkill_remove_epo_lock(void);
bool rfkill_is_epo_lock_active(void);
bool rfkill_get_global_sw_state(const enum rfkill_type type);

/* input handler */
int rfkill_handler_init(void);
void rfkill_handler_exit(void);

#endif /* __RFKILL_INPUT_H */
le='2023-12-18 14:04:15 +0000'>2023-12-18ASoC: mediatek: mt8188-mt6359: Enable dual amp for mt8188-rt5682sRui Zhou 2023-12-18ASoC: mediatek: mt8188-mt6359: add es8326 supportRui Zhou 2023-12-18ASoC: mediatek: mt8188-mt6359: commonize headset codec init/exit apiRui Zhou 2023-10-26ASoC: mediatek: mt8188: Handle component name prefixKrzysztof Kozlowski 2023-10-10ASoC: mediatek: mt8188-mt6359: add rt5682s supportxiazhengqiao 2023-10-09ASoC: Explicitly include correct DT includesRob Herring 2023-09-26ASoC: mediatek: convert not to use asoc_xxx()Kuninori Morimoto 2023-09-11ASoC: mediatek: mt8188-mt6359: add SOF supportTrevor Wu 2023-09-11ASoC: mediatek: mt8188-mt6359: support dynamic pinctrlTrevor Wu 2023-07-25Merge tag 'asoc-v6.6-early' of https://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai 2023-07-21ASoC: mediatek: mt8188: Simplify with snd_ctl_find_id_mixer()Takashi Iwai 2023-07-19ASoC: mediatek: mt8188: DPCM used FE and BE merged parametersTrevor Wu 2023-07-09ASoC: mediatek: mt8188: add memory-region supportTrevor Wu 2023-06-16ASoC: Merge fixes due to dependenciesMark Brown 2023-06-08ASoC: mediatek: mt8188-mt6359: Use bitfield macros for registersAngeloGioacchino Del Regno 2023-06-08ASoC: mediatek: mt8188-mt6359: Clean up log levelsAngeloGioacchino Del Regno 2023-06-08ASoC: mediatek: mt8188-mt6359: Cleanup return 0 disguised as return retAngeloGioacchino Del Regno 2023-06-08ASoC: mediatek: mt8188-mt6359: clean up a return in codec_initDan Carpenter 2023-06-08ASoC: mediatek: mt8188-mt6359: Compress of_device_id entriesAngeloGioacchino Del Regno 2023-06-02ASoC: mediatek: mt8188-mt6359: support new board with nau88255Trevor Wu 2023-06-02ASoC: mediatek: mt8188-mt6359: register hdmi/dp jack pinsTrevor Wu 2023-06-02ASoC: mediatek: mt8188: separate ADDA playback dai from capture daiTrevor Wu 2023-06-01ASoC: mediatek: mt8188: fix use-after-free in driver remove pathTrevor Wu 2023-05-15ASoC: mediatek: mt8188: add required clocksTrevor Wu 2023-05-15ASoC: mediatek: mt8188: add bus protectionTrevor Wu 2023-05-15ASoC: mediatek: mt8188: combine afe component registrationTrevor Wu 2023-05-15ASoC: mediatek: mt8188: refine APLL controlTrevor Wu 2023-05-15ASoC: mediatek: mt8188: revise ETDM control flowTrevor Wu 2023-05-15ASoC: mediatek: mt8188: complete set_tdm_slot functionTrevor Wu 2023-05-15ASoC: mediatek: mt8188: remove supply AUDIO_HIRESTrevor Wu 2023-03-20ASoC: mediatek: mt8188-afe-pcm: Convert to platform remove callback returning...Uwe Kleine-König 2023-03-01ASoC: mediatek: mt8188: add missing initializationTrevor Wu 2023-02-20ASoC: mediatek: mt8188: correct etdm control return valueTrevor Wu 2023-02-03ASoC: mediatek: mt8188: remove etdm dead codeTrevor Wu 2023-01-31ASoC: mediatek: use helper functionKuninori Morimoto 2023-01-26ASoC: mediatek: mt8188: remove some dead codeDan Carpenter 2023-01-16ASoC: mediatek: mt8188: add machine driver with mt6359Trevor Wu 2023-01-16ASoC: mediatek: mt8188: add control for timing selectTrevor Wu 2023-01-16ASoC: mediatek: mt8188: add platform driverTrevor Wu 2023-01-16ASoC: mediatek: mt8188: support audio clock controlTrevor Wu 2023-01-16ASoC: mediatek: mt8188: support pcmif in platform driverTrevor Wu 2023-01-16ASoC: mediatek: mt8188: support etdm in platform driverTrevor Wu 2023-01-16ASoC: mediatek: mt8188: support adda in platform driverTrevor Wu 2023-01-16ASoC: mediatek: mt8188: support audsys clockTrevor Wu 2023-01-16ASoC: mediatek: mt8188: add common headerTrevor Wu