Searched refs:atkbdc_softc_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/dev/atkbdc/
H A Datkbdc_isa.c85 sizeof(atkbdc_softc_t *),
190 atkbdc_softc_t *sc;
196 sc = *(atkbdc_softc_t **)device_get_softc(dev);
240 *(atkbdc_softc_t **)device_get_softc(dev) = sc;
252 atkbdc_softc_t *sc;
256 sc = *(atkbdc_softc_t **)device_get_softc(bus);
300 atkbdc_softc_t *sc;
302 sc = *(atkbdc_softc_t **)device_get_softc(dev);
313 atkbdc_softc_t *sc;
315 sc = *(atkbdc_softc_t **)device_get_soft
[all...]
H A Datkbdcreg.h205 } atkbdc_softc_t; typedef in typeref:struct:atkbdc_softc
221 atkbdc_softc_t *atkbdc_get_softc(int unit);
223 int atkbdc_attach_unit(int unit, atkbdc_softc_t *sc, struct resource *port0,
H A Datkbdc.c71 #define kbdcp(p) ((atkbdc_softc_t *)(p))
95 static atkbdc_softc_t default_kbdc;
96 static atkbdc_softc_t *atkbdc_softc[MAXKBDC] = { &default_kbdc };
106 static int atkbdc_setup(atkbdc_softc_t *sc, bus_space_tag_t tag,
110 static int wait_while_controller_busy(atkbdc_softc_t *kbdc);
111 static int wait_for_data(atkbdc_softc_t *kbdc);
112 static int wait_for_kbd_data(atkbdc_softc_t *kbdc);
113 static int wait_for_kbd_ack(atkbdc_softc_t *kbdc);
114 static int wait_for_aux_data(atkbdc_softc_t *kbdc);
115 static int wait_for_aux_ack(atkbdc_softc_t *kbd
[all...]
H A Datkbdc_ebus.c85 sizeof(atkbdc_softc_t *),
175 atkbdc_softc_t *sc;
184 sc = *(atkbdc_softc_t **)device_get_softc(dev);

Completed in 92 milliseconds