Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/fdc/
H A Dfdc_isa.c80 fdc_isa_alloc_resources(device_t dev, struct fdc_data *fdc) in fdc_isa_alloc_resources() function
174 error = fdc_isa_alloc_resources(dev, fdc); in fdc_isa_probe()
190 error = fdc_isa_alloc_resources(dev, fdc); in fdc_isa_attach()
H A Dfdcvar.h94 int fdc_isa_alloc_resources(device_t, struct fdc_data *);
H A Dfdc_acpi.c117 error = fdc_isa_alloc_resources(dev, sc); in fdc_acpi_attach()