Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/
H A Dwwan_core.c29 static const struct class wwan_class = { variable
135 dev = class_find_device(&wwan_class, NULL, parent, wwan_dev_parent_match); in wwan_dev_get_by_parent()
152 dev = class_find_device(&wwan_class, NULL, name, wwan_dev_name_match); in wwan_dev_get_by_name()
188 dev = class_find_device(&wwan_class, NULL, dir, wwan_dev_debugfs_match); in wwan_dev_get_by_debugfs()
244 wwandev->dev.class = &wwan_class; in wwan_create_dev()
270 return dev->class == &wwan_class; in is_wwan_child()
388 dev = class_find_device(&wwan_class, NULL, &minor, wwan_port_minor_match); in wwan_port_get_by_minor()
418 class_dev_iter_init(&iter, &wwan_class, NULL, &wwan_port_dev_type); in __wwan_port_dev_assign_name()
490 port->dev.class = &wwan_class; in wwan_create_port()
1233 err = class_register(&wwan_class); in wwan_init()
[all...]