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()
326 * ATA link attributes
357 * ata_is_link -- check if a struct device represents a ATA link
361 * %1 if the device represents a ATA link, %0 else
378 * ata_tlink_delete -- remove ATA LINK
379 * @link: ATA LINK to remove
381 * Removes the specified ATA LINK. remove associated ATA device(s) as well.
399 * ata_tlink_add -- initialize a transport ATA link structure
402 * Initialize an ATA LINK structure for sysfs. It will be added in the
403 * device tree below the ATA PORT it belongs to.
452 * ATA device attributes
597 * ata_is_ata_dev -- check if a struct device represents a ATA device
601 * %1 if the device represents a ATA device, %0 else
618 * ata_tdev_free -- free a ATA LINK
619 * @dev: ATA PHY to free
621 * Frees the specified ATA PHY.
634 * ata_tdev_delete -- remove ATA device
635 * @ata_dev: ATA device to remove
637 * Removes the specified ATA device.
650 * ata_tdev_add -- initialize a transport ATA device structure.
653 * Initialize an ATA device structure for sysfs. It will be added in the
654 * device tree below the ATA LINK device it belongs to.
708 * ata_attach_transport -- instantiate ATA transport template
768 * ata_release_transport -- release ATA transport template instance