Home
last modified time | relevance | path

Searched refs:pm860x (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/sound/soc/codecs/
H A D88pm860x-codec.c3 * 88pm860x-codec.c -- 88PM860x ALSA SoC Audio Driver
13 #include <linux/mfd/88pm860x.h>
26 #include "88pm860x-codec.h"
965 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); in pm860x_pcm_set_dai_fmt() local
975 if (pm860x->dir == PM860X_CLK_DIR_OUT) { in pm860x_pcm_set_dai_fmt()
981 if (pm860x->dir == PM860X_CLK_DIR_IN) { in pm860x_pcm_set_dai_fmt()
1005 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); in pm860x_set_dai_sysclk() local
1008 pm860x->dir = PM860X_CLK_DIR_OUT; in pm860x_set_dai_sysclk()
1070 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); in pm860x_i2s_set_dai_fmt() local
1078 if (pm860x in pm860x_i2s_set_dai_fmt()
1108 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_set_bias_level() local
1205 struct pm860x_priv *pm860x = data; pm860x_component_handler() local
1253 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_hs_jack_detect() local
1285 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_mic_jack_detect() local
1302 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_probe() local
1328 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_remove() local
1354 struct pm860x_priv *pm860x; pm860x_codec_probe() local
[all...]
H A DMakefile2 snd-soc-88pm860x-objs := 88pm860x-codec.o
309 obj-$(CONFIG_SND_SOC_88PM860X) += snd-soc-88pm860x.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H A D88pm860x-codec.c3 * 88pm860x-codec.c -- 88PM860x ALSA SoC Audio Driver
13 #include <linux/mfd/88pm860x.h>
26 #include "88pm860x-codec.h"
965 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); in pm860x_pcm_set_dai_fmt() local
975 if (pm860x->dir == PM860X_CLK_DIR_OUT) { in pm860x_pcm_set_dai_fmt()
981 if (pm860x->dir == PM860X_CLK_DIR_IN) { in pm860x_pcm_set_dai_fmt()
1005 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); in pm860x_set_dai_sysclk() local
1008 pm860x->dir = PM860X_CLK_DIR_OUT; in pm860x_set_dai_sysclk()
1070 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); in pm860x_i2s_set_dai_fmt() local
1078 if (pm860x in pm860x_i2s_set_dai_fmt()
1108 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_set_bias_level() local
1205 struct pm860x_priv *pm860x = data; pm860x_component_handler() local
1253 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_hs_jack_detect() local
1285 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_mic_jack_detect() local
1302 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_probe() local
1328 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_remove() local
1353 struct pm860x_priv *pm860x; pm860x_codec_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A DMakefile6 88pm860x-objs := 88pm860x-core.o 88pm860x-i2c.o
7 obj-$(CONFIG_MFD_88PM860X) += 88pm860x.o
H A D88pm860x-i2c.c13 #include <linux/mfd/88pm860x.h>
/kernel/linux/linux-6.6/drivers/mfd/
H A DMakefile6 88pm860x-objs := 88pm860x-core.o 88pm860x-i2c.o
7 obj-$(CONFIG_MFD_88PM860X) += 88pm860x.o
H A D88pm860x-i2c.c13 #include <linux/mfd/88pm860x.h>
/kernel/linux/linux-5.10/drivers/input/misc/
H A D88pm860x_onkey.c27 #include <linux/mfd/88pm860x.h>
136 .name = "88pm860x-onkey",
/kernel/linux/linux-6.6/drivers/input/misc/
H A D88pm860x_onkey.c27 #include <linux/mfd/88pm860x.h>
137 .name = "88pm860x-onkey",
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H A Dttc_dkb.c18 #include <linux/mfd/88pm860x.h>
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-88pm860x.c15 #include <linux/mfd/88pm860x.h>
130 of_property_read_u32(np, "marvell,88pm860x-iset", in pm860x_led_dt_init()
229 .name = "88pm860x-led",
240 MODULE_ALIAS("platform:88pm860x-led");
/kernel/linux/linux-5.10/drivers/video/backlight/
H A D88pm860x_bl.c17 #include <linux/mfd/88pm860x.h>
164 of_property_read_u32(np, "marvell,88pm860x-iset", in pm860x_backlight_dt_init()
167 of_property_read_u32(np, "marvell,88pm860x-pwm", in pm860x_backlight_dt_init()
251 .name = "88pm860x-backlight",
261 MODULE_ALIAS("platform:88pm860x-backlight");
/kernel/linux/linux-5.10/drivers/regulator/
H A D88pm8607.c16 #include <linux/mfd/88pm860x.h>
373 .name = "88pm860x-regulator",
376 .name = "88pm860x-preg",
385 .name = "88pm860x-regulator",
/kernel/linux/linux-6.6/drivers/video/backlight/
H A D88pm860x_bl.c17 #include <linux/mfd/88pm860x.h>
164 of_property_read_u32(np, "marvell,88pm860x-iset", in pm860x_backlight_dt_init()
167 of_property_read_u32(np, "marvell,88pm860x-pwm", in pm860x_backlight_dt_init()
251 .name = "88pm860x-backlight",
261 MODULE_ALIAS("platform:88pm860x-backlight");
/kernel/linux/linux-6.6/drivers/regulator/
H A D88pm8607.c16 #include <linux/mfd/88pm860x.h>
373 .name = "88pm860x-regulator",
376 .name = "88pm860x-preg",
385 .name = "88pm860x-regulator",
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-88pm860x.c15 #include <linux/mfd/88pm860x.h>
130 of_property_read_u32(np, "marvell,88pm860x-iset", in pm860x_led_dt_init()
229 .name = "88pm860x-led",
240 MODULE_ALIAS("platform:88pm860x-led");
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A D88pm860x-ts.c14 #include <linux/mfd/88pm860x.h>
133 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-prebias", &n)) in pm860x_touch_dt_init()
135 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-slot-cycle", &n)) in pm860x_touch_dt_init()
137 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-off-scale", &n)) in pm860x_touch_dt_init()
139 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-sw-cal", &n)) in pm860x_touch_dt_init()
147 if (!of_property_read_u32(np, "marvell,88pm860x-tsi-prebias", &data)) { in pm860x_touch_dt_init()
154 if (!of_property_read_u32(np, "marvell,88pm860x-pen-prebias", &n)) in pm860x_touch_dt_init()
156 if (!of_property_read_u32(np, "marvell,88pm860x-pen-prechg", &n)) in pm860x_touch_dt_init()
163 of_property_read_u32(np, "marvell,88pm860x-resistor-X", res_x); in pm860x_touch_dt_init()
252 touch->idev->name = "88pm860x in pm860x_touch_probe()
[all...]
H A DMakefile11 obj-$(CONFIG_TOUCHSCREEN_88PM860X) += 88pm860x-ts.o
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A D88pm860x-ts.c14 #include <linux/mfd/88pm860x.h>
133 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-prebias", &n)) in pm860x_touch_dt_init()
135 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-slot-cycle", &n)) in pm860x_touch_dt_init()
137 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-off-scale", &n)) in pm860x_touch_dt_init()
139 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-sw-cal", &n)) in pm860x_touch_dt_init()
147 if (!of_property_read_u32(np, "marvell,88pm860x-tsi-prebias", &data)) { in pm860x_touch_dt_init()
154 if (!of_property_read_u32(np, "marvell,88pm860x-pen-prebias", &n)) in pm860x_touch_dt_init()
156 if (!of_property_read_u32(np, "marvell,88pm860x-pen-prechg", &n)) in pm860x_touch_dt_init()
163 of_property_read_u32(np, "marvell,88pm860x-resistor-X", res_x); in pm860x_touch_dt_init()
252 touch->idev->name = "88pm860x in pm860x_touch_probe()
[all...]
H A DMakefile11 obj-$(CONFIG_TOUCHSCREEN_88PM860X) += 88pm860x-ts.o
/kernel/linux/linux-5.10/drivers/rtc/
H A DMakefile22 obj-$(CONFIG_RTC_DRV_88PM860X) += rtc-88pm860x.o
H A Drtc-88pm860x.c18 #include <linux/mfd/88pm860x.h>
257 ret = of_property_read_u32(np, "marvell,88pm860x-vrtc", &info->vrtc); in pm860x_rtc_dt_init()
372 .name = "88pm860x-rtc",
/kernel/linux/linux-6.6/drivers/rtc/
H A DMakefile23 obj-$(CONFIG_RTC_DRV_88PM860X) += rtc-88pm860x.o
H A Drtc-88pm860x.c18 #include <linux/mfd/88pm860x.h>
257 ret = of_property_read_u32(np, "marvell,88pm860x-vrtc", &info->vrtc); in pm860x_rtc_dt_init()
370 .name = "88pm860x-rtc",
/kernel/linux/linux-5.10/drivers/power/supply/
H A D88pm860x_charger.c15 #include <linux/mfd/88pm860x.h>
749 .name = "88pm860x-charger",

Completed in 15 milliseconds

12