Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchipset.c142 struct parser_context *parser_ctx; /* points to input data buffer */ member
157 struct parser_context *parser_ctx; member
1160 struct parser_context *parser_ctx) in bus_configure() argument
1187 bus_info->partition_uuid = parser_id_get(parser_ctx); in bus_configure()
1188 parser_param_start(parser_ctx, PARSERSTRING_NAME); in bus_configure()
1189 bus_info->name = parser_string_get(parser_ctx); in bus_configure()
1711 struct parser_context *parser_ctx = NULL; in handle_command() local
1729 parser_ctx = in handle_command()
1732 if (!parser_ctx && retry) in handle_command()
1755 bus_configure(&inmsg, parser_ctx); in handle_command()
[all …]