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 = {
373 static struct ata_port_operations pdc20230_port_ops = {
406 static struct ata_port_operations ht6560a_port_ops = {
448 static struct ata_port_operations ht6560b_port_ops = {
547 static struct ata_port_operations opti82c611a_port_ops = {
657 static struct ata_port_operations opti82c46x_port_ops = {
770 static struct ata_port_operations qdi6500_port_ops = {
777 static struct ata_port_operations qdi6580_port_ops = {
783 static struct ata_port_operations qdi6580dp_port_ops = {
855 static struct ata_port_operations winbond_port_ops = {
977 struct ata_port_operations *ops = controller->ops; in legacy_init_one()