Searched refs:KdConfigDevice (Results 1 – 1 of 1) sorted by relevance
60 struct KdConfigDevice { struct62 struct KdConfigDevice *next; argument68 static struct KdConfigDevice *kdConfigKeyboards = NULL;69 static struct KdConfigDevice *kdConfigPointers = NULL;712 struct KdConfigDevice **prev, *new; in KdAddConfigKeyboard()717 new = (struct KdConfigDevice *) calloc(sizeof(struct KdConfigDevice), 1); in KdAddConfigKeyboard()776 struct KdConfigDevice **prev, *new; in KdAddConfigPointer()781 new = (struct KdConfigDevice *) calloc(sizeof(struct KdConfigDevice), 1); in KdAddConfigPointer()1127 struct KdConfigDevice *dev; in KdInitInput()