Symbol: mv88e6xxx_ptp_ops
drivers/net/dsa/mv88e6xxx/chip.h
210
struct mv88e6xxx_ptp_ops;
drivers/net/dsa/mv88e6xxx/chip.h
671
const struct mv88e6xxx_ptp_ops *ptp_ops;
drivers/net/dsa/mv88e6xxx/hwtstamp.c
307
const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops;
drivers/net/dsa/mv88e6xxx/hwtstamp.c
359
const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops;
drivers/net/dsa/mv88e6xxx/hwtstamp.c
538
const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops;
drivers/net/dsa/mv88e6xxx/hwtstamp.c
554
const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops;
drivers/net/dsa/mv88e6xxx/hwtstamp.c
69
const struct mv88e6xxx_ptp_ops *ptp_ops;
drivers/net/dsa/mv88e6xxx/hwtstamp.c
94
const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops;
drivers/net/dsa/mv88e6xxx/ptp.c
384
const struct mv88e6xxx_ptp_ops mv88e6165_ptp_ops = {
drivers/net/dsa/mv88e6xxx/ptp.c
400
const struct mv88e6xxx_ptp_ops mv88e6352_ptp_ops = {
drivers/net/dsa/mv88e6xxx/ptp.c
423
const struct mv88e6xxx_ptp_ops mv88e6390_ptp_ops = {
drivers/net/dsa/mv88e6xxx/ptp.c
475
const struct mv88e6xxx_ptp_ops *ptp_ops = chip->info->ops->ptp_ops;
drivers/net/dsa/mv88e6xxx/ptp.h
75
extern const struct mv88e6xxx_ptp_ops mv88e6165_ptp_ops;
drivers/net/dsa/mv88e6xxx/ptp.h
76
extern const struct mv88e6xxx_ptp_ops mv88e6352_ptp_ops;
drivers/net/dsa/mv88e6xxx/ptp.h
77
extern const struct mv88e6xxx_ptp_ops mv88e6390_ptp_ops;
drivers/net/dsa/mv88e6xxx/ptp.h
90
static const struct mv88e6xxx_ptp_ops mv88e6165_ptp_ops = {};
drivers/net/dsa/mv88e6xxx/ptp.h
91
static const struct mv88e6xxx_ptp_ops mv88e6352_ptp_ops = {};
drivers/net/dsa/mv88e6xxx/ptp.h
92
static const struct mv88e6xxx_ptp_ops mv88e6390_ptp_ops = {};