Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Datkbdcreg.h234 int atkbdc_probe_unit(int unit, struct resource *port0, struct resource *port1);
H A Datkbdc_isa.c178 error = atkbdc_probe_unit(device_get_unit(dev), port0, port1); in atkbdc_isa_probe()
H A Datkbdc.c190 atkbdc_probe_unit(int unit, struct resource *port0, struct resource *port1) in atkbdc_probe_unit() function