Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dacpi_pcc.c64 data->ctx.subspace_id = ctx->subspace_id; in acpi_pcc_address_space_setup()
68 data->pcc_chan = pcc_mbox_request_channel(&data->cl, ctx->subspace_id); in acpi_pcc_address_space_setup()
71 ctx->subspace_id); in acpi_pcc_address_space_setup()
79 ctx->subspace_id); in acpi_pcc_address_space_setup()
/linux/drivers/mailbox/
H A Dpcc.c361 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id) in pcc_mbox_request_channel() argument
368 if (subspace_id < 0 || subspace_id >= pcc_chan_count) in pcc_mbox_request_channel()
371 pchan = chan_info + subspace_id; in pcc_mbox_request_channel()
374 pr_err("Channel not found for idx: %d\n", subspace_id); in pcc_mbox_request_channel()
/linux/include/acpi/
H A Dactypes.h1113 u8 subspace_id; member