Searched refs:avb_ops (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/net/dsa/mv88e6xxx/ |
| D | hwtstamp.c | 24 if (!chip->info->ops->avb_ops->port_ptp_read) in mv88e6xxx_port_ptp_read() 27 return chip->info->ops->avb_ops->port_ptp_read(chip, port, addr, in mv88e6xxx_port_ptp_read() 34 if (!chip->info->ops->avb_ops->port_ptp_write) in mv88e6xxx_port_ptp_write() 37 return chip->info->ops->avb_ops->port_ptp_write(chip, port, addr, in mv88e6xxx_port_ptp_write() 44 if (!chip->info->ops->avb_ops->ptp_write) in mv88e6xxx_ptp_write() 47 return chip->info->ops->avb_ops->ptp_write(chip, addr, data); in mv88e6xxx_ptp_write() 53 if (!chip->info->ops->avb_ops->ptp_read) in mv88e6xxx_ptp_read() 56 return chip->info->ops->avb_ops->ptp_read(chip, addr, data, 1); in mv88e6xxx_ptp_read()
|
| D | ptp.c | 55 if (!chip->info->ops->avb_ops->tai_read) in mv88e6xxx_tai_read() 58 return chip->info->ops->avb_ops->tai_read(chip, addr, data, len); in mv88e6xxx_tai_read() 63 if (!chip->info->ops->avb_ops->tai_write) in mv88e6xxx_tai_write() 66 return chip->info->ops->avb_ops->tai_write(chip, addr, data); in mv88e6xxx_tai_write()
|
| D | chip.c | 3472 .avb_ops = &mv88e6165_avb_ops, 3506 .avb_ops = &mv88e6165_avb_ops, 3906 .avb_ops = &mv88e6390_avb_ops, 3964 .avb_ops = &mv88e6352_avb_ops, 4002 .avb_ops = &mv88e6352_avb_ops, 4062 .avb_ops = &mv88e6390_avb_ops, 4104 .avb_ops = &mv88e6352_avb_ops, 4144 .avb_ops = &mv88e6352_avb_ops, 4199 .avb_ops = &mv88e6390_avb_ops, 4281 .avb_ops = &mv88e6352_avb_ops, [all …]
|
| D | chip.h | 560 const struct mv88e6xxx_avb_ops *avb_ops; member
|