Home
last modified time | relevance | path

Searched refs:mux_class (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/mux/
Dcore.c31 static struct class mux_class = { variable
41 return class_register(&mux_class); in mux_init()
46 class_unregister(&mux_class); in mux_exit()
95 mux_chip->dev.class = &mux_class; in mux_chip_alloc()
418 dev = class_find_device(&mux_class, NULL, np, of_dev_node_match); in of_find_mux_chip_by_node()