Lines Matching refs:module_data
322 static TAILQ_HEAD(, module_data) module_head =
473 static const struct module_data *
476 const struct module_data *mod; in devclass_find_create()
490 devclass_add_device(const struct module_data *mod, device_t dev) in devclass_add_device()
518 devclass_delete_device(const struct module_data *mod, device_t dev) in devclass_delete_device()
531 const struct module_data *mod = NULL; in make_device()
691 const struct module_data *mod; in device_allocate_softc()
711 const struct module_data *mod; in device_probe_and_attach()
774 const struct module_data *mod = dev->dev_module; in device_detach()
864 const struct module_data *mod; in devclass_find()
876 struct module_data *mdata = data; in module_register()