Searched refs:ocelot_regmap_init (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot_io.c | 139 struct regmap *ocelot_regmap_init(struct ocelot *ocelot, struct resource *res) in ocelot_regmap_init() function 151 EXPORT_SYMBOL_GPL(ocelot_regmap_init); variable
|
H A D | ocelot_vsc7514.c | 1092 target = ocelot_regmap_init(ocelot, res); in mscc_ocelot_init_ports() 1203 target = ocelot_regmap_init(ocelot, res); in mscc_ocelot_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_io.c | 156 struct regmap *ocelot_regmap_init(struct ocelot *ocelot, struct resource *res) in ocelot_regmap_init() function 168 EXPORT_SYMBOL_GPL(ocelot_regmap_init); variable
|
H A D | ocelot_vsc7514.c | 181 target = ocelot_regmap_init(ocelot, res); in mscc_ocelot_init_ports() 277 target = ocelot_regmap_init(ocelot, res); in mscc_ocelot_probe()
|
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
H A D | felix.c | 479 target = ocelot_regmap_init(ocelot, &res); in felix_init_structs() 517 target = ocelot_regmap_init(ocelot, &res); in felix_init_structs()
|
/kernel/linux/linux-5.10/include/soc/mscc/ |
H A D | ocelot.h | 719 struct regmap *ocelot_regmap_init(struct ocelot *ocelot, struct resource *res);
|
/kernel/linux/linux-6.6/include/soc/mscc/ |
H A D | ocelot.h | 981 struct regmap *ocelot_regmap_init(struct ocelot *ocelot, struct resource *res);
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix.c | 1342 return ocelot_regmap_init(ocelot, &res); in felix_request_regmap_by_name()
|
Completed in 13 milliseconds