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.
269 /** ata_tport_add - initialize a transport ATA port structure
274 * Initialize a ATA port structure for sysfs. It will be added to the device
291 dev_set_name(dev, "ata%d", ap->print_id); in ata_tport_add()
328 * ATA link attributes
359 * ata_is_link -- check if a struct device represents a ATA link
363 * %1 if the device represents a ATA link, %0 else
380 * ata_tlink_delete -- remove ATA LINK
381 * @port: ATA LINK to remove
383 * Removes the specified ATA LINK. remove associated ATA device(s) as well.
401 * ata_tlink_add -- initialize a transport ATA link structure
404 * Initialize an ATA LINK structure for sysfs. It will be added in the
405 * device tree below the ATA PORT it belongs to.
457 * ATA device attributes
602 * ata_is_ata_dev -- check if a struct device represents a ATA device
606 * %1 if the device represents a ATA device, %0 else
623 * ata_tdev_free -- free a ATA LINK
624 * @dev: ATA PHY to free
626 * Frees the specified ATA PHY.
639 * ata_tdev_delete -- remove ATA device
640 * @port: ATA PORT to remove
642 * Removes the specified ATA device.
655 * ata_tdev_add -- initialize a transport ATA device structure.
658 * Initialize an ATA device structure for sysfs. It will be added in the
659 * device tree below the ATA LINK device it belongs to.
719 * ata_attach_transport -- instantiate ATA transport template
779 * ata_release_transport -- release ATA transport template instance