Searched refs:xkb_opts (Results 1 – 1 of 1) sorted by relevance
136 struct xkb_options xkb_opts = { 0 }; in device_added() local287 free(xkb_opts.layout); in device_added()288 xkb_opts.layout = strdup(tmp_val); in device_added()291 free(xkb_opts.model); in device_added()292 xkb_opts.model = strdup(tmp_val); in device_added()295 free(xkb_opts.rules); in device_added()296 xkb_opts.rules = strdup(tmp_val); in device_added()299 free(xkb_opts.variant); in device_added()300 xkb_opts.variant = strdup(tmp_val); in device_added()303 free(xkb_opts.options); in device_added()[all …]