Home
last modified time | relevance | path

Searched full:ls2x (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/dma/
Dloongson,ls2x-apbdma.yaml4 $id: http://devicetree.org/schemas/dma/loongson,ls2x-apbdma.yaml#
7 title: Loongson LS2X APB DMA controller
10 The Loongson LS2X APB DMA controller is used for transferring data
/linux-6.12.1/drivers/dma/
Dls2x-apb-dma.c3 * Driver for the Loongson LS2X APB DMA Controller
80 * struct ls2x_dma_sg - ls2x dma scatter gather entry
116 * struct ls2x_dma_chan - internal representation of an LS2X APB DMA channel
118 * @desc: pointer to the ls2x sw dma descriptor.
134 * struct ls2x_dma_priv - LS2X APB DMAC specific information
542 * ls2x_dma_isr - LS2X DMA Interrupt handler
663 dev_info(dev, "Loongson LS2X APB DMA driver registered successfully.\n"); in ls2x_dma_probe()
697 .name = "ls2x-apbdma",
703 MODULE_DESCRIPTION("Loongson LS2X APB DMA Controller driver");
DMakefile55 obj-$(CONFIG_LS2X_APB_DMA) += ls2x-apb-dma.o
DKconfig400 tristate "Loongson LS2X APB DMA support"
405 Support for the Loongson LS2X APB DMA controller driver. The
/linux-6.12.1/Documentation/devicetree/bindings/i2c/
Dloongson,ls2x-i2c.yaml4 $id: http://devicetree.org/schemas/i2c/loongson,ls2x-i2c.yaml#
7 title: Loongson LS2X I2C Controller
/linux-6.12.1/drivers/i2c/busses/
Di2c-ls2x.c88 * The ls2x i2c controller supports standard mode and fast mode, so the
315 ret = devm_request_irq(dev, irq, ls2x_i2c_isr, IRQF_SHARED, "ls2x-i2c", in ls2x_i2c_probe()
359 .name = "ls2x-i2c",
367 MODULE_DESCRIPTION("Loongson LS2X I2C Bus driver");
DMakefile82 obj-$(CONFIG_I2C_LS2X) += i2c-ls2x.o
DKconfig815 tristate "Loongson LS2X I2C adapter"
823 will be called i2c-ls2x.
/linux-6.12.1/Documentation/hwmon/
Dibmaem.rst12 x3950 M2, and certain HC10/HS2x/LS2x/QS2x blades.
/linux-6.12.1/drivers/hwmon/
DKconfig801 and certain HC10/HS2x/LS2x/QS2x blades.
815 PCI Express; and some of the HS2x, LS2x, and QS2x blades.
/linux-6.12.1/
DMAINTAINERS13341 LOONGSON LS2X APB DMA DRIVER
13345 F: Documentation/devicetree/bindings/dma/loongson,ls2x-apbdma.yaml
13346 F: drivers/dma/ls2x-apb-dma.c
13348 LOONGSON LS2X I2C DRIVER
13352 F: Documentation/devicetree/bindings/i2c/loongson,ls2x-i2c.yaml
13353 F: drivers/i2c/busses/i2c-ls2x.c