Lines Matching +full:library +full:- +full:sel
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * libata.h - helper library for ATA
5 * Copyright 2003-2004 Red Hat, Inc. All rights reserved.
6 * Copyright 2003-2004 Jeff Garzik
9 * as Documentation/driver-api/libata.rst
18 /* libata-core.c */
72 extern int ata_down_xfermask_limit(struct ata_device *dev, unsigned int sel);
96 /* libata-sata.c */
103 return -EOPNOTSUPP; in ata_sas_allocate_tag()
108 /* libata-acpi.c */
132 /* libata-scsi.c */
156 /* libata-eh.c */
189 /* libata-pmp.c */
199 return -EINVAL; in sata_pmp_scr_read()
204 return -EINVAL; in sata_pmp_scr_write()
210 return -EINVAL; in sata_pmp_set_lpm()
215 return -EINVAL; in sata_pmp_attach()
219 /* libata-sff.c */
236 /* libata-zpodd.c */
242 return dev->zpodd != NULL; in zpodd_dev_enabled()