switch_fn          22 drivers/net/phy/mdio-mux.c 	int (*switch_fn)(int current_child, int desired_child, void *data);
switch_fn          45 drivers/net/phy/mdio-mux.c 	r = pb->switch_fn(pb->current_child, cb->bus_number, pb->switch_data);
switch_fn          70 drivers/net/phy/mdio-mux.c 	r = pb->switch_fn(pb->current_child, cb->bus_number, pb->switch_data);
switch_fn          87 drivers/net/phy/mdio-mux.c 		  int (*switch_fn)(int cur, int desired, void *data),
switch_fn         127 drivers/net/phy/mdio-mux.c 	pb->switch_fn = switch_fn;
switch_fn          25 include/linux/mdio-mux.h 		  int (*switch_fn) (int cur, int desired, void *data),
switch_fn         174 tools/testing/selftests/sigaltstack/sas.c 	makecontext(&uc, switch_fn, 0);