Lines Matching refs:ata_port_operations
118 struct ata_port_operations *ops;
234 static const struct ata_port_operations legacy_base_port_ops = {
247 static struct ata_port_operations simple_port_ops = {
252 static struct ata_port_operations legacy_port_ops = {
348 static struct ata_port_operations pdc20230_port_ops = {
381 static struct ata_port_operations ht6560a_port_ops = {
423 static struct ata_port_operations ht6560b_port_ops = {
522 static struct ata_port_operations opti82c611a_port_ops = {
632 static struct ata_port_operations opti82c46x_port_ops = {
742 static struct ata_port_operations qdi6500_port_ops = {
749 static struct ata_port_operations qdi6580_port_ops = {
755 static struct ata_port_operations qdi6580dp_port_ops = {
827 static struct ata_port_operations winbond_port_ops = {
949 struct ata_port_operations *ops = controller->ops; in legacy_init_one()