Home
last modified time | relevance | path

Searched refs:UFSHCD (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/ufs/host/
H A DKconfig45 This selects the Cadence-specific additions to UFSHCD platform driver.
64 This selects the QCOM specific additions to UFSHCD platform driver.
79 This selects the Mediatek specific additions to UFSHCD platform driver.
92 This selects the Hisilicon specific additions to UFSHCD platform driver.
101 This selects the Renesas specific additions to UFSHCD platform driver.
123 This selects the Samsung Exynos SoC specific additions to UFSHCD
138 This selects the Unisoc specific additions to UFSHCD platform driver.
H A Dufshcd-pci.c590 mmio_base = pcim_iomap_region(pdev, 0, UFSHCD); in ufshcd_pci_probe()
654 .name = UFSHCD,
H A Dufs-mediatek.c1740 ret = devm_request_irq(hba->dev, irq, ufs_mtk_mcq_intr, 0, UFSHCD, in ufs_mtk_config_mcq_irq()
/linux/Documentation/scsi/
H A Dufs.rst15 3. UFSHCD Overview
112 3. UFSHCD Overview
116 UFSHCD is a low-level device driver which acts as an interface between
119 The current UFSHCD implementation supports the following functionality:
126 UFSHCD and UFS device.
131 Transfer request handling module of UFSHCD receives SCSI commands
146 This is done through UFSHCD SCSI error handling routines registered
149 UFSHCD Routines to perform these tasks are registered with
153 In this version of UFSHCD, Query requests and power management
/linux/include/ufs/
H A Dufshcd.h31 #define UFSHCD "ufshcd" macro
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-ufs1541 Symbol - VER. This file shows the UFSHCD version.
1550 Symbol - HCPID. This file shows the UFSHCD product id.
1559 Symbol - HCMID. This file shows the UFSHCD manufacturer id.
/linux/Documentation/block/
H A Dinline-encryption.rst51 context to use for en/decrypting a bio, and device drivers (e.g. UFSHCD) need
/linux/drivers/ufs/core/
H A Dufshcd.c8906 .name = UFSHCD,
8907 .proc_name = UFSHCD,
10540 err = devm_request_irq(dev, irq, ufshcd_intr, IRQF_SHARED, UFSHCD, hba); in ufshcd_init()