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.c34 static const struct class wwan_class = { variable
150 dev = class_find_device(&wwan_class, NULL, parent, wwan_dev_parent_match); in wwan_dev_get_by_parent()
167 dev = class_find_device(&wwan_class, NULL, name, wwan_dev_name_match); in wwan_dev_get_by_name()
203 dev = class_find_device(&wwan_class, NULL, dir, wwan_dev_debugfs_match); in wwan_dev_get_by_debugfs()
261 wwandev->dev.class = &wwan_class; in wwan_create_dev()
374 if (dev->class == &wwan_class) in wwan_port_destroy()
397 dev = class_find_device(&wwan_class, NULL, &minor, wwan_port_minor_match); in wwan_port_get_by_minor()
427 class_dev_iter_init(&iter, &wwan_class, NULL, &wwan_port_dev_type); in __wwan_port_dev_assign_name()
466 port->dev.class = &wwan_class; in wwan_port_register_wwan()
1403 err = class_register(&wwan_class); in wwan_init()
[all …]