Lines Matching refs:ata_port_operations
163 struct ata_port_operations *ops;
255 static const struct ata_port_operations legacy_base_port_ops = {
268 static struct ata_port_operations simple_port_ops = {
273 static struct ata_port_operations legacy_port_ops = {
372 static struct ata_port_operations pdc20230_port_ops = {
405 static struct ata_port_operations ht6560a_port_ops = {
447 static struct ata_port_operations ht6560b_port_ops = {
546 static struct ata_port_operations opti82c611a_port_ops = {
656 static struct ata_port_operations opti82c46x_port_ops = {
769 static struct ata_port_operations qdi6500_port_ops = {
776 static struct ata_port_operations qdi6580_port_ops = {
782 static struct ata_port_operations qdi6580dp_port_ops = {
854 static struct ata_port_operations winbond_port_ops = {
976 struct ata_port_operations *ops = controller->ops; in legacy_init_one()