Home
last modified time | relevance | path

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

/linux/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
/linux/drivers/mailbox/
A Dpcc.c279 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id) in pcc_mbox_request_channel() argument
286 if (subspace_id < 0 || subspace_id >= pcc_chan_count) in pcc_mbox_request_channel()
289 pchan = chan_info + subspace_id; in pcc_mbox_request_channel()
292 dev_err(dev, "Channel not found for idx: %d\n", subspace_id); in pcc_mbox_request_channel()

Completed in 6 milliseconds