/linux/drivers/usb/host/ |
H A D | xhci-mtk.c | 25 #include "xhci-mtk.h" 139 static void xhci_mtk_set_frame_interval(struct xhci_hcd_mtk *mtk) in xhci_mtk_set_frame_interval() argument 141 struct device *dev = mtk->dev; in xhci_mtk_set_frame_interval() 142 struct usb_hcd *hcd = mtk->hcd; in xhci_mtk_set_frame_interval() 179 static void xhci_mtk_rxfifo_depth_set(struct xhci_hcd_mtk *mtk) in xhci_mtk_rxfifo_depth_set() argument 181 struct usb_hcd *hcd = mtk->hcd; in xhci_mtk_rxfifo_depth_set() 184 if (!mtk->rxfifo_depth) in xhci_mtk_rxfifo_depth_set() 190 SCH_FIFO_TO_KB(mtk->rxfifo_depth) - 1); in xhci_mtk_rxfifo_depth_set() 194 static void xhci_mtk_init_quirk(struct xhci_hcd_mtk *mtk) in xhci_mtk_init_quirk() argument 197 xhci_mtk_set_frame_interval(mtk); in xhci_mtk_init_quirk() [all …]
|
H A D | xhci-mtk-sch.c | 14 #include "xhci-mtk.h" 44 /* mtk scheduler bitmasks */ 127 get_bw_info(struct xhci_hcd_mtk *mtk, struct usb_device *udev, in get_bw_info() argument 130 struct xhci_hcd *xhci = hcd_to_xhci(mtk->hcd); in get_bw_info() 150 return &mtk->sch_array[bw_index]; in get_bw_info() 247 create_sch_ep(struct xhci_hcd_mtk *mtk, struct usb_device *udev, in create_sch_ep() argument 255 bw_info = get_bw_info(mtk, udev, ep); in create_sch_ep() 845 static void destroy_sch_ep(struct xhci_hcd_mtk *mtk, struct usb_device *udev, in destroy_sch_ep() argument 885 int xhci_mtk_sch_init(struct xhci_hcd_mtk *mtk) in xhci_mtk_sch_init() argument 887 struct xhci_hcd *xhci = hcd_to_xhci(mtk->hcd); in xhci_mtk_sch_init() [all …]
|
H A D | Makefile | 22 xhci-mtk-hcd-y := xhci-mtk.o xhci-mtk-sch.o 79 obj-$(CONFIG_USB_XHCI_MTK) += xhci-mtk-hcd.o
|
/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | Makefile | 2 mtk-mdp3-y += mdp_cfg_data.o mtk-mdp3-core.o mtk-mdp3-vpu.o mtk-mdp3-regs.o 3 mtk-mdp3-y += mtk-mdp3-m2m.o 4 mtk-mdp3-y += mtk-mdp3-comp.o mtk-mdp3-cmdq.o 6 obj-$(CONFIG_VIDEO_MEDIATEK_MDP3) += mtk-mdp3.o
|
H A D | mtk-mdp3-m2m.h | 11 #include "mtk-mdp3-core.h" 12 #include "mtk-mdp3-vpu.h" 13 #include "mtk-mdp3-regs.h"
|
/linux/sound/soc/mediatek/common/ |
H A D | Makefile | 3 snd-soc-mtk-common-y := mtk-afe-platform-driver.o mtk-afe-fe-dai.o mtk-dsp-sof-common.o mtk-soundca… 4 snd-soc-mtk-common-y += mtk-dai-adda-common.o 6 obj-$(CONFIG_SND_SOC_MEDIATEK) += snd-soc-mtk-common.o 8 obj-$(CONFIG_SND_SOC_MTK_BTCVSD) += mtk-btcvsd.o
|
/linux/drivers/media/platform/mediatek/mdp/ |
H A D | Makefile | 2 mtk-mdp-y += mtk_mdp_core.o 3 mtk-mdp-y += mtk_mdp_comp.o 4 mtk-mdp-y += mtk_mdp_m2m.o 5 mtk-mdp-y += mtk_mdp_regs.o 6 mtk-mdp-y += mtk_mdp_vpu.o 8 obj-$(CONFIG_VIDEO_MEDIATEK_MDP) += mtk-mdp.o
|
/linux/drivers/media/platform/mediatek/vcodec/common/ |
H A D | Makefile | 3 obj-$(CONFIG_VIDEO_MEDIATEK_VCODEC) += mtk-vcodec-common.o 5 mtk-vcodec-common-y := mtk_vcodec_intr.o \ 10 mtk-vcodec-common-y += mtk_vcodec_fw_vpu.o 14 mtk-vcodec-common-y += mtk_vcodec_fw_scp.o 18 obj-$(CONFIG_VIDEO_MEDIATEK_VCODEC) += mtk-vcodec-dbgfs.o 20 mtk-vcodec-dbgfs-y := mtk_vcodec_dbgfs.o
|
H A D | mtk_vcodec_cmn_drv.h | 31 * enum mtk_hw_reg_idx - MTK hw register base index 92 * enum mtk_instance_state - The state of an MTK Vcodec instance. 140 * enum mtk_instance_type - The type of an MTK Vcodec instance.
|
/linux/drivers/media/platform/mediatek/jpeg/ |
H A D | Makefile | 3 mtk-jpeg-enc-hw.o \ 4 mtk-jpeg-dec-hw.o 9 mtk-jpeg-enc-hw-y := mtk_jpeg_enc_hw.o 10 mtk-jpeg-dec-hw-y := mtk_jpeg_dec_hw.o
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | Makefile | 3 obj-$(CONFIG_VIDEO_MEDIATEK_VCODEC) += mtk-vcodec-dec.o \ 4 mtk-vcodec-dec-hw.o 6 mtk-vcodec-dec-y := vdec/vdec_h264_if.o \ 25 mtk-vcodec-dec-hw-y := mtk_vcodec_dec_hw.o
|
H A D | mtk_vcodec_dec_hw.c | 22 .compatible = "mediatek,mtk-vcodec-lat", 26 .compatible = "mediatek,mtk-vcodec-core", 30 .compatible = "mediatek,mtk-vcodec-lat-soc", 194 .name = "mtk-vdec-comp",
|
/linux/drivers/dma/mediatek/ |
H A D | Makefile | 2 obj-$(CONFIG_MTK_UART_APDMA) += mtk-uart-apdma.o 3 obj-$(CONFIG_MTK_HSDMA) += mtk-hsdma.o 4 obj-$(CONFIG_MTK_CQDMA) += mtk-cqdma.o
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | mtk-btcvsd-snd.txt | 4 - compatible = "mediatek,mtk-btcvsd-snd"; 17 mtk-btcvsd-snd@18000000 { 18 compatible = "mediatek,mtk-btcvsd-snd";
|
/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8173-elm-hana.dtsi | 21 * Lenovo 100e Chromebook 2nd Gen (MTK) and Lenovo 300e Chromebook 2nd 22 * Gen (MTK) are using synaptics touchscreen (hid-over-i2c driver) as a 46 * Lenovo 100e Chromebook 2nd Gen (MTK) and Lenovo 300e Chromebook 2nd 47 * Gen (MTK) are using synaptics trackpad (hid-over-i2c driver) as a
|
/linux/drivers/gnss/ |
H A D | Makefile | 12 obj-$(CONFIG_GNSS_MTK_SERIAL) += gnss-mtk.o 13 gnss-mtk-y := mtk.o
|
/linux/drivers/media/platform/mediatek/vcodec/encoder/ |
H A D | mtk_vcodec_enc_pm.c | 37 dev_err(pm->dev, "[MTK VCODEC] Failed to get venc clock count"); in mtk_vcodec_init_enc_clk() 46 dev_err(pm->dev, "[MTK VCODEC] venc failed to get clk name %d", i); in mtk_vcodec_init_enc_clk() 52 dev_err(pm->dev, "[MTK VCODEC] venc devm_clk_get (%d)%s fail", i, in mtk_vcodec_init_enc_clk() 89 dev_err(pm->dev, "[MTK VCODEC] venc clk_prepare_enable %d %s fail %d", i, in mtk_vcodec_enc_clock_on()
|
/linux/Documentation/devicetree/bindings/mailbox/ |
H A D | mtk,adsp-mbox.yaml | 4 $id: http://devicetree.org/schemas/mailbox/mtk,adsp-mbox.yaml# 13 The MTK ADSP mailbox Inter-Processor Communication (IPC) enables the SoC 15 The MTK ADSP mailbox IPC also provides the ability for one processor to
|
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | mediatek,nand-ecc-engine.yaml | 7 title: MediaTek(MTK) SoCs NAND ECC engine 13 MTK NAND ECC engine can cowork with MTK raw NAND and SPI NAND controller.
|
/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_pcie_mac.c | 131 * @t7xx_dev: MTK device. 173 * @t7xx_dev: MTK device. 204 * @t7xx_dev: MTK device. 237 * @t7xx_dev: MTK device. 252 * @t7xx_dev: MTK device.
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | mediatek,mtk-cirq.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/mediatek,mtk-cirq.yaml# 30 - const: mediatek,mtk-cirq 62 compatible = "mediatek,mt2701-cirq", "mediatek,mtk-cirq";
|
/linux/Documentation/devicetree/bindings/soc/mediatek/ |
H A D | mtk-svs.yaml | 4 $id: http://devicetree.org/schemas/soc/mediatek/mtk-svs.yaml# 32 description: Address range of the MTK SVS controller. 39 description: Main clock for MTK SVS controller to work.
|
/linux/Documentation/devicetree/bindings/ata/ |
H A D | mediatek,mtk-ahci.yaml | 4 $id: http://devicetree.org/schemas/ata/mediatek,mtk-ahci.yaml# 20 - const: mediatek,mtk-ahci 79 compatible = "mediatek,mt7622-ahci", "mediatek,mtk-ahci";
|
/linux/drivers/pinctrl/mediatek/ |
H A D | Kconfig | 167 In MTK platform, we support virtual gpio and use it to 259 In MTK platform, we support virtual gpio and use it to 271 In MTK platform, we support virtual gpio and use it to 297 In MTK platform, we support virtual gpio and use it to
|
H A D | Makefile | 3 obj-$(CONFIG_EINT_MTK) += mtk-eint.o 4 obj-$(CONFIG_PINCTRL_MTK) += pinctrl-mtk-common.o 5 obj-$(CONFIG_PINCTRL_MTK_V2) += pinctrl-mtk-common-v2.o
|