ocelot_ops
const struct ocelot_ops *ops;
static const struct ocelot_ops vsc9959_ops = {
static const struct ocelot_ops ocelot_ext_ops = {
static const struct ocelot_ops vsc9953_ops = {
static int ocelot_chip_init(struct ocelot *ocelot, const struct ocelot_ops *ops)
err = ocelot_chip_init(ocelot, &ocelot_ops);
static const struct ocelot_ops ocelot_ops = {
const struct ocelot_ops *ops;