Lines Matching refs:module_data
543 static TAILQ_HEAD(, module_data) module_head =
694 static const struct module_data *
697 const struct module_data *mod; in devclass_find_create()
711 devclass_add_device(const struct module_data *mod, device_t dev) in devclass_add_device()
739 devclass_delete_device(const struct module_data *mod, device_t dev) in devclass_delete_device()
752 const struct module_data *mod = NULL; in make_device()
911 const struct module_data *mod; in device_allocate_softc()
931 const struct module_data *mod; in device_probe_and_attach()
994 const struct module_data *mod = dev->dev_module; in device_detach()
1084 const struct module_data *mod; in devclass_find()
1096 struct module_data *mdata = data; in module_register()