Searched refs:action_table (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/power/acpi/tools/acpidump/
H A Dapmain.c44 struct ap_dump_action action_table[AP_MAX_ACTIONS]; variable in typeref:struct:ap_dump_action
104 action_table[current_action].argument = argument;
105 action_table[current_action].to_be_done = to_be_done;
316 action = &action_table[i];
/linux-master/drivers/acpi/apei/
H A Dapei-internal.h33 struct acpi_whea_header *action_table; member in struct:apei_exec_context
40 struct acpi_whea_header *action_table,
H A Dapei-base.c47 struct acpi_whea_header *action_table,
52 ctx->action_table = action_table;
164 entry = &ctx->action_table[i];
206 entry = ctx->action_table + i;
44 apei_exec_ctx_init(struct apei_exec_context *ctx, struct apei_exec_ins_type *ins_table, u32 instructions, struct acpi_whea_header *action_table, u32 entries) argument
/linux-master/drivers/misc/altera-stapl/
H A Daltera.c216 u32 action_table = 0L; local
272 action_table = get_unaligned_be32(&p[4]);
438 name_id = get_unaligned_be32(&p[action_table +
446 get_unaligned_be32(&p[action_table +
2299 u32 action_table = 0L; local
2319 action_table = get_unaligned_be32(&p[4]);
2329 act_name_id = get_unaligned_be32(&p[action_table + (12 * index)]);
2330 act_desc_id = get_unaligned_be32(&p[action_table + (12 * index) + 4]);
2331 act_proc_id = get_unaligned_be32(&p[action_table + (12 * index) + 8]);
/linux-master/drivers/net/ethernet/mscc/
H A Dvsc7514_regs.c646 .action_table = {
658 .action_table = {
670 .action_table = {
H A Docelot_vcap.c212 width = vcap->action_table[i].width;
213 num_subwords_per_action = vcap->action_table[i].count;
/linux-master/drivers/net/dsa/ocelot/
H A Dseville_vsc9953.c741 .action_table = {
753 .action_table = {
765 .action_table = {
H A Dfelix_vsc9959.c818 .action_table = {
830 .action_table = {
842 .action_table = {
/linux-master/include/soc/mscc/
H A Docelot_vcap.h52 } action_table[2]; member in struct:vcap_props

Completed in 204 milliseconds