Lines Matching refs:module_data
557 static TAILQ_HEAD(, module_data) module_head =
708 static const struct module_data *
711 const struct module_data *mod; in devclass_find_create()
725 devclass_add_device(const struct module_data *mod, device_t dev) in devclass_add_device()
753 devclass_delete_device(const struct module_data *mod, device_t dev) in devclass_delete_device()
766 const struct module_data *mod = NULL; in make_device()
925 const struct module_data *mod; in device_allocate_softc()
945 const struct module_data *mod; in device_probe_and_attach()
1008 const struct module_data *mod = dev->dev_module; in device_detach()
1098 const struct module_data *mod; in devclass_find()
1110 struct module_data *mdata = data; in module_register()