Lines Matching refs:module_data
558 static TAILQ_HEAD(, module_data) module_head =
709 static const struct module_data *
712 const struct module_data *mod; in devclass_find_create()
726 devclass_add_device(const struct module_data *mod, device_t dev) in devclass_add_device()
754 devclass_delete_device(const struct module_data *mod, device_t dev) in devclass_delete_device()
767 const struct module_data *mod = NULL; in make_device()
926 const struct module_data *mod; in device_allocate_softc()
946 const struct module_data *mod; in device_probe_and_attach()
1009 const struct module_data *mod = dev->dev_module; in device_detach()
1099 const struct module_data *mod; in devclass_find()
1111 struct module_data *mdata = data; in module_register()