Searched refs:input_value (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | input.h | 32 struct input_value { struct 205 struct input_value *vals; 316 const struct input_value *vals, unsigned int count);
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_network_sub_menu.robot | 342 [Arguments] ${xpath_nw_settings} ${xpath_nw_settings_input_field} ${input_value} 347 # input_value Input value for configuration. E.g. hostname, IP etc. 350 Input Text ${xpath_nw_settings_input_field} ${input_value} 356 Wait Until Page Contains ${input_value} timeout=30sec
|
/openbmc/linux/drivers/input/ |
H A D | evdev.c | 245 const struct input_value *vals, unsigned int count, in evdev_pass_values() 248 const struct input_value *v; in evdev_pass_values() 292 const struct input_value *vals, unsigned int count) in evdev_events() 317 struct input_value vals[] = { { type, code, value } }; in evdev_event()
|
H A D | input.c | 51 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 }; 108 struct input_value *vals, unsigned int count) in input_to_handler() 111 struct input_value *end = vals; in input_to_handler() 112 struct input_value *v; in input_to_handler() 143 struct input_value *vals, unsigned int count) in input_pass_values() 146 struct input_value *v; in input_pass_values() 361 struct input_value *v; in input_event_dispose()
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | API.pm | 1882 my $input_value = $_[2]; 1896 if ($map{$type}->{$key} = $input_value) {
|