Searched refs:wwan_class (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/net/wwan/ |
| D | wwan_core.c | 28 static struct class *wwan_class; variable 128 dev = class_find_device(wwan_class, NULL, parent, wwan_dev_parent_match); in wwan_dev_get_by_parent() 145 dev = class_find_device(wwan_class, NULL, name, wwan_dev_name_match); in wwan_dev_get_by_name() 181 dev = class_find_device(wwan_class, NULL, dir, wwan_dev_debugfs_match); in wwan_dev_get_by_debugfs() 237 wwandev->dev.class = wwan_class; in wwan_create_dev() 263 return dev->class == wwan_class; in is_wwan_child() 365 dev = class_find_device(wwan_class, NULL, &minor, wwan_port_minor_match); in wwan_port_get_by_minor() 395 class_dev_iter_init(&iter, wwan_class, NULL, &wwan_port_dev_type); in __wwan_port_dev_assign_name() 464 port->dev.class = wwan_class; in wwan_create_port() 1173 wwan_class = class_create(THIS_MODULE, "wwan"); in wwan_init() [all …]
|