Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/char/
Dtoshiba.c122 static int tosh_emulate_fan(SMMRegisters *regs) in tosh_emulate_fan()
207 int tosh_smm(SMMRegisters *regs) in tosh_smm()
247 SMMRegisters regs; in tosh_ioctl()
248 SMMRegisters __user *argp = (SMMRegisters __user *)arg; in tosh_ioctl()
255 if (copy_from_user(&regs, argp, sizeof(SMMRegisters))) in tosh_ioctl()
282 if (copy_to_user(argp, &regs, sizeof(SMMRegisters))) in tosh_ioctl()
350 SMMRegisters regs; in tosh_get_machine_id()
407 SMMRegisters regs; in tosh_probe()
/Linux-v5.10/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-v5.10/include/linux/
Dtoshiba.h14 int tosh_smm(SMMRegisters *regs);
/Linux-v5.10/drivers/platform/x86/
Dtoshiba_acpi.c2490 static int toshiba_acpi_smm_bridge(SMMRegisters *regs) in toshiba_acpi_smm_bridge()
2517 SMMRegisters __user *argp = (SMMRegisters __user *)arg; in toshiba_acpi_ioctl()
2518 SMMRegisters regs; in toshiba_acpi_ioctl()
2526 if (copy_from_user(&regs, argp, sizeof(SMMRegisters))) in toshiba_acpi_ioctl()
2531 if (copy_to_user(argp, &regs, sizeof(SMMRegisters))) in toshiba_acpi_ioctl()
2535 if (copy_from_user(&regs, argp, sizeof(SMMRegisters))) in toshiba_acpi_ioctl()
2546 if (copy_to_user(argp, &regs, sizeof(SMMRegisters))) in toshiba_acpi_ioctl()
/Linux-v5.10/drivers/video/fbdev/
Dneofb.c1293 SMMRegisters regs; in neofb_blank()
1334 SMMRegisters regs; in neofb_blank()