/Linux-v5.10/drivers/pwm/ |
D | pwm-imx1.c | 39 struct pwm_imx1_chip *imx = to_pwm_imx1_chip(chip); in pwm_imx1_clk_prepare_enable() local 42 ret = clk_prepare_enable(imx->clk_ipg); in pwm_imx1_clk_prepare_enable() 46 ret = clk_prepare_enable(imx->clk_per); in pwm_imx1_clk_prepare_enable() 48 clk_disable_unprepare(imx->clk_ipg); in pwm_imx1_clk_prepare_enable() 57 struct pwm_imx1_chip *imx = to_pwm_imx1_chip(chip); in pwm_imx1_clk_disable_unprepare() local 59 clk_disable_unprepare(imx->clk_per); in pwm_imx1_clk_disable_unprepare() 60 clk_disable_unprepare(imx->clk_ipg); in pwm_imx1_clk_disable_unprepare() 66 struct pwm_imx1_chip *imx = to_pwm_imx1_chip(chip); in pwm_imx1_config() local 86 max = readl(imx->mmio_base + MX1_PWMP); in pwm_imx1_config() 89 writel(max - p, imx->mmio_base + MX1_PWMS); in pwm_imx1_config() [all …]
|
D | pwm-imx27.c | 98 static int pwm_imx27_clk_prepare_enable(struct pwm_imx27_chip *imx) in pwm_imx27_clk_prepare_enable() argument 102 ret = clk_prepare_enable(imx->clk_ipg); in pwm_imx27_clk_prepare_enable() 106 ret = clk_prepare_enable(imx->clk_per); in pwm_imx27_clk_prepare_enable() 108 clk_disable_unprepare(imx->clk_ipg); in pwm_imx27_clk_prepare_enable() 115 static void pwm_imx27_clk_disable_unprepare(struct pwm_imx27_chip *imx) in pwm_imx27_clk_disable_unprepare() argument 117 clk_disable_unprepare(imx->clk_per); in pwm_imx27_clk_disable_unprepare() 118 clk_disable_unprepare(imx->clk_ipg); in pwm_imx27_clk_disable_unprepare() 124 struct pwm_imx27_chip *imx = to_pwm_imx27_chip(chip); in pwm_imx27_get_state() local 129 ret = pwm_imx27_clk_prepare_enable(imx); in pwm_imx27_get_state() 133 val = readl(imx->mmio_base + MX3_PWMCR); in pwm_imx27_get_state() [all …]
|
/Linux-v5.10/drivers/staging/media/imx/ |
D | Makefile | 2 imx6-media-objs := imx-media-dev.o imx-media-internal-sd.o \ 3 imx-ic-common.o imx-ic-prp.o imx-ic-prpencvf.o imx-media-vdic.o \ 4 imx-media-csc-scaler.o 6 imx-media-common-objs := imx-media-capture.o imx-media-dev-common.o \ 7 imx-media-of.o imx-media-utils.o 9 imx6-media-csi-objs := imx-media-csi.o imx-media-fim.o 12 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx-media-common.o
|
D | imx-media.h | 16 #include <video/imx-ipu-v3.h> 166 /* imx-media-utils.c */ 241 /* imx-media-dev-common.c */ 248 /* imx-media-fim.c */ 258 /* imx-media-internal-sd.c */ 263 /* imx-media-of.c */ 269 /* imx-media-vdic.c */ 276 /* imx-ic-common.c */ 283 /* imx-media-capture.c */ 294 /* imx-media-csc-scaler.c */
|
D | imx-media-dev.c | 12 #include <media/imx.h> 13 #include "imx-media.h" 108 v4l2_info(&imxmd->v4l2_dev, "Removing imx-media\n"); in imx_media_remove() 122 { .compatible = "fsl,imx-capture-subsystem" }, 131 .name = "imx-media",
|
/Linux-v5.10/sound/soc/fsl/ |
D | Makefile | 52 snd-soc-imx-ssi-objs := imx-ssi.o 53 snd-soc-imx-audmux-objs := imx-audmux.o 54 obj-$(CONFIG_SND_SOC_IMX_SSI) += snd-soc-imx-ssi.o 55 obj-$(CONFIG_SND_SOC_IMX_AUDMUX) += snd-soc-imx-audmux.o 57 obj-$(CONFIG_SND_SOC_IMX_PCM_FIQ) += imx-pcm-fiq.o 58 obj-$(CONFIG_SND_SOC_IMX_PCM_DMA) += imx-pcm-dma.o 65 snd-soc-imx-es8328-objs := imx-es8328.o 66 snd-soc-imx-sgtl5000-objs := imx-sgtl5000.o 67 snd-soc-imx-spdif-objs := imx-spdif.o 68 snd-soc-imx-mc13783-objs := imx-mc13783.o [all …]
|
D | imx-mc13783.c | 3 // imx-mc13783.c -- SoC audio for imx based boards with mc13783 codec 20 #include "imx-ssi.h" 21 #include "imx-audmux.h" 50 DAILINK_COMP_ARRAY(COMP_CPU("imx-ssi.0")), 52 DAILINK_COMP_ARRAY(COMP_PLATFORM("imx-ssi.0"))); 154 MODULE_DESCRIPTION("imx with mc13783 codec ALSA SoC driver");
|
D | fsl-asoc-card.c | 23 #include "imx-audmux.h" 604 if (of_device_is_compatible(np, "fsl,imx-audio-cs42888")) { in fsl_asoc_card_probe() 612 } else if (of_device_is_compatible(np, "fsl,imx-audio-cs427x")) { in fsl_asoc_card_probe() 616 } else if (of_device_is_compatible(np, "fsl,imx-audio-sgtl5000")) { in fsl_asoc_card_probe() 620 } else if (of_device_is_compatible(np, "fsl,imx-audio-tlv320aic32x4")) { in fsl_asoc_card_probe() 623 } else if (of_device_is_compatible(np, "fsl,imx-audio-wm8962")) { in fsl_asoc_card_probe() 629 } else if (of_device_is_compatible(np, "fsl,imx-audio-wm8960")) { in fsl_asoc_card_probe() 634 } else if (of_device_is_compatible(np, "fsl,imx-audio-ac97")) { in fsl_asoc_card_probe() 639 } else if (of_device_is_compatible(np, "fsl,imx-audio-mqs")) { in fsl_asoc_card_probe() 648 } else if (of_device_is_compatible(np, "fsl,imx-audio-wm8524")) { in fsl_asoc_card_probe() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | fsl-asoc-card.txt | 23 "fsl,imx-audio-ac97" 25 "fsl,imx-audio-cs42888" 27 "fsl,imx-audio-cs427x" 30 "fsl,imx-audio-wm8962" 32 "fsl,imx-audio-sgtl5000" 33 (compatible with Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt) 35 "fsl,imx-audio-wm8960" 37 "fsl,imx-audio-mqs" 39 "fsl,imx-audio-wm8524" 41 "fsl,imx-audio-tlv320aic32x4" [all …]
|
D | imx-audio-spdif.txt | 5 - compatible : "fsl,imx-audio-spdif" 31 compatible = "fsl,imx-audio-spdif"; 32 model = "imx-spdif";
|
/Linux-v5.10/drivers/nvmem/ |
D | Makefile | 12 obj-$(CONFIG_NVMEM_IMX_IIM) += nvmem-imx-iim.o 13 nvmem-imx-iim-y := imx-iim.o 14 obj-$(CONFIG_NVMEM_IMX_OCOTP) += nvmem-imx-ocotp.o 15 nvmem-imx-ocotp-y := imx-ocotp.o 16 obj-$(CONFIG_NVMEM_IMX_OCOTP_SCU) += nvmem-imx-ocotp-scu.o 17 nvmem-imx-ocotp-scu-y := imx-ocotp-scu.o
|
/Linux-v5.10/drivers/firmware/imx/ |
D | Makefile | 2 obj-$(CONFIG_IMX_DSP) += imx-dsp.o 3 obj-$(CONFIG_IMX_SCU) += imx-scu.o misc.o imx-scu-irq.o rm.o imx-scu-soc.o
|
D | Kconfig | 3 tristate "IMX DSP Protocol driver" 14 bool "IMX SCU Protocol driver" 26 bool "IMX SCU Power Domain driver"
|
/Linux-v5.10/drivers/gpu/drm/imx/ |
D | Makefile | 3 imxdrm-objs := imx-drm-core.o ipuv3-crtc.o ipuv3-plane.o 8 obj-$(CONFIG_DRM_IMX_TVE) += imx-tve.o 9 obj-$(CONFIG_DRM_IMX_LDB) += imx-ldb.o 11 obj-$(CONFIG_DRM_IMX_HDMI) += dw_hdmi-imx.o
|
D | imx-drm-core.c | 14 #include <video/imx-ipu-v3.h> 29 #include "imx-drm.h" 99 * The flip done wait is only strictly required by imx-drm if a deferred in imx_drm_atomic_commit_tail() 154 .name = "imx-drm", 167 if (strcmp(dev->driver->name, "imx-ipuv3-crtc") == 0) { in compare_of() 317 { .compatible = "fsl,imx-display-subsystem", }, 326 .name = "imx-drm",
|
/Linux-v5.10/include/linux/firmware/imx/ |
D | sci.h | 13 #include <linux/firmware/imx/ipc.h> 15 #include <linux/firmware/imx/svc/misc.h> 16 #include <linux/firmware/imx/svc/pm.h> 17 #include <linux/firmware/imx/svc/rm.h>
|
/Linux-v5.10/Documentation/devicetree/bindings/arm/freescale/ |
D | fsl,scu.txt | 23 - compatible: should be "fsl,imx-scu". 63 Client nodes are maintained as children of the relevant IMX-SCU device node. 80 include/dt-bindings/firmware/imx/rsrc.h 130 [3] Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt 158 followed by "fsl,imx-sc-wdt"; 168 followed by "fsl,imx-sc-key"; 177 followed by "fsl,imx-sc-thermal"; 195 compatible = "fsl,imx-scu"; 246 compatible = "fsl,imx8qxp-sc-key", "fsl,imx-sc-key"; 251 compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt"; [all …]
|
/Linux-v5.10/sound/soc/sof/ |
D | sof-of-dev.c | 22 .default_fw_path = "imx/sof", 23 .default_tplg_path = "imx/sof-tplg", 30 .default_fw_path = "imx/sof", 31 .default_tplg_path = "imx/sof-tplg", 40 .default_fw_path = "imx/sof", 41 .default_tplg_path = "imx/sof-tplg",
|
/Linux-v5.10/drivers/interconnect/imx/ |
D | Makefile | 1 imx-interconnect-objs := imx.o 6 obj-$(CONFIG_INTERCONNECT_IMX) += imx-interconnect.o
|
/Linux-v5.10/sound/soc/sof/imx/ |
D | Makefile | 5 snd-sof-imx-common-objs := imx-common.o 9 obj-$(CONFIG_SND_SOC_SOF_IMX_COMMON) += imx-common.o
|
/Linux-v5.10/drivers/gpu/ipu-v3/ |
D | Makefile | 2 obj-$(CONFIG_IMX_IPUV3_CORE) += imx-ipu-v3.o 4 imx-ipu-v3-objs := ipu-common.o ipu-cpmem.o ipu-csi.o ipu-dc.o ipu-di.o \ 9 imx-ipu-v3-objs += ipu-pre.o ipu-prg.o
|
/Linux-v5.10/drivers/clk/imx/ |
D | Makefile | 29 obj-$(CONFIG_MXC_CLK_SCU) += clk-imx-scu.o clk-imx-lpcg-scu.o 30 clk-imx-scu-$(CONFIG_CLK_IMX8QXP) += clk-scu.o clk-imx8qxp.o 31 clk-imx-lpcg-scu-$(CONFIG_CLK_IMX8QXP) += clk-lpcg-scu.o clk-imx8qxp-lpcg.o
|
/Linux-v5.10/drivers/input/keyboard/ |
D | imx_sc_key.c | 8 #include <linux/firmware/imx/sci.h> 77 dev_err(&input->dev, "read imx sc key failed, error %d\n", error); in imx_sc_check_for_events() 140 input->phys = "imx-sc-key/input0"; in imx_sc_key_probe() 174 { .compatible = "fsl,imx-sc-key" }, 181 .name = "imx-sc-key",
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx-pinctrl.txt | 14 Freescale IMX pin configuration node is a node of a group of pins which can be 28 imx*-pinfunc.h under device tree source folder. The last integer CONFIG is 45 Some requirements for using fsl,imx-pinctrl binding: 54 For example, Linux IMX pinctrl driver takes the function node's name
|
/Linux-v5.10/drivers/thermal/ |
D | imx_sc_thermal.c | 6 #include <dt-bindings/firmware/imx/rsrc.h> 8 #include <linux/firmware/imx/sci.h> 135 { .compatible = "fsl,imx-sc-thermal", }, 144 .name = "imx-sc-thermal",
|