Searched refs:avb_ops (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/net/dsa/mv88e6xxx/ |
| D | hwtstamp.c | 28 if (!chip->info->ops->avb_ops->port_ptp_read) in mv88e6xxx_port_ptp_read() 31 return chip->info->ops->avb_ops->port_ptp_read(chip, port, addr, in mv88e6xxx_port_ptp_read() 38 if (!chip->info->ops->avb_ops->port_ptp_write) in mv88e6xxx_port_ptp_write() 41 return chip->info->ops->avb_ops->port_ptp_write(chip, port, addr, in mv88e6xxx_port_ptp_write() 48 if (!chip->info->ops->avb_ops->ptp_write) in mv88e6xxx_ptp_write() 51 return chip->info->ops->avb_ops->ptp_write(chip, addr, data); in mv88e6xxx_ptp_write() 57 if (!chip->info->ops->avb_ops->ptp_read) in mv88e6xxx_ptp_read() 60 return chip->info->ops->avb_ops->ptp_read(chip, addr, data, 1); in mv88e6xxx_ptp_read()
|
| D | ptp.c | 39 if (!chip->info->ops->avb_ops->tai_read) in mv88e6xxx_tai_read() 42 return chip->info->ops->avb_ops->tai_read(chip, addr, data, len); in mv88e6xxx_tai_read() 47 if (!chip->info->ops->avb_ops->tai_write) in mv88e6xxx_tai_write() 50 return chip->info->ops->avb_ops->tai_write(chip, addr, data); in mv88e6xxx_tai_write()
|
| D | chip.c | 2963 .avb_ops = &mv88e6165_avb_ops, 2996 .avb_ops = &mv88e6165_avb_ops, 3324 .avb_ops = &mv88e6390_avb_ops, 3370 .avb_ops = &mv88e6352_avb_ops, 3415 .avb_ops = &mv88e6390_avb_ops, 3457 .avb_ops = &mv88e6352_avb_ops, 3497 .avb_ops = &mv88e6352_avb_ops, 3542 .avb_ops = &mv88e6390_avb_ops, 3622 .avb_ops = &mv88e6352_avb_ops, 3668 .avb_ops = &mv88e6352_avb_ops, [all …]
|
| D | chip.h | 459 const struct mv88e6xxx_avb_ops *avb_ops; member
|