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 * @ap: 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()
327 * ata_port_classify - determine device type based on ATA-spec signature
328 * @ap: ATA port device on which the classification should be run
329 * @tf: ATA taskfile register set for device to be identified
358 * ATA link attributes
389 * ata_is_link -- check if a struct device represents a ATA link
393 * %1 if the device represents a ATA link, %0 else
410 * ata_tlink_delete -- remove ATA LINK
411 * @link: ATA LINK to remove
413 * Removes the specified ATA LINK. remove associated ATA device(s) as well.
431 * ata_tlink_add -- initialize a transport ATA link structure
434 * Initialize an ATA LINK structure for sysfs. It will be added in the
435 * device tree below the ATA PORT it belongs to.
487 * ATA device attributes
632 * ata_is_ata_dev -- check if a struct device represents a ATA device
636 * %1 if the device represents a ATA device, %0 else
653 * ata_tdev_free -- free a ATA LINK
654 * @dev: ATA PHY to free
656 * Frees the specified ATA PHY.
669 * ata_tdev_delete -- remove ATA device
670 * @ata_dev: ATA device to remove
672 * Removes the specified ATA device.
685 * ata_tdev_add -- initialize a transport ATA device structure.
688 * Initialize an ATA device structure for sysfs. It will be added in the
689 * device tree below the ATA LINK device it belongs to.
749 * ata_attach_transport -- instantiate ATA transport template
809 * ata_release_transport -- release ATA transport template instance