Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dvisorchipset_main.c143 struct parser_context *parser_ctx; /* points to input data buffer */ member
158 struct parser_context *parser_ctx; member
1105 struct parser_context *parser_ctx) in bus_configure() argument
1132 bus_info->partition_uuid = parser_id_get(parser_ctx); in bus_configure()
1133 parser_param_start(parser_ctx, PARSERSTRING_NAME); in bus_configure()
1134 bus_info->name = parser_string_get(parser_ctx); in bus_configure()
1658 struct parser_context *parser_ctx = NULL; in handle_command() local
1676 parser_ctx = in handle_command()
1679 if (!parser_ctx && retry) in handle_command()
1702 bus_configure(&inmsg, parser_ctx); in handle_command()
[all …]