/src/sys/arch/hpcmips/conf/ |
TX3912 | 131 hpcout* at hpcioman3 iochip 0 evtype POWER id PWCTL_LED port 3 initvalue 0 132 hpcin* at hpcioman3 iochip 1 evtype BUTTON id BTN_REC port 6 edge 1 133 hpcin* at hpcioman3 iochip 1 evtype BUTTON id BTN_APP0 port 5 edge 1 134 hpcin* at hpcioman3 iochip 0 evtype EVENT id PME_AC port 28 edge 1 135 hpcin* at hpcioman3 iochip 0 evtype EVENT id COM0_DCD port 30 edge 3 136 hpcin* at hpcioman3 iochip 0 evtype EVENT id COM0_CTS port 5 edge 3 137 hpcout* at hpcioman3 iochip 0 evtype SET id COM0_DTR port 31 138 hpcout* at hpcioman3 iochip 0 evtype SET id COM0_RTS port 6 141 hpcout* at hpcioman4 iochip 0 evtype POWER id PWCTL_LED port 3 initvalue 0 142 hpcin* at hpcioman4 iochip 1 evtype BUTTON id BTN_REC port 6 edge [all...] |
TX3922 | 115 hpcin* at hpcioman1 iochip 1 evtype BUTTON id BTN_APP0 port 7 edge 1 # IE button 116 hpcin* at hpcioman1 iochip 1 evtype BUTTON id BTN_APP1 port 8 edge 1 # Mail button 117 hpcin* at hpcioman1 iochip 1 evtype PMEVENT id PME_AC port 6 edge 1 # AC-power 118 hpcin* at hpcioman1 iochip 0 evtype EVENT id COM0_CTS port 27 edge 3 119 hpcin* at hpcioman1 iochip 0 evtype EVENT id COM0_DCD port 29 edge 3 120 hpcout* at hpcioman1 iochip 1 evtype POWER id PWCTL_LED port 4 flags 3 #(blink) 123 hpcin* at hpcioman2 iochip 1 evtype BUTTON id BTN_APP0 port 7 edge 1 # IE button 124 hpcin* at hpcioman2 iochip 1 evtype BUTTON id BTN_APP1 port 8 edge 1 # Mail button 125 hpcin* at hpcioman2 iochip 1 evtype BUTTON id BTN_APP2 port 11 edge 1 # Video button 126 hpcin* at hpcioman2 iochip 1 evtype BUTTON id BTN_APP3 port 12 edge 1 # Head phone butto [all...] |
LROUTER | 129 hpcin* at hpcioman0 evtype PCIINTR id PCIINTR_00_00_00 port 12 level 0 hold 0 connect 1 131 hpcin* at hpcioman0 evtype PCIINTR id PCIINTR_00_01_00 port 13 level 0 hold 0 connect 1 133 hpcin* at hpcioman0 evtype PCIINTR id PCIINTR_00_16_00 port 11 level 1 hold 0 connect 1
|
MPC303 | 427 hpcin* at hpcioman6 evtype PCIINTR id PCIINTR_00_12_00 port 0 level 1 connect 1 434 hpcin* at hpcioman7 evtype PCIINTR id PCIINTR_00_19_00 port 1 level 0 hold 1 connect 1
|
/src/sys/dev/hpc/ |
btnmgr.c | 236 u_int evtype; local in function:btnmgr_hook 237 evtype = msg ? WSCONS_EVENT_KEY_DOWN : WSCONS_EVENT_KEY_UP; 242 n = pckbd_encode(evtype, button_config[id].keycode, 247 wskbd_input(sc->sc_wskbddev, evtype,
|
/src/sys/arch/arm/apple/ |
apple_intc.c | 306 uint16_t evtype, evdata; local in function:apple_intc_irq_handler 314 evtype = __SHIFTOUT(ev, AIC_EVENT_TYPE); 320 if (evtype == AIC_EVENT_TYPE_IRQ) { 331 } else if (evtype == AIC_EVENT_TYPE_IPI) {
|
/src/sys/arch/hpcarm/dev/ |
j720tp.c | 517 j720tp_wskbd_input(struct j720tp_softc *sc, u_int evtype) 526 n = pckbd_encode(evtype, key, data); 530 wskbd_input(sc->sc_wskbddev, evtype, key);
|
/src/sys/arch/i386/pnpbios/ |
pnpbios.c | 286 int evtype; local in function:pnpbios_attach 315 evtype = (sc->sc_control & PNP_IC_CONTORL_EVENT_MASK); 316 if (evtype == PNP_IC_CONTROL_EVENT_POLL) { 369 if (evtype != PNP_IC_CONTROL_EVENT_NONE) { 370 if (evtype != PNP_IC_CONTROL_EVENT_POLL || sc->sc_evaddr) {
|
/src/sys/dev/nvmm/x86/ |
nvmm_x86_svm.c | 745 u_int evtype; local in function:svm_vcpu_inject 750 evtype = comm->event.type; 755 switch (evtype) {
|
nvmm_x86_vmx.c | 1082 u_int evtype; local in function:vmx_vcpu_inject 1085 evtype = comm->event.type; 1092 switch (evtype) {
|
/src/sys/dev/pci/ |
if_aq.c | 1290 #define AQ_EVCNT_ATTACH(sc, name, desc, evtype) \ 1296 (evtype), NULL, device_xname((sc)->sc_dev), \
|
if_wm.c | 315 #define WM_Q_EVCNT_ATTACH(qname, evname, q, qnum, xname, evtype) \ 321 (evtype), NULL, (xname), \
|