Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/scsi/
Dufs.rst15 3. UFSHCD Overview
110 3. UFSHCD Overview
114 UFSHCD is a low-level device driver which acts as an interface between
117 The current UFSHCD implementation supports the following functionality:
124 UFSHCD and UFS device.
129 Transfer request handling module of UFSHCD receives SCSI commands
144 This is done through UFSHCD SCSI error handling routines registered
147 UFSHCD Routines to perform these tasks are registered with
151 In this version of UFSHCD, Query requests and power management
/linux-5.19.10/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.
109 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.c544 err = pcim_iomap_regions(pdev, 1 << 0, UFSHCD); in ufshcd_pci_probe()
606 .name = UFSHCD,
/linux-5.19.10/include/ufs/
Dufshcd.h26 #define UFSHCD "ufshcd" macro
/linux-5.19.10/Documentation/block/
Dinline-encryption.rst51 context to use for en/decrypting a bio, and device drivers (e.g. UFSHCD) need
/linux-5.19.10/drivers/ufs/core/
Dufshcd.c8312 .name = UFSHCD,
8313 .proc_name = UFSHCD,
9730 err = devm_request_irq(dev, irq, ufshcd_intr, IRQF_SHARED, UFSHCD, hba); in ufshcd_init()