Searched refs:InputOption (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | inpututils.c | 860 input_option_free(InputOption *o) in input_option_free() 884 InputOption * 885 input_option_new(InputOption *list, const char *key, const char *value) in input_option_new() 887 InputOption *opt = NULL; in input_option_new() 901 opt = calloc(1, sizeof(InputOption)); in input_option_new() 910 nt_list_append(opt, list, InputOption, list.next); in input_option_new() 918 InputOption * 919 input_option_free_element(InputOption *list, const char *key) in input_option_free_element() 921 InputOption *element; in input_option_free_element() 925 nt_list_del(element, list, InputOption, list.next); in input_option_free_element() [all …]
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | input.h | 221 typedef struct _InputOption InputOption; typedef 634 extern _X_EXPORT int NewInputDeviceRequest(InputOption *options, 699 extern _X_EXPORT InputOption *input_option_new(InputOption *list, 702 extern _X_EXPORT void input_option_free_list(InputOption **opt); 703 extern _X_EXPORT InputOption *input_option_free_element(InputOption *opt, 705 extern _X_EXPORT InputOption *input_option_find(InputOption *list, 707 extern _X_EXPORT const char *input_option_get_key(const InputOption *opt); 708 extern _X_EXPORT const char *input_option_get_value(const InputOption *opt); 709 extern _X_EXPORT void input_option_set_key(InputOption *opt, const char *key); 710 extern _X_EXPORT void input_option_set_value(InputOption *opt,
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | wscons.c | 88 InputOption *input_options = NULL; in wscons_add_keyboard() 184 InputOption *input_options = NULL; in wscons_add_pointer()
|
| H A D | udev.c | 98 InputOption *input_options; in device_added()
|
| H A D | hal.c | 132 InputOption *input_options = NULL; in device_added()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | stubs.c | 128 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | darwinXinput.c | 131 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs, in NewInputDeviceRequest()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxinput.c | 116 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kdrive.h | 184 InputOption *options; 268 InputOption *options;
|
| H A D | kinput.c | 842 KdGetOptions(InputOption **options, char *string) in KdGetOptions() 844 InputOption *newopt = NULL; in KdGetOptions() 877 InputOption *option = NULL; in KdParseKbdOptions() 942 InputOption *options = NULL; in KdParseKeyboard() 1005 InputOption *option = NULL; in KdParsePointerOptions() 1051 InputOption *options = NULL; in KdParsePointer() 1936 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest() 1939 InputOption *option = NULL, *optionsdup = NULL; in NewInputDeviceRequest()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Extensions.c | 99 InputOption *opt; in load_extension_config()
|
| H A D | xf86Xinput.c | 997 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest() 1001 InputOption *option = NULL; in NewInputDeviceRequest()
|
| /OK3568_Linux_fs/external/xserver/debian/patches/ |
| H A D | 02_kbsd-input-devd.diff | 213 + InputOption *options = NULL;
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | input.c | 1543 InputOption *list = NULL; in input_option_test() 1544 InputOption *opt; in input_option_test()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 83803 If key/value allocation failed, don't bother adding another InputOption. And 83983 input: switch InputOption to use XF86OptionRec storage. 83985 Use the same struct for both InputOption and XF86OptionRec so we don't need 83996 kdrive: switch to new InputOption API. 85363 kdrive: Fix build for opaque InputOption structure. 89283 input: make InputOption opaque, provide interface functions. 89570 config: return the new InputOption from add_option. 89572 Change add_option to return the new InputOption on success, or NULL 175198 Also move LookupDeviceIntRec into the DIX, and add InputOption type, and
|