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 = {
335 static struct ata_port_operations pdc20230_port_ops = {
368 static struct ata_port_operations ht6560a_port_ops = {
410 static struct ata_port_operations ht6560b_port_ops = {
509 static struct ata_port_operations opti82c611a_port_ops = {
619 static struct ata_port_operations opti82c46x_port_ops = {
731 static struct ata_port_operations qdi6500_port_ops = {
738 static struct ata_port_operations qdi6580_port_ops = {
744 static struct ata_port_operations qdi6580dp_port_ops = {
816 static struct ata_port_operations winbond_port_ops = {
938 struct ata_port_operations *ops = controller->ops; in legacy_init_one()