Lines Matching full:ata
7 * The ATA transport class contains common code to deal with ATA HBAs,
8 * an approximated representation of ATA topologies in the driver model,
21 * These objects are created when the ata host is initialized and when a PMP is
138 { ATA_DEV_ATA, "ata" },
139 { ATA_DEV_ATA_UNSUP, "ata" },
202 * ATA Port attributes
232 * ata_is_port -- check if a struct device represents a ATA port
236 * %1 if the device represents a ATA Port, %0 else
252 * ata_tport_delete -- remove ATA PORT
253 * @port: ATA PORT to remove
255 * Removes the specified ATA PORT. Remove the associated link as well.
273 /** ata_tport_add - initialize a transport ATA port structure
278 * Initialize a ATA port structure for sysfs. It will be added to the device
298 dev_set_name(dev, "ata%d", ap->print_id); in ata_tport_add()
335 * ATA link attributes
366 * ata_is_link -- check if a struct device represents a ATA link
370 * %1 if the device represents a ATA link, %0 else
387 * ata_tlink_delete -- remove ATA LINK
388 * @port: ATA LINK to remove
390 * Removes the specified ATA LINK. remove associated ATA device(s) as well.
408 * ata_tlink_add -- initialize a transport ATA link structure
411 * Initialize an ATA LINK structure for sysfs. It will be added in the
412 * device tree below the ATA PORT it belongs to.
464 * ATA device attributes
609 * ata_is_ata_dev -- check if a struct device represents a ATA device
613 * %1 if the device represents a ATA device, %0 else
630 * ata_tdev_free -- free a ATA LINK
631 * @dev: ATA PHY to free
633 * Frees the specified ATA PHY.
646 * ata_tdev_delete -- remove ATA device
647 * @port: ATA PORT to remove
649 * Removes the specified ATA device.
662 * ata_tdev_add -- initialize a transport ATA device structure.
665 * Initialize an ATA device structure for sysfs. It will be added in the
666 * device tree below the ATA LINK device it belongs to.
726 * ata_attach_transport -- instantiate ATA transport template
786 * ata_release_transport -- release ATA transport template instance