Home
last modified time | relevance | path

Searched refs:COMMA_SEP (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dorder-list-attributes.c53 return replace_char_str(buf, SEMICOLON_SEP, COMMA_SEP); in validate_ordered_list_input()
181 replace_char_str(ordered_list_data->current_value, COMMA_SEP, SEMICOLON_SEP); in hp_populate_ordered_list_elements_from_package()
265 part = strsep(&part_tmp, COMMA_SEP); in hp_populate_ordered_list_elements_from_package()
269 part = strsep(&part_tmp, COMMA_SEP); in hp_populate_ordered_list_elements_from_package()
347 replace_char_str(ordered_list_data->current_value, COMMA_SEP, SEMICOLON_SEP); in hp_populate_ordered_list_elements_from_buffer()
H A Dbioscfg.h39 #define COMMA_SEP "," macro