404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.191.156.74: ~ $
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef LINUX_MMC_SDHCI_PCI_DATA_H
#define LINUX_MMC_SDHCI_PCI_DATA_H

struct pci_dev;

struct sdhci_pci_data {
	struct pci_dev	*pdev;
	int		slotno;
	int		rst_n_gpio; /* Set to -EINVAL if unused */
	int		cd_gpio;    /* Set to -EINVAL if unused */
	int		(*setup)(struct sdhci_pci_data *data);
	void		(*cleanup)(struct sdhci_pci_data *data);
};

extern struct sdhci_pci_data *(*sdhci_pci_get_data)(struct pci_dev *pdev,
				int slotno);
#endif

Filemanager

Name Type Size Permission Actions
card.h File 10.72 KB 0644
core.h File 5.98 KB 0644
host.h File 19.77 KB 0644
mmc.h File 16.71 KB 0644
pm.h File 1.02 KB 0644
sd.h File 2.67 KB 0644
sdhci-pci-data.h File 481 B 0644
sdio.h File 6.19 KB 0644
sdio_func.h File 5.13 KB 0644
sdio_ids.h File 2.8 KB 0644
sh_mmcif.h File 5.62 KB 0644
slot-gpio.h File 1.19 KB 0644