Home
last modified time | relevance | path

Searched refs:uas (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/powerpc/platforms/powernv/
Dpci-ioda-tce.c294 void *addr, *uas = NULL; in pnv_pci_ioda2_table_alloc_pages() local
336 uas = pnv_pci_ioda2_table_do_alloc_pages(nid, level_shift, in pnv_pci_ioda2_table_alloc_pages()
339 if (!uas) in pnv_pci_ioda2_table_alloc_pages()
351 tbl->it_userspace = uas; in pnv_pci_ioda2_table_alloc_pages()
361 pnv_pci_ioda2_table_do_free_pages(uas, in pnv_pci_ioda2_table_alloc_pages()
/linux-6.12.1/drivers/usb/storage/
DMakefile13 obj-$(CONFIG_USB_UAS) += uas.o
DKconfig200 If you compile this driver as a module, it will be named uas.
/linux-6.12.1/arch/powerpc/platforms/pseries/
Diommu.c174 unsigned long *uas; in pseries_tce_iommu_userspace_view_alloc() local
181 uas = vzalloc(cb); in pseries_tce_iommu_userspace_view_alloc()
182 if (!uas) in pseries_tce_iommu_userspace_view_alloc()
185 tbl->it_userspace = (__be64 *) uas; in pseries_tce_iommu_userspace_view_alloc()
/linux-6.12.1/Documentation/admin-guide/
Dkernel-parameters.txt7240 of sense data, not on uas);
7242 bytes of sense data, not on uas);
7246 READ_DISC_INFO command, not on uas);
7250 command, uas only);
7252 240 sectors at a time, uas only);
7259 command, uas only);
7260 k = NO_SAME (do not use WRITE_SAME, uas only)
7262 unlock ejectable media, not on uas);
7265 not on uas);
7267 initial READ(10) command, not on uas);
[all …]
/linux-6.12.1/
DMAINTAINERS23854 F: drivers/usb/storage/uas.c