Lines Matching refs:ata_port_operations
163 struct ata_port_operations *ops;
257 static const struct ata_port_operations legacy_base_port_ops = {
270 static struct ata_port_operations simple_port_ops = {
275 static struct ata_port_operations legacy_port_ops = {
374 static struct ata_port_operations pdc20230_port_ops = {
407 static struct ata_port_operations ht6560a_port_ops = {
449 static struct ata_port_operations ht6560b_port_ops = {
548 static struct ata_port_operations opti82c611a_port_ops = {
658 static struct ata_port_operations opti82c46x_port_ops = {
771 static struct ata_port_operations qdi6500_port_ops = {
778 static struct ata_port_operations qdi6580_port_ops = {
784 static struct ata_port_operations qdi6580dp_port_ops = {
856 static struct ata_port_operations winbond_port_ops = {
978 struct ata_port_operations *ops = controller->ops; in legacy_init_one()