Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/acpi/
A Dacpi_pcc.c65 data->ctx.subspace_id = ctx->subspace_id; in acpi_pcc_address_space_setup()
69 data->pcc_chan = pcc_mbox_request_channel(&data->cl, ctx->subspace_id); in acpi_pcc_address_space_setup()
72 ctx->subspace_id); in acpi_pcc_address_space_setup()
80 ctx->subspace_id); in acpi_pcc_address_space_setup()
88 ctx->subspace_id); in acpi_pcc_address_space_setup()
/linux-6.3-rc2/include/acpi/
A Dpcc.h24 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id);
28 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id) in pcc_mbox_request_channel() argument
A Dactypes.h1114 u8 subspace_id; member
/linux-6.3-rc2/drivers/mailbox/
A Dpcc.c281 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id) in pcc_mbox_request_channel() argument
288 if (subspace_id < 0 || subspace_id >= pcc_chan_count) in pcc_mbox_request_channel()
291 pchan = chan_info + subspace_id; in pcc_mbox_request_channel()
294 pr_err("Channel not found for idx: %d\n", subspace_id); in pcc_mbox_request_channel()
/linux-6.3-rc2/drivers/acpi/acpica/
A Devregion.c172 ctx->subspace_id = (u8)region_obj->region.address; in acpi_ev_address_space_dispatch()

Completed in 12 milliseconds