Home
last modified time | relevance | path

Searched refs:fdc_isa_alloc_resources (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/fdc/
H A Dfdc_isa.c76 fdc_isa_alloc_resources(device_t dev, struct fdc_data *fdc) in fdc_isa_alloc_resources() function
170 error = fdc_isa_alloc_resources(dev, fdc); in fdc_isa_probe()
186 error = fdc_isa_alloc_resources(dev, fdc); in fdc_isa_attach()
H A Dfdcvar.h89 int fdc_isa_alloc_resources(device_t, struct fdc_data *);
H A Dfdc_acpi.c116 error = fdc_isa_alloc_resources(dev, sc); in fdc_acpi_attach()