Lines Matching refs:ata_port_operations
104 struct ata_port_operations *ops;
220 static const struct ata_port_operations legacy_base_port_ops = {
233 static struct ata_port_operations simple_port_ops = {
238 static struct ata_port_operations legacy_port_ops = {
337 static struct ata_port_operations pdc20230_port_ops = {
370 static struct ata_port_operations ht6560a_port_ops = {
412 static struct ata_port_operations ht6560b_port_ops = {
511 static struct ata_port_operations opti82c611a_port_ops = {
621 static struct ata_port_operations opti82c46x_port_ops = {
734 static struct ata_port_operations qdi6500_port_ops = {
741 static struct ata_port_operations qdi6580_port_ops = {
747 static struct ata_port_operations qdi6580dp_port_ops = {
819 static struct ata_port_operations winbond_port_ops = {
941 struct ata_port_operations *ops = controller->ops; in legacy_init_one()