plateform
stringclasses
1 value
repo_name
stringclasses
2 values
name
stringlengths
1
78
ext
stringclasses
2 values
path
stringlengths
15
1.11k
size
int64
1
8.55M
source_encoding
stringclasses
11 values
md5
stringlengths
32
32
text
stringlengths
0
8.49M
google
android
bfin_sdh
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/bfin_sdh.c
16,684
utf_8
4fc39a9c22660cef77fe7384a373b090
/* * bfin_sdh.c - Analog Devices Blackfin SDH Controller * */ #define DRIVER_NAME "bfin-sdh" #include <linux/module.h> #include <linux/init.h> #include <linux/ioport.h> #include <linux/platform_device.h> #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/dma-mapping.h> #include <linux/mmc/host.h> ...
google
android
mtk-sd
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/mtk-sd.c
49,336
utf_8
b8604a097b82cda9c5595588967ddeff
/* */ #include <linux/module.h> #include <linux/clk.h> #include <linux/delay.h> #include <linux/dma-mapping.h> #include <linux/ioport.h> #include <linux/irq.h> #include <linux/of_address.h> #include <linux/of_irq.h> #include <linux/of_gpio.h> #include <linux/pinctrl/consumer.h> #include <linux/platform_device.h> #incl...
google
android
rtsx_usb_sdmmc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/rtsx_usb_sdmmc.c
36,840
utf_8
5d00acf2ed94956f1e924092b1b72fea
/* Realtek USB SD/MMC Card Interface driver * */ #include <linux/module.h> #include <linux/slab.h> #include <linux/delay.h> #include <linux/platform_device.h> #include <linux/usb.h> #include <linux/mmc/host.h> #include <linux/mmc/mmc.h> #include <linux/mmc/sd.h> #include <linux/mmc/sdio.h> #include <linux/mmc/card.h>...
google
android
sdhci-of-at91
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci-of-at91.c
5,478
utf_8
47f28245d1c06c1c4ee82119c7f216c8
/* * Atmel SDMMC controller driver. * */ #include <linux/clk.h> #include <linux/err.h> #include <linux/io.h> #include <linux/mmc/host.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_device.h> #include "sdhci-pltfm.h" #define SDMMC_CACR 0x230 #define SDMMC_CACR_CAPWREN BIT(0) #define SDMMC_CAC...
google
android
mxs-mmc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/mxs-mmc.c
18,831
utf_8
a99255b19dca3e1e5f32a61e773c196f
/* * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/ioport.h> #include <linux/of.h> #include <linux/of_device.h> #include <linux/of_gpio.h> #include <linux/platform_device.h> #include <linux/delay.h> #include <linux/interrupt.h> #includ...
google
android
of_mmc_spi
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/of_mmc_spi.c
3,891
utf_8
e9c5dcd6ae4a5b7e6b84e0a6e41e5005
/* * OpenFirmware bindings for the MMC-over-SPI driver * * option) any later version. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/device.h> #include <linux/slab.h> #include <linux/irq.h> #include <linux/gpio.h> #include <linux/of.h> #include <linux/of_gpio.h> #include <linux/of_irq.h> #in...
google
android
sdhci-cns3xxx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci-cns3xxx.c
2,725
utf_8
1ed8f03655a7593d60bc5e34c4e1fc3a
/* * SDHCI support for CNS3xxx SoC * */ #include <linux/delay.h> #include <linux/device.h> #include <linux/mmc/host.h> #include <linux/module.h> #include "sdhci-pltfm.h" static unsigned int sdhci_cns3xxx_get_max_clk(struct sdhci_host *host) { return 150000000; } static void sdhci_cns3xxx_set_clock(struct sdhci_host...
google
android
wmt-sdmmc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/wmt-sdmmc.c
24,636
utf_8
364f4522131aaa3f121daa86444dd425
/* * WM8505/WM8650 SD/MMC Host Controller * */ #include <linux/init.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/ioport.h> #include <linux/errno.h> #include <linux/dma-mapping.h> #include <linux/delay.h> #include <linux/io.h> #include <linux/irq.h> #include <linux/clk.h> #include ...
google
android
sh_mmcif
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sh_mmcif.c
43,776
utf_8
a254a6e0c81dc1f69a77d9c25b3d7fa9
/* * MMCIF eMMC driver. * * * * TODO * 1. DMA * 2. Power management * 3. Handle MMC errors better * */ /* * The MMCIF driver is now processing MMC requests asynchronously, according * to the Linux MMC API requirement. * * The MMCIF driver processes MMC requests in up to 3 stages: command, optional * d...
google
android
cb710-mmc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/cb710-mmc.c
21,793
utf_8
df598eff31467755a84ef9a4cb62f2f8
/* * cb710/mmc.c * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/delay.h> #include "cb710-mmc.h" static const u8 cb710_clock_divider_log2[8] = { /* 1, 2, 4, 8, 16, 32, 128, 512 */ 0, 1, 2, 3, 4, 5, 7, 9 }; #define CB710_MAX_DIVIDER_IDX \ (ARRAY_SIZE(cb710_cloc...
google
android
sdhci-pltfm
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci-pltfm.c
7,207
utf_8
b79c73276e186fd636901b630015168a
/* * sdhci-pltfm.c Support for SDHCI platform devices * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Supports: * SDHCI platform devices * * Inspired by sdhci-pci.c, by Pierre Ossman */ #include <linux/err.h> #include <linux/module.h> #include <linux/of.h> #ifdef CONFIG_PPC #include <asm/machde...
google
android
sdhci-msm
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci-msm.c
16,948
utf_8
318b3051d63a3a1d0274144f351aa9f8
/* * drivers/mmc/host/sdhci-msm.c - Qualcomm SDHCI Platform driver * * */ #include <linux/module.h> #include <linux/of_device.h> #include <linux/delay.h> #include <linux/mmc/mmc.h> #include <linux/slab.h> #include "sdhci-pltfm.h" #define CORE_MCI_VERSION 0x50 #define CORE_VERSION_MAJOR_SHIFT 28 #define CORE_VERSIO...
google
android
sdhci
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci.c
93,945
utf_8
e43b57b2cd3009b65df73f1ed826b02a
/* * linux/drivers/mmc/host/sdhci.c - Secure Digital Host Controller Interface driver * * your option) any later version. * * Thanks to the following companies for their support: * * - JMicron (hardware and technical support) */ #include <linux/delay.h> #include <linux/highmem.h> #include <linux/io.h> #inc...
google
android
omap_hsmmc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/omap_hsmmc.c
60,510
utf_8
6c2a4dc8032f1144a4e1a6506ec95834
/* * drivers/mmc/host/omap_hsmmc.c * * Driver for OMAP2430/3430 MMC controller. * * kind, whether express or implied. */ #include <linux/module.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/debugfs.h> #include <linux/dmaengine.h> #include <linux/seq_file.h> #include <linux/sizes.h> #include...
google
android
sdhci-of-hlwd
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci-of-hlwd.c
2,646
utf_8
3b89e82d30a8f172340e8f32b20cacf5
/* * drivers/mmc/host/sdhci-of-hlwd.c * * Nintendo Wii Secure Digital Host Controller Interface. * your option) any later version. */ #include <linux/delay.h> #include <linux/module.h> #include <linux/mmc/host.h> #include "sdhci-pltfm.h" /* * Ops and quirks for the Nintendo Wii SDHCI controllers. */ /* * We nee...
google
android
toshsd
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/toshsd.c
17,882
utf_8
87ff0f7db70a3364639b0c9fac4a5c0e
/* * Toshiba PCI Secure Digital Host Controller Interface driver * * your option) any later version. */ #include <linux/delay.h> #include <linux/device.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/scatterlist.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/pm.h> #includ...
google
android
sdhci-pci-data
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci-pci-data.c
268
utf_8
8e908a0a5f737fd405d3d0fac8e0c96b
#include <linux/module.h> #include <linux/mmc/sdhci-pci-data.h> struct sdhci_pci_data *(*sdhci_pci_get_data)(struct pci_dev *pdev, int slotno);
google
android
moxart-mmc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/moxart-mmc.c
17,560
utf_8
ff9266696d791bd16fd1d32a6fd3926c
/* * MOXA ART MMC host driver. * * warranty of any kind, whether express or implied. */ #include <linux/module.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/delay.h> #include <linux/errno.h> #include <linux/interrupt.h> #include <linux/blkdev.h> #include <linux/dma-mapping.h> #includ...
google
android
sdhci-esdhc-imx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci-esdhc-imx.c
38,439
utf_8
a742976cd60f60f60e97f651617aa0c2
/* * Freescale eSDHC i.MX controller driver for the platform bus. * * derived from the OF-version. * */ #include <linux/io.h> #include <linux/delay.h> #include <linux/err.h> #include <linux/clk.h> #include <linux/gpio.h> #include <linux/module.h> #include <linux/slab.h> #include <linux/mmc/host.h> #include <linux/...
google
android
davinci_mmc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/davinci_mmc.c
41,168
utf_8
a5a0199bb35dba7b8d974c7b41aaaa55
/* * davinci_mmc.c - TI DaVinci MMC/SD/SDIO driver * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/module.h> #include <linux/ioport.h> #include <linux/platform_device.h> #include <linux/clk.h> #include <linux/err.h> #include <linux/cpufreq.h> #include <linux/mmc/host.h> #include <li...
google
android
atmel-mci
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/atmel-mci.c
69,356
utf_8
a6ecca56047b285d0dd47beea4182e9d
/* * Atmel MultiMedia Card Interface driver * */ #include <linux/blkdev.h> #include <linux/clk.h> #include <linux/debugfs.h> #include <linux/device.h> #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/err.h> #include <linux/gpio.h> #include <linux/init.h> #include <linux/interrupt.h> #inclu...
google
android
sh_mobile_sdhi
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sh_mobile_sdhi.c
10,338
utf_8
67e0123e11c04cff00be59d0be26e197
/* * SuperH Mobile SDHI * * */ #include <linux/kernel.h> #include <linux/clk.h> #include <linux/slab.h> #include <linux/mod_devicetable.h> #include <linux/module.h> #include <linux/of_device.h> #include <linux/platform_device.h> #include <linux/mmc/host.h> #include <linux/mmc/sh_mobile_sdhi.h> #include <linux/mfd/t...
google
android
jz4740_mmc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/jz4740_mmc.c
29,032
utf_8
c0c3ecd1be630a281c8ef0c789b33f3e
/* * 675 Mass Ave, Cambridge, MA 02139, USA. * */ #include <linux/mmc/host.h> #include <linux/mmc/slot-gpio.h> #include <linux/err.h> #include <linux/io.h> #include <linux/irq.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/delay.h> #include <linux/scatte...
google
android
vub300
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/vub300.c
73,845
utf_8
e72be8627d11ab86b195f8627ac4e3f2
/* * Remote VUB300 SDIO/SDmem Host Controller Driver * * * VUB300: is a USB 2.0 client device with a single SDIO/SDmem/MMC slot * Any SDIO/SDmem/MMC device plugged into the VUB300 will appear, * by virtue of this driver, to have been plugged into a local * SDIO host controller, similar to...
google
android
sdhci-pxav3
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci-pxav3.c
15,430
utf_8
a7df3ad3856cc4645c48802d9a371a4f
/* * */ #include <linux/err.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/clk.h> #include <linux/io.h> #include <linux/gpio.h> #include <linux/mmc/card.h> #include <linux/mmc/host.h> #include <linux/mmc/slot-gpio.h> #include <linux/platform_data/pxa_sdhci.h> #include <linux/slab.h> #in...
google
android
sdhci-dove
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci-dove.c
3,243
utf_8
f3ceb3230a53be1bfbe28f94c7f24a93
/* * sdhci-dove.c Support for SDHCI on Marvell's Dove SoC * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/clk.h> #include <linux/err.h> #include <linux/io.h> #include <linux/mmc/host.h> #include <linux/module.h> #include <linux/of.h> #include "sdhci-pltfm.h" static u16 sdhci_dove_re...
google
android
sunxi-mmc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sunxi-mmc.c
31,442
UNKNOWN
fc8fa71c195c7ad7c3cae31e63a9fb0e
/* * Driver for sunxi SD/MMC host controllers */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/io.h> #include <linux/device.h> #include <linux/interrupt.h> #include <linux/delay.h> #include <linux/err.h> #include <linux/clk.h> #include <linux/gpio.h> #include <linux/platform_device.h> #include <...
google
android
s3cmci
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/s3cmci.c
47,001
utf_8
c3d4762d6c4294609a244fe68aeee431
/* * linux/drivers/mmc/s3cmci.h - Samsung S3C MCI driver * */ #include <linux/module.h> #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/clk.h> #include <linux/mmc/host.h> #include <linux/platform_device.h> #include <linux/cpufreq.h> #include <linux/debugfs.h> #include <linux/seq_file.h> ...
google
android
sdhci-bcm-kona
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci-bcm-kona.c
9,354
utf_8
3573cf16b916d59f6fe336e2f03a6954
/* */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/delay.h> #include <linux/highmem.h> #include <linux/platform_device.h> #include <linux/mmc/host.h> #include <linux/io.h> #include <linux/gpio.h> #include <linux/clk.h> #include <linux/regulator/consumer.h> #include <linux/of.h> #include <linux/o...
google
android
sdhci-pxav2
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci-pxav2.c
6,969
utf_8
21740037a8cfb4acef5459b51f166112
/* * */ #include <linux/err.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/clk.h> #include <linux/module.h> #include <linux/io.h> #include <linux/gpio.h> #include <linux/mmc/card.h> #include <linux/mmc/host.h> #include <linux/platform_data/pxa_sdhci.h> #include <linux/slab.h> #include <...
google
android
sdhci-sirf
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci-sirf.c
6,831
utf_8
c9cc24ed08fcde28cae9d5ba5f0ac76a
/* * SDHCI support for SiRF primaII and marco SoCs * */ #include <linux/delay.h> #include <linux/device.h> #include <linux/mmc/host.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_gpio.h> #include <linux/mmc/slot-gpio.h> #include "sdhci-pltfm.h" #define SDHCI_CLK_DELAY_SETTING 0x4C #define SDHC...
google
android
sdhci-spear
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci-spear.c
5,023
utf_8
132c6e1d9ac28d90bd21c38dc4d9860d
/* * drivers/mmc/host/sdhci-spear.c * * Support of SDHCI platform devices for spear soc family * * warranty of any kind, whether express or implied. */ #include <linux/clk.h> #include <linux/delay.h> #include <linux/gpio.h> #include <linux/highmem.h> #include <linux/module.h> #include <linux/interrupt.h> #include...
google
android
sdhci_f_sdh30
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/host/sdhci_f_sdh30.c
6,093
utf_8
fe09fb00a919ac36c1a8f053a8906415
/* * linux/drivers/mmc/host/sdhci_f_sdh30.c * */ #include <linux/err.h> #include <linux/delay.h> #include <linux/module.h> #include <linux/clk.h> #include "sdhci-pltfm.h" /* F_SDH30 extended Controller registers */ #define F_SDH30_AHB_CONFIG 0x100 #define F_SDH30_AHB_BIGED 0x00000040 #define F_SDH30_BUSLOCK_DMA ...
google
android
debugfs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/debugfs.c
8,532
utf_8
a382c08a2ad0b595e7c185002d5729d4
/* * Debugfs support for hosts and cards * */ #include <linux/moduleparam.h> #include <linux/export.h> #include <linux/debugfs.h> #include <linux/fs.h> #include <linux/seq_file.h> #include <linux/slab.h> #include <linux/stat.h> #include <linux/fault-inject.h> #include <linux/mmc/card.h> #include <linux/mmc/host.h> #...
google
android
sdio_cis
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/sdio_cis.c
8,996
utf_8
c70548532da67613969a3a70ca21377f
/* * linux/drivers/mmc/core/sdio_cis.c * * Author: Nicolas Pitre * Created: June 11, 2007 * your option) any later version. */ #include <linux/kernel.h> #include <linux/slab.h> #include <linux/mmc/host.h> #include <linux/mmc/card.h> #include <linux/mmc/sdio.h> #include <linux/mmc/sdio_func.h> #include "sdio_cis.h...
google
android
sdio_ops
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/sdio_ops.c
4,965
utf_8
5efabfa5c6f3f46bafd26d874b005b4b
/* * linux/drivers/mmc/sdio_ops.c * * your option) any later version. */ #include <linux/scatterlist.h> #include <linux/mmc/host.h> #include <linux/mmc/card.h> #include <linux/mmc/mmc.h> #include <linux/mmc/sdio.h> #include "core.h" #include "sdio_ops.h" int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 ...
google
android
sdio_io
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/sdio_io.c
18,779
utf_8
140ff2b7500a8271cac6dc1111040e0b
/* * linux/drivers/mmc/core/sdio_io.c * * your option) any later version. */ #include <linux/export.h> #include <linux/mmc/host.h> #include <linux/mmc/card.h> #include <linux/mmc/sdio.h> #include <linux/mmc/sdio_func.h> #include "sdio_ops.h" /** * sdio_claim_host - exclusively claim a bus for a certain SDIO funct...
google
android
core
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/core.c
72,131
utf_8
047eaff4a5ac8df5945419a32e4b3816
/* * linux/drivers/mmc/core/core.c * */ #include <linux/module.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/completion.h> #include <linux/device.h> #include <linux/delay.h> #include <linux/pagemap.h> #include <linux/err.h> #include <linux/leds.h> #include <linux/scatterlist.h> #include <l...
google
android
sdio
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/sdio.c
26,377
utf_8
96e8053acd0a73031a0fa3824d83faf3
/* * linux/drivers/mmc/sdio.c * * your option) any later version. */ #include <linux/err.h> #include <linux/pm_runtime.h> #include <linux/mmc/host.h> #include <linux/mmc/card.h> #include <linux/mmc/mmc.h> #include <linux/mmc/sdio.h> #include <linux/mmc/sdio_func.h> #include <linux/mmc/sdio_ids.h> #include "core.h"...
google
android
sd_ops
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/sd_ops.c
7,960
utf_8
36fe546c32609d87112f3419c5f413b3
/* * linux/drivers/mmc/core/sd_ops.h * * your option) any later version. */ #include <linux/slab.h> #include <linux/types.h> #include <linux/export.h> #include <linux/scatterlist.h> #include <linux/mmc/host.h> #include <linux/mmc/card.h> #include <linux/mmc/mmc.h> #include <linux/mmc/sd.h> #include "core.h" #inclu...
google
android
host
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/host.c
11,370
utf_8
78aa30cbd5f0f99d28d178a1f17197df
/* * linux/drivers/mmc/core/host.c * * * MMC host class device management */ #include <linux/device.h> #include <linux/err.h> #include <linux/idr.h> #include <linux/of.h> #include <linux/of_gpio.h> #include <linux/pagemap.h> #include <linux/export.h> #include <linux/leds.h> #include <linux/slab.h> #include <linu...
google
android
sdio_bus
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/sdio_bus.c
8,151
utf_8
ff71924d9b278892d2f4cc2d4edb6036
/* * linux/drivers/mmc/core/sdio_bus.c * * your option) any later version. * * SDIO function driver model */ #include <linux/device.h> #include <linux/err.h> #include <linux/export.h> #include <linux/slab.h> #include <linux/pm_runtime.h> #include <linux/pm_domain.h> #include <linux/acpi.h> #include <linux/mmc/ca...
google
android
slot-gpio
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/slot-gpio.c
7,985
utf_8
a80c67be745dbcd01db054cf10d605f4
/* * Generic GPIO card-detect helper * */ #include <linux/err.h> #include <linux/gpio.h> #include <linux/gpio/consumer.h> #include <linux/interrupt.h> #include <linux/jiffies.h> #include <linux/mmc/host.h> #include <linux/mmc/slot-gpio.h> #include <linux/module.h> #include <linux/slab.h> #include "slot-gpio.h" struc...
google
android
sdio_irq
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/sdio_irq.c
8,267
utf_8
ab1b7acdab66228db80f1e59bf052300
/* * linux/drivers/mmc/core/sdio_irq.c * * Author: Nicolas Pitre * Created: June 18, 2007 * your option) any later version. */ #include <linux/kernel.h> #include <linux/sched.h> #include <linux/kthread.h> #include <linux/export.h> #include <linux/wait.h> #include <linux/delay.h> #include <linux/mmc/core....
google
android
pwrseq_emmc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/pwrseq_emmc.c
2,441
utf_8
da0e2584e2885c09e0bf8a45beb84621
/* * * Simple eMMC hardware reset provider */ #include <linux/delay.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/device.h> #include <linux/err.h> #include <linux/gpio/consumer.h> #include <linux/reboot.h> #include <linux/mmc/host.h> #include "pwrseq.h" struct mmc_pwrseq_emmc { struct mmc_pwr...
google
android
pwrseq_simple
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/pwrseq_simple.c
3,131
utf_8
d64227e8a5c1b255ea072e7af93655a4
/* * * Simple MMC power sequence management */ #include <linux/clk.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/device.h> #include <linux/err.h> #include <linux/of_gpio.h> #include <linux/gpio/consumer.h> #include <linux/mmc/host.h> #include "pwrseq.h" struct mmc_pwrseq_simple { struct mmc_...
google
android
quirks
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/quirks.c
2,226
utf_8
3ef8e3bd9147fed25f5f5f137c0277ab
/* * This file contains work-arounds for many known SD/MMC * and SDIO hardware bugs. * * */ #include <linux/types.h> #include <linux/kernel.h> #include <linux/export.h> #include <linux/mmc/card.h> #include <linux/mmc/sdio_ids.h> #ifndef SDIO_VENDOR_ID_TI #define SDIO_VENDOR_ID_TI 0x0097 #endif #ifndef SDIO_DEVI...
google
android
pwrseq
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/pwrseq.c
2,458
utf_8
d8efd5b58b3ae48e8dddb87f841569bc
/* * * MMC power sequence management */ #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/err.h> #include <linux/of.h> #include <linux/of_platform.h> #include <linux/mmc/host.h> #include "pwrseq.h" struct mmc_pwrseq_match { const char *compatible; struct mmc_pwrseq *(*alloc)(struct mmc_...
google
android
sd
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/sd.c
28,525
utf_8
30ebd3e09e20dea6702f4aa273ef39e2
/* * linux/drivers/mmc/core/sd.c * */ #include <linux/err.h> #include <linux/sizes.h> #include <linux/slab.h> #include <linux/stat.h> #include <linux/pm_runtime.h> #include <linux/mmc/host.h> #include <linux/mmc/card.h> #include <linux/mmc/mmc.h> #include <linux/mmc/sd.h> #include "core.h" #include "bus.h" #include...
google
android
mmc_ops
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/mmc_ops.c
18,268
utf_8
ee2854d848c4dd527230c30893482b96
/* * linux/drivers/mmc/core/mmc_ops.h * * your option) any later version. */ #include <linux/slab.h> #include <linux/export.h> #include <linux/types.h> #include <linux/scatterlist.h> #include <linux/mmc/host.h> #include <linux/mmc/card.h> #include <linux/mmc/mmc.h> #include "core.h" #include "host.h" #include "mmc...
google
android
bus
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/bus.c
8,195
utf_8
bce97f2f4024009cb61b274b32a3c2cf
/* * linux/drivers/mmc/core/bus.c * * * MMC card bus driver model */ #include <linux/export.h> #include <linux/device.h> #include <linux/err.h> #include <linux/slab.h> #include <linux/stat.h> #include <linux/of.h> #include <linux/pm_runtime.h> #include <linux/mmc/card.h> #include <linux/mmc/host.h> #include "cor...
google
android
mmc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/mmc/core/mmc.c
54,060
utf_8
d08f52da2b40d75a53923f76c4d0369f
/* * linux/drivers/mmc/core/mmc.c * */ #include <linux/err.h> #include <linux/of.h> #include <linux/slab.h> #include <linux/stat.h> #include <linux/pm_runtime.h> #include <linux/mmc/host.h> #include <linux/mmc/card.h> #include <linux/mmc/mmc.h> #include "core.h" #include "host.h" #include "bus.h" #include "mmc_ops....
google
android
extcon-adc-jack
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/extcon/extcon-adc-jack.c
4,671
utf_8
138225590fe1a517c48c51cd276e73b1
/* * drivers/extcon/extcon-adc-jack.c * * Analog Jack extcon driver with ADC-based detection capability. * * */ #include <linux/module.h> #include <linux/slab.h> #include <linux/device.h> #include <linux/platform_device.h> #include <linux/err.h> #include <linux/interrupt.h> #include <linux/workqueue.h> #include <...
google
android
extcon-max77693
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/extcon/extcon-max77693.c
37,132
utf_8
4f17d8e92101d5fbdb18e3a08c3f5b27
/* * extcon-max77693.c - MAX77693 extcon driver to support MAX77693 MUIC * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/i2c.h> #include <linux/slab.h> #include <linux/input.h> #include <linux/interrupt.h> #include <linux/err.h> #include <linux/platform_device.h> #include <linux/mfd/max77693...
google
android
extcon-max8997
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/extcon/extcon-max8997.c
20,762
utf_8
e8490afde89382be025f670c2b5ba8f4
/* * extcon-max8997.c - MAX8997 extcon driver to support MAX8997 MUIC * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/i2c.h> #include <linux/slab.h> #include <linux/interrupt.h> #include <linux/err.h> #include <linux/platform_device.h> #include <linux/kobject.h> #include <linux/mfd/max8997.h...
google
android
extcon-arizona
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/extcon/extcon-arizona.c
43,181
utf_8
94579cb9ea41afaafbee4a23a39bcfc5
/* * extcon-arizona.c - Extcon driver Wolfson Arizona devices * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/i2c.h> #include <linux/slab.h> #include <linux/interrupt.h> #include <linux/err.h> #include <linux/gpio/consumer.h> #include <linux/gpio.h> #include <linux/input.h> #include <linux/p...
google
android
extcon-usb-gpio
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/extcon/extcon-usb-gpio.c
5,544
utf_8
bdd3e2e373546801f6ef0f54d1bd5dee
/** * drivers/extcon/extcon-usb-gpio.c - USB GPIO extcon driver * */ #include <linux/extcon.h> #include <linux/gpio.h> #include <linux/gpio/consumer.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of_gpio.h> #include <...
google
android
extcon-max14577
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/extcon/extcon-max14577.c
21,840
utf_8
6dd5805f1f79793804c86253eb5ca13c
/* * extcon-max14577.c - MAX14577/77836 extcon driver to support MUIC * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/i2c.h> #include <linux/interrupt.h> #include <linux/platform_device.h> #include <linux/mfd/max14577.h> #include <linux/mfd/max14577-private.h> #include <linux/extcon.h> #defi...
google
android
extcon-palmas
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/extcon/extcon-palmas.c
11,987
utf_8
faaac98d1f18b431f2f45e89cd4731a0
/* * Palmas USB transceiver driver * */ #include <linux/module.h> #include <linux/interrupt.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/err.h> #include <linux/mfd/palmas.h> #include <linux/of.h> #include <linux/of_platform.h> #include <linux/of_gpio.h> #include <linux/gpio/consumer....
google
android
extcon-axp288
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/extcon/extcon-axp288.c
10,055
utf_8
6e9cc1d3febce71aa1e91516215814a0
/* * extcon-axp288.c - X-Power AXP288 PMIC extcon cable detection driver * */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/slab.h> #include <linux/interrupt.h> #include <linux/platform_device.h> #include <linux/property.h> #include <linux/usb/phy.h> #include <linux/notifi...
google
android
extcon-gpio
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/extcon/extcon-gpio.c
4,589
utf_8
8391b851b7b7faf2b6fe70285fed4cca
/* * extcon_gpio.c - Single-state GPIO extcon driver based on extcon class * */ #include <linux/extcon.h> #include <linux/extcon/extcon-gpio.h> #include <linux/gpio.h> #include <linux/gpio/consumer.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/module.h> #include <l...
google
android
extcon-max77843
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/extcon/extcon-max77843.c
24,676
utf_8
2a8b4f096e442f74e99cfea9b4f346c7
/* * extcon-max77843.c - Maxim MAX77843 extcon driver to support * MUIC(Micro USB Interface Controller) * * (at your option) any later version. */ #include <linux/extcon.h> #include <linux/i2c.h> #include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/mfd/max77693-common.h> #include <linux/mfd/max...
google
android
extcon-rt8973a
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/extcon/extcon-rt8973a.c
19,383
utf_8
2777295f9cbb388fbe0840d80902d0df
/* * extcon-rt8973a.c - Richtek RT8973A extcon driver to support USB switches * * option) any later version. */ #include <linux/err.h> #include <linux/i2c.h> #include <linux/input.h> #include <linux/interrupt.h> #include <linux/irqdomain.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/platfor...
google
android
extcon
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/extcon/extcon.c
30,209
utf_8
93dd6085323739c0d2a16a13dc8f5f1f
/* * drivers/extcon/extcon.c - External Connector (extcon) framework. * * External connector (extcon) class driver * */ #include <linux/module.h> #include <linux/types.h> #include <linux/init.h> #include <linux/device.h> #include <linux/fs.h> #include <linux/err.h> #include <linux/extcon.h> #include <linux/of.h>...
google
android
extcon-sm5502
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/extcon/extcon-sm5502.c
19,467
utf_8
09c4f458a2c10a13bc0453c807cff02d
/* * extcon-sm5502.c - Silicon Mitus SM5502 extcon drvier to support USB switches * * option) any later version. */ #include <linux/err.h> #include <linux/i2c.h> #include <linux/interrupt.h> #include <linux/irqdomain.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #include ...
google
android
k3dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/k3dma.c
20,896
utf_8
2d51192ea35d483e3e696618d2f9700a
/* */ #include <linux/sched.h> #include <linux/device.h> #include <linux/dmaengine.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/spinlock.h> #include <linux/of_device.h> #include <li...
google
android
tegra20-apb-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/tegra20-apb-dma.c
45,485
utf_8
6cc5d4b004fc1364976235e0c5b7d253
/* * DMA driver for Nvidia's Tegra20 APB DMA controller. * */ #include <linux/bitops.h> #include <linux/clk.h> #include <linux/delay.h> #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/err.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/mm.h> #...
google
android
fsldma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/fsldma.c
38,609
utf_8
7806f92e4dc2961adddbce06255a0ac9
/* * Freescale MPC85xx, MPC83xx DMA Engine support * * (at your option) any later version. * */ #include <linux/init.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/slab.h> #include <linux/interrupt.h> #include <linux/dmaengine.h> #include <linux/delay.h> #include <linux/dma-mapping.h> #include...
google
android
nbpfaxi
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/nbpfaxi.c
40,848
utf_8
7d53b2616669af4096f1fda079463eee
/* */ #include <linux/bitmap.h> #include <linux/bitops.h> #include <linux/clk.h> #include <linux/dma-mapping.h> #include <linux/dmaengine.h> #include <linux/err.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/log2.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_device.h> #in...
google
android
timb_dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/timb_dma.c
19,961
utf_8
5bce21c1bb03ac7d67460f56d5abe843
/* * timb_dma.c timberdale FPGA DMA driver */ /* Supports: * Timberdale FPGA DMA engine */ #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #incl...
google
android
dma-jz4780
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/dma-jz4780.c
24,557
utf_8
f588dd3c57bac71d3fae9ce617c267ef
/* * Ingenic JZ4780 DMA controller * * option) any later version. */ #include <linux/clk.h> #include <linux/dmapool.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_dma.h> #include <linux/platform_device.h> #include <linux/slab.h> #include "d...
google
android
pch_dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/pch_dma.c
26,273
utf_8
0652562d4166868151e18d4eeb6ecad4
/* * Topcliff PCH DMA controller driver */ #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/init.h> #include <linux/pci.h> #include <linux/slab.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/pch_dma.h> #include "dmaengine.h" #define DRV_NAME "pch-dma" #define DMA_...
google
android
coh901318_lli
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/coh901318_lli.c
6,493
utf_8
8f2cf475f56d7ece0facbbc65a0c36ab
/* * driver/dma/coh901318_lli.c * */ #include <linux/spinlock.h> #include <linux/memory.h> #include <linux/gfp.h> #include <linux/dmapool.h> #include <linux/dmaengine.h> #include "coh901318.h" #if (defined(CONFIG_DEBUG_FS) && defined(CONFIG_U300_DEBUG)) #define DEBUGFS_POOL_COUNTER_RESET(pool) (pool->debugfs_pool_co...
google
android
sirf-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/sirf-dma.c
33,748
utf_8
495252bf565e50dcf9ff7d91addd9f54
/* * DMA controller driver for CSR SiRFprimaII * */ #include <linux/module.h> #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/pm_runtime.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/slab.h> #include <linux/of_irq.h> #include <linux/of_address.h> #include <linux/of...
google
android
at_hdmac
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/at_hdmac.c
63,639
utf_8
af4363347af4cc9ae17d14bd179eea16
/* * Driver for the Atmel AHB DMA Controller (aka HDMA or DMAC on AT91 systems) * * (at your option) any later version. * * * This supports the Atmel AHB DMA Controller found in several Atmel SoCs. * The only Atmel DMA Controller that is not covered by this driver is the one * found on AT91SAM9263. */ #include...
google
android
s3c24xx-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/s3c24xx-dma.c
38,413
utf_8
2f5707f4da1f0859e91104df9b7161f9
/* * S3C24XX DMA handling * * any later version. * * The DMA controllers in S3C24XX SoCs have a varying number of DMA signals * that can be routed to any of the 4 to 8 hardware-channels. * * Therefore on these DMA controllers the number of channels * and the number of incoming DMA signals are two totally diffe...
google
android
amba-pl08x
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/amba-pl08x.c
67,694
utf_8
a65549ad46b35c893c47e951f37f3557
/* * * Documentation: ARM DDI 0196G == PL080 * Documentation: ARM DDI 0218E == PL081 * Documentation: S3C6410 User's Manual == PL080S * * PL080 & PL081 both have 16 sets of DMA signals that can be routed to any * channel. * * The PL080 has 8 channels available for simultaneous use, and the PL081 * has only tw...
google
android
imx-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/imx-dma.c
34,902
utf_8
b5bd6b52b909d028c20b4450f390a090
/* * drivers/dma/imx-dma.c * * This file contains a driver for the Freescale i.MX DMA engine * found on i.MX1/21/27 * * http://www.gnu.org/copyleft/gpl.html */ #include <linux/err.h> #include <linux/init.h> #include <linux/types.h> #include <linux/mm.h> #include <linux/interrupt.h> #include <linux/spinlock.h> #i...
google
android
fsl-edma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/fsl-edma.c
28,020
utf_8
c9fa1fc88c2f07300fe05ae3aedb88af
/* * drivers/dma/fsl-edma.c * * option) any later version. */ #include <linux/init.h> #include <linux/module.h> #include <linux/interrupt.h> #include <linux/clk.h> #include <linux/dma-mapping.h> #include <linux/dmapool.h> #include <linux/slab.h> #include <linux/spinlock.h> #include <linux/of.h> #include <linux/of_d...
google
android
moxart-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/moxart-dma.c
16,455
utf_8
457fffdfc32ce27f2dd28ba89a6829fb
/* * MOXA ART SoCs DMA Engine support. * * warranty of any kind, whether express or implied. */ #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/err.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/list.h> #include <linux/module.h> #include <linux/platform_device.h>...
google
android
dmatest
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/dmatest.c
26,118
utf_8
939563f2ae6e926f3ea00401ee28c2c7
/* * DMA Engine test module * */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/delay.h> #include <linux/dma-mapping.h> #include <linux/dmaengine.h> #include <linux/freezer.h> #include <linux/init.h> #include <linux/kthread.h> #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/rand...
google
android
edma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/edma.c
64,947
utf_8
2786a1a2310412d0362961b682c112b3
/* * TI EDMA DMA engine driver * */ #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/edma.h> #include <linux/err.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/list.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <li...
google
android
ep93xx_dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/ep93xx_dma.c
38,030
utf_8
9d0949c7ff68d7f1af59c314ffc719b8
/* * Driver for the Cirrus Logic EP93xx DMA Controller * * (at your option) any later version. */ #include <linux/clk.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/dmaengine.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/platform_dat...
google
android
dma-jz4740
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/dma-jz4740.c
15,871
utf_8
ea81af1d81653c86885b6ac8ed7500a5
/* * option) any later version. * */ #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/err.h> #include <linux/init.h> #include <linux/list.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/spinlock.h> #include <linux/irq.h> #include <li...
google
android
qcom_bam_dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/qcom_bam_dma.c
34,634
utf_8
3f18b0f52f184a8b2f52c0c979669010
/* * */ /* * QCOM BAM DMA engine driver * * QCOM BAM DMA blocks are distributed amongst a number of the on-chip * peripherals on the MSM 8x74. The configuration of the channels are dependent * on the way they are hard wired to that specific peripheral. The peripheral * device tree entries specify the configur...
google
android
mxs-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/mxs-dma.c
24,215
utf_8
37681f73681545ab47e2b5f3d5ff1adc
/* */ #include <linux/init.h> #include <linux/types.h> #include <linux/mm.h> #include <linux/interrupt.h> #include <linux/clk.h> #include <linux/wait.h> #include <linux/sched.h> #include <linux/semaphore.h> #include <linux/device.h> #include <linux/dma-mapping.h> #include <linux/slab.h> #include <linux/platform_device...
google
android
ti-dma-crossbar
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/ti-dma-crossbar.c
9,945
utf_8
731371cf78041095c7ed342c95850dda
/* * */ #include <linux/slab.h> #include <linux/err.h> #include <linux/init.h> #include <linux/list.h> #include <linux/io.h> #include <linux/idr.h> #include <linux/of_address.h> #include <linux/of_device.h> #include <linux/of_dma.h> #define TI_XBAR_DRA7 0 #define TI_XBAR_AM335X 1 static const struct of_device_id ti...
google
android
coh901318
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/coh901318.c
81,845
utf_8
56fed2afa2daccdc950447e9b196dee0
/* * driver/dma/coh901318.c * */ #include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> /* printk() */ #include <linux/fs.h> /* everything... */ #include <linux/scatterlist.h> #include <linux/slab.h> /* kmalloc() */ #include <linux/dmaengine.h> #include <linux/platform_device.h> #include <linux/...
google
android
img-mdc-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/img-mdc-dma.c
26,847
utf_8
372cdc7c3f98247f9f943b4357387b31
/* * IMG Multi-threaded DMA Controller (MDC) * */ #include <linux/clk.h> #include <linux/dma-mapping.h> #include <linux/dmaengine.h> #include <linux/dmapool.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/irq.h> #include <linux/kernel.h> #include <linux/mfd/syscon.h> #include <linux/module.h> #...
google
android
ste_dma40_ll
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/ste_dma40_ll.c
11,387
utf_8
8431dd284cf2ac77c4c770827585da8a
/* */ #include <linux/kernel.h> #include <linux/platform_data/dma-ste-dma40.h> #include "ste_dma40_ll.h" u8 d40_width_to_bits(enum dma_slave_buswidth width) { if (width == DMA_SLAVE_BUSWIDTH_1_BYTE) return STEDMA40_ESIZE_8_BIT; else if (width == DMA_SLAVE_BUSWIDTH_2_BYTES) return STEDMA40_ESIZE_16_BIT; else if ...
google
android
mmp_tdma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/mmp_tdma.c
18,398
utf_8
6f9ad99bf2e4af57f3031e7284e40901
/* * Driver For Marvell Two-channel DMA Engine * * Version 2 or later at the following locations: * */ #include <linux/err.h> #include <linux/module.h> #include <linux/init.h> #include <linux/types.h> #include <linux/interrupt.h> #include <linux/dma-mapping.h> #include <linux/slab.h> #include <linux/dmaengine.h> #...
google
android
imx-sdma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/imx-sdma.c
49,166
utf_8
828b1756d42f4d3f8cb0fda1f9992fcf
/* * drivers/dma/imx-sdma.c * * This file contains a driver for the Freescale Smart DMA engine * * http://www.gnu.org/copyleft/gpl.html */ #include <linux/init.h> #include <linux/module.h> #include <linux/types.h> #include <linux/bitops.h> #include <linux/mm.h> #include <linux/interrupt.h> #include <linux/clk.h> ...
google
android
xgene-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/xgene-dma.c
54,434
utf_8
db9bd95beee4584971673bb3404cc7eb
/* * Applied Micro X-Gene SoC DMA engine Driver * * * NOTE: PM support is currently not available. */ #include <linux/acpi.h> #include <linux/clk.h> #include <linux/delay.h> #include <linux/dma-mapping.h> #include <linux/dmaengine.h> #include <linux/dmapool.h> #include <linux/interrupt.h> #include <linux/io.h> #in...
google
android
dmaengine
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/dmaengine.c
31,444
utf_8
36bc1470f43e462e86c7a9521d124709
/* */ /* * This code implements the DMA subsystem. It provides a HW-neutral interface * for other kernel code to use asynchronous memory copy capabilities, * if present, and allows different HW DMA drivers to register as providing * this capability. * * Due to the fact we are accelerating what is already a relat...
google
android
virt-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/virt-dma.c
2,944
utf_8
11ecf31856f1da205227daee4ae6ab79
/* * Virtual DMA channel support for DMAengine * */ #include <linux/device.h> #include <linux/dmaengine.h> #include <linux/module.h> #include <linux/spinlock.h> #include "virt-dma.h" static struct virt_dma_desc *to_virt_desc(struct dma_async_tx_descriptor *tx) { return container_of(tx, struct virt_dma_desc, tx); } ...
google
android
fsl_raid
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/fsl_raid.c
25,744
utf_8
bda396a8386e7bb87bacca702430cf65
/* * drivers/dma/fsl_raid.c * * Freescale RAID Engine device driver * * Author: * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF TH...
google
android
omap-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/omap-dma.c
31,613
utf_8
956c9f571d124f624cdf40cd3427c826
/* * OMAP DMAengine support * */ #include <linux/delay.h> #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/err.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/list.h> #include <linux/module.h> #include <linux/omap-dma.h> #include <linux/platform_device.h> #include <...
google
android
txx9dmac
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/txx9dmac.c
34,596
utf_8
074484e46f2582dcc1f2f2f3ffde712c
/* * Driver for the TXx9 SoC DMA Controller * */ #include <linux/dma-mapping.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/scatterlist.h> #include "dmaengine.h" #include "txx9dmac.h" s...
google
android
idma64
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/idma64.c
18,377
utf_8
3481837f7e879e79a45267409c707f1c
/* * Core driver for the Intel integrated DMA 64-bit * */ #include <linux/bitops.h> #include <linux/delay.h> #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/dmapool.h> #include <linux/init.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include "id...
google
android
ste_dma40
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/ste_dma40.c
98,514
utf_8
898db21c7c4aedce58995f91823c8626
/* */ #include <linux/dma-mapping.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/export.h> #include <linux/dmaengine.h> #include <linux/platform_device.h> #include <linux/clk.h> #include <linux/delay.h> #include <linux/log2.h> #include <linux/pm.h> #include <linux/pm_runtime.h> #include <linux/er...