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

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Xinput.c122 static struct xorg_list new_input_devices_list = { variable in typeref:struct:xorg_list
123 .next = &new_input_devices_list,
124 .prev = &new_input_devices_list,
952 xorg_list_append(&new_device->node, &new_input_devices_list);
1158 xorg_list_for_each_entry_safe(d, tmp, &new_input_devices_list, node) {
1652 xorg_list_for_each_entry_safe(d, tmp, &new_input_devices_list, node) {

Completed in 4 milliseconds