Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wwan/
Dwwan_core.c26 static struct class *wwan_class; variable
121 dev = class_find_device(wwan_class, NULL, parent, wwan_dev_parent_match); in wwan_dev_get_by_parent()
138 dev = class_find_device(wwan_class, NULL, name, wwan_dev_name_match); in wwan_dev_get_by_name()
180 wwandev->dev.class = wwan_class; in wwan_create_dev()
200 return dev->class == wwan_class; in is_wwan_child()
298 dev = class_find_device(wwan_class, NULL, &minor, wwan_port_minor_match); in wwan_port_get_by_minor()
328 class_dev_iter_init(&iter, wwan_class, NULL, &wwan_port_dev_type); in __wwan_port_dev_assign_name()
397 port->dev.class = wwan_class; in wwan_create_port()
1106 wwan_class = class_create(THIS_MODULE, "wwan"); in wwan_init()
1107 if (IS_ERR(wwan_class)) { in wwan_init()
[all …]