Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/char/
Dtoshiba.c121 static int tosh_emulate_fan(SMMRegisters *regs) in tosh_emulate_fan()
206 int tosh_smm(SMMRegisters *regs) in tosh_smm()
246 SMMRegisters regs; in tosh_ioctl()
247 SMMRegisters __user *argp = (SMMRegisters __user *)arg; in tosh_ioctl()
254 if (copy_from_user(&regs, argp, sizeof(SMMRegisters))) in tosh_ioctl()
281 if (copy_to_user(argp, &regs, sizeof(SMMRegisters))) in tosh_ioctl()
349 SMMRegisters regs; in tosh_get_machine_id()
406 SMMRegisters regs; in tosh_probe()
/Linux-v6.6/include/uapi/linux/
Dtoshiba.h45 } SMMRegisters; typedef
51 #define TOSH_SMM _IOWR('t', 0x90, SMMRegisters)
61 #define TOSHIBA_ACPI_SCI _IOWR('t', 0x91, SMMRegisters)
/Linux-v6.6/include/linux/
Dtoshiba.h14 int tosh_smm(SMMRegisters *regs);
/Linux-v6.6/drivers/platform/x86/
Dtoshiba_acpi.c2586 static int toshiba_acpi_smm_bridge(SMMRegisters *regs) in toshiba_acpi_smm_bridge()
2613 SMMRegisters __user *argp = (SMMRegisters __user *)arg; in toshiba_acpi_ioctl()
2614 SMMRegisters regs; in toshiba_acpi_ioctl()
2622 if (copy_from_user(&regs, argp, sizeof(SMMRegisters))) in toshiba_acpi_ioctl()
2627 if (copy_to_user(argp, &regs, sizeof(SMMRegisters))) in toshiba_acpi_ioctl()
2631 if (copy_from_user(&regs, argp, sizeof(SMMRegisters))) in toshiba_acpi_ioctl()
2642 if (copy_to_user(argp, &regs, sizeof(SMMRegisters))) in toshiba_acpi_ioctl()
/Linux-v6.6/drivers/video/fbdev/
Dneofb.c1294 SMMRegisters regs; in neofb_blank()
1335 SMMRegisters regs; in neofb_blank()