Home
last modified time | relevance | path

Searched refs:mxs (Results 1 – 25 of 55) sorted by relevance

123

/linux/drivers/pwm/
A Dpwm-mxs.c71 rate = clk_get_rate(mxs->clk); in mxs_pwm_apply()
111 clk_disable_unprepare(mxs->clk); in mxs_pwm_apply()
124 struct mxs_pwm_chip *mxs; in mxs_pwm_probe() local
127 mxs = devm_kzalloc(&pdev->dev, sizeof(*mxs), GFP_KERNEL); in mxs_pwm_probe()
128 if (!mxs) in mxs_pwm_probe()
132 if (IS_ERR(mxs->base)) in mxs_pwm_probe()
133 return PTR_ERR(mxs->base); in mxs_pwm_probe()
136 if (IS_ERR(mxs->clk)) in mxs_pwm_probe()
137 return PTR_ERR(mxs->clk); in mxs_pwm_probe()
139 mxs->chip.dev = &pdev->dev; in mxs_pwm_probe()
[all …]
/linux/sound/soc/mxs/
A DMakefile3 snd-soc-mxs-objs := mxs-saif.o
4 snd-soc-mxs-pcm-objs := mxs-pcm.o
6 obj-$(CONFIG_SND_MXS_SOC) += snd-soc-mxs.o snd-soc-mxs-pcm.o
9 snd-soc-mxs-sgtl5000-objs := mxs-sgtl5000.o
11 obj-$(CONFIG_SND_SOC_MXS_SGTL5000) += snd-soc-mxs-sgtl5000.o
A D.built-in.a.cmd1mxs/built-in.a := echo >/dev/null; rm -f sound/soc/mxs/built-in.a; /usr/bin/ccache /home/test/work…
/linux/Documentation/devicetree/bindings/pinctrl/
A Dfsl,mxs-pinctrl.txt3 The pins controlled by mxs pin controller are organized in banks, each bank
16 The node of mxs pin controller acts as a container for an arbitrary number of
25 Those subnodes under mxs pin controller node will fall into two categories.
32 On mxs, there is no hardware pin group. The pin group in this binding only
117 In this example, group node mmc0-8bit defines a group of pins for mxs SSP0
127 arch/arm/boot/dts/mxs-pinfunc.h.
/linux/drivers/nvmem/
A DMakefile24 obj-$(CONFIG_NVMEM_MXS_OCOTP) += nvmem-mxs-ocotp.o
25 nvmem-mxs-ocotp-y := mxs-ocotp.o
/linux/Documentation/devicetree/bindings/sound/
A Dmxs-audio-sgtl5000.txt4 - compatible : "fsl,mxs-audio-sgtl5000"
34 "fsl,mxs-audio-sgtl5000";
A Dmxs-saif.txt9 Refer to dma.txt and fsl-mxs-dma.txt for details.
/linux/arch/arm/mach-mxs/
A DMakefile3 obj-$(CONFIG_ARCH_MXS) += mach-mxs.o
/linux/drivers/dma/
A DTODO9 - mxs-dma.c
/linux/Documentation/devicetree/bindings/i2c/
A Di2c-mxs.yaml4 $id: http://devicetree.org/schemas/i2c/i2c-mxs.yaml#
/linux/Documentation/devicetree/bindings/nvmem/
A Dmxs-ocotp.yaml4 $id: http://devicetree.org/schemas/nvmem/mxs-ocotp.yaml#
/linux/Documentation/ABI/testing/
A Dsysfs-kernel-vmcoreinfo4 Contact: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
/linux/Documentation/devicetree/bindings/pwm/
A Dmxs-pwm.yaml4 $id: http://devicetree.org/schemas/pwm/mxs-pwm.yaml#
/linux/drivers/usb/phy/
A DMakefile23 obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o
/linux/Documentation/devicetree/bindings/spi/
A Dmxs-spi.yaml4 $id: http://devicetree.org/schemas/spi/mxs-spi.yaml#
/linux/Documentation/devicetree/bindings/mmc/
A Dmxs-mmc.yaml4 $id: http://devicetree.org/schemas/mmc/mxs-mmc.yaml#
/linux/drivers/pinctrl/freescale/
A DMakefile29 obj-$(CONFIG_PINCTRL_MXS) += pinctrl-mxs.o
/linux/arch/arm/boot/dts/
A Dimx23.dtsi115 compatible = "fsl,imx23-gpio", "fsl,mxs-gpio";
125 compatible = "fsl,imx23-gpio", "fsl,mxs-gpio";
135 compatible = "fsl,imx23-gpio", "fsl,mxs-gpio";
A Dimx28.dtsi169 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
179 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
189 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
199 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
209 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
/linux/Documentation/devicetree/bindings/serial/
A Dfsl-mxs-auart.yaml4 $id: http://devicetree.org/schemas/serial/fsl-mxs-auart.yaml#
/linux/drivers/crypto/
A DMakefile22 obj-$(CONFIG_CRYPTO_DEV_MXS_DCP) += mxs-dcp.o
/linux/sound/soc/
A DMakefile46 obj-$(CONFIG_SND_SOC) += mxs/
/linux/drivers/clocksource/
A Dmxs_timer.c273 TIMER_OF_DECLARE(mxs, "fsl,timrot", mxs_timer_init);
/linux/Documentation/devicetree/bindings/gpio/
A Dgpio-mxs.yaml4 $id: http://devicetree.org/schemas/gpio/gpio-mxs.yaml#
/linux/drivers/irqchip/
A Dirq-mxs.c207 IRQCHIP_DECLARE(mxs, "fsl,icoll", icoll_of_init);

Completed in 28 milliseconds

123