Searched refs:subspace_id (Results 1 – 3 of 3) sorted by relevance
64 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()81 ctx->subspace_id); in acpi_pcc_address_space_setup()
281 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id) in pcc_mbox_request_channel() argument288 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()
172 ctx->subspace_id = (u8)region_obj->region.address; in acpi_ev_address_space_dispatch()