Home
last modified time | relevance | path

Searched refs:InputOption (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dinpututils.c860 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 Dinput.h221 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 Dwscons.c88 InputOption *input_options = NULL; in wscons_add_keyboard()
184 InputOption *input_options = NULL; in wscons_add_pointer()
H A Dudev.c98 InputOption *input_options; in device_added()
H A Dhal.c132 InputOption *input_options = NULL; in device_added()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dstubs.c128 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DdarwinXinput.c131 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs, in NewInputDeviceRequest()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxinput.c116 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.h184 InputOption *options;
268 InputOption *options;
H A Dkinput.c842 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 Dxf86Extensions.c99 InputOption *opt; in load_extension_config()
H A Dxf86Xinput.c997 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest()
1001 InputOption *option = NULL; in NewInputDeviceRequest()
/OK3568_Linux_fs/external/xserver/debian/patches/
H A D02_kbsd-input-devd.diff213 + InputOption *options = NULL;
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c1543 InputOption *list = NULL; in input_option_test()
1544 InputOption *opt; in input_option_test()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog83803 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