Searched refs:UFSHCD (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/scsi/ |
A D | ufs.rst | 15 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 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/drivers/scsi/ufs/ |
A D | Kconfig | 88 This selects the Cadence-specific additions to UFSHCD platform driver. 106 This selects the QCOM specific additions to UFSHCD platform driver. 120 This selects the Mediatek specific additions to UFSHCD platform driver. 133 This selects the Hisilicon specific additions to UFSHCD platform driver. 171 This selects the Samsung Exynos SoC specific additions to UFSHCD
|
A D | tc-dwc-g210-pci.c | 91 err = pcim_iomap_regions(pdev, 1 << 0, UFSHCD); in tc_dwc_g210_pci_probe()
|
A D | ufshcd-pci.c | 527 err = pcim_iomap_regions(pdev, 1 << 0, UFSHCD); in ufshcd_pci_probe() 590 .name = UFSHCD,
|
A D | ufshcd.h | 51 #define UFSHCD "ufshcd" macro
|
A D | ufshcd.c | 8157 .name = UFSHCD, 8158 .proc_name = UFSHCD, 9586 err = devm_request_irq(dev, irq, ufshcd_intr, IRQF_SHARED, UFSHCD, hba); in ufshcd_init()
|
/linux/Documentation/block/ |
A D | inline-encryption.rst | 51 context to use for en/decrypting a bio, and device drivers (e.g. UFSHCD) need
|
Completed in 28 milliseconds