Searched refs:switchcb (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/dev/isa/ |
| D | ega.c | 84 void (*switchcb)(void *, int, int); member 711 vc->switchcb = cb; 735 (*vc->switchcb)(vc->switchcbarg, EIO, 0); 790 if (vc->switchcb) 791 (*vc->switchcb)(vc->switchcbarg, 0, 0);
|
| /mirbsd/src/sys/dev/ic/ |
| D | vga.c | 758 vc->switchcb = cb; 782 (*vc->switchcb)(vc->switchcbarg, EIO, 0); 839 if (vc->switchcb) 840 (*vc->switchcb)(vc->switchcbarg, 0, 0);
|
| D | vgavar.h | 57 void (*switchcb)(void *, int, int); member
|