Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wwan/
Dwwan_core.c28 static struct class *wwan_class; variable
132 dev = class_find_device(wwan_class, NULL, parent, wwan_dev_parent_match); in wwan_dev_get_by_parent()
149 dev = class_find_device(wwan_class, NULL, name, wwan_dev_name_match); in wwan_dev_get_by_name()
185 dev = class_find_device(wwan_class, NULL, dir, wwan_dev_debugfs_match); in wwan_dev_get_by_debugfs()
241 wwandev->dev.class = wwan_class; in wwan_create_dev()
267 return dev->class == wwan_class; in is_wwan_child()
373 dev = class_find_device(wwan_class, NULL, &minor, wwan_port_minor_match); in wwan_port_get_by_minor()
403 class_dev_iter_init(&iter, wwan_class, NULL, &wwan_port_dev_type); in __wwan_port_dev_assign_name()
475 port->dev.class = wwan_class; in wwan_create_port()
1210 wwan_class = class_create("wwan"); in wwan_init()
[all …]