Searched refs:dev_module (Results 1 – 2 of 2) sorted by relevance
886 mtod = dev->dev_module->driver->methods; in device_get_method()899 if (dev == NULL || dev->dev_module == NULL) in device_get_name()902 return (dev->dev_module->driver->name); in device_get_name()910 mod = dev->dev_module; in device_allocate_softc()957 dev->dev_module = mod; in device_probe_and_attach()980 const struct module_data *mod = dev->dev_module; in device_detach()992 dev->dev_module = NULL; in device_detach()
412 const struct module_data *dev_module; member