Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ufs/host/
DKconfig45 This selects the Cadence-specific additions to UFSHCD platform driver.
63 This selects the QCOM specific additions to UFSHCD platform driver.
77 This selects the Mediatek specific additions to UFSHCD platform driver.
90 This selects the Hisilicon specific additions to UFSHCD platform driver.
99 This selects the Renesas specific additions to UFSHCD platform driver.
121 This selects the Samsung Exynos SoC specific additions to UFSHCD
Dtc-dwc-g210-pci.c92 err = pcim_iomap_regions(pdev, 1 << 0, UFSHCD); in tc_dwc_g210_pci_probe()
Dufshcd-pci.c554 err = pcim_iomap_regions(pdev, 1 << 0, UFSHCD); in ufshcd_pci_probe()
616 .name = UFSHCD,
/linux-6.1.9/Documentation/scsi/
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-6.1.9/include/ufs/
Dufshcd.h26 #define UFSHCD "ufshcd" macro
/linux-6.1.9/Documentation/block/
Dinline-encryption.rst51 context to use for en/decrypting a bio, and device drivers (e.g. UFSHCD) need
/linux-6.1.9/drivers/ufs/core/
Dufshcd.c8350 .name = UFSHCD,
8351 .proc_name = UFSHCD,
9798 err = devm_request_irq(dev, irq, ufshcd_intr, IRQF_SHARED, UFSHCD, hba); in ufshcd_init()