Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/intel_speed_select_if/
Disst_if_mbox_pci.c36 static int isst_if_mbox_cmd(struct pci_dev *pdev, in isst_if_mbox_cmd() function
37 struct isst_if_mbox_cmd *mbox_cmd) in isst_if_mbox_cmd()
107 struct isst_if_mbox_cmd *mbox_cmd; in isst_if_mbox_proc_cmd()
112 mbox_cmd = (struct isst_if_mbox_cmd *)cmd_ptr; in isst_if_mbox_proc_cmd()
133 ret = isst_if_mbox_cmd(pdev, mbox_cmd); in isst_if_mbox_proc_cmd()
174 cb.cmd_size = sizeof(struct isst_if_mbox_cmd); in isst_if_mbox_probe()
Disst_if_common.h64 bool isst_if_mbox_cmd_set_req(struct isst_if_mbox_cmd *mbox_cmd);
65 bool isst_if_mbox_cmd_invalid(struct isst_if_mbox_cmd *cmd);
Disst_if_mbox_msr.c91 struct isst_if_mbox_cmd *mbox_cmd;
111 action.mbox_cmd = (struct isst_if_mbox_cmd *)cmd_ptr; in isst_if_mbox_proc_cmd()
192 cb.cmd_size = sizeof(struct isst_if_mbox_cmd); in isst_if_mbox_init()
Disst_if_common.c152 struct isst_if_mbox_cmd mbox_cmd; in isst_mbox_resume_command()
218 bool isst_if_mbox_cmd_invalid(struct isst_if_mbox_cmd *cmd) in isst_if_mbox_cmd_invalid()
245 bool isst_if_mbox_cmd_set_req(struct isst_if_mbox_cmd *cmd) in isst_if_mbox_cmd_set_req()
/Linux-v5.4/include/uapi/linux/
Disst_if.h110 struct isst_if_mbox_cmd { struct
132 struct isst_if_mbox_cmd mbox_cmd[1]; argument