Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/
Dtoshiba.c124 static int tosh_emulate_fan(SMMRegisters *regs) in tosh_emulate_fan()
209 int tosh_smm(SMMRegisters *regs) in tosh_smm()
249 SMMRegisters regs; in tosh_ioctl()
250 SMMRegisters __user *argp = (SMMRegisters __user *)arg; in tosh_ioctl()
257 if (copy_from_user(&regs, argp, sizeof(SMMRegisters))) in tosh_ioctl()
284 if (copy_to_user(argp, &regs, sizeof(SMMRegisters))) in tosh_ioctl()
352 SMMRegisters regs; in tosh_get_machine_id()
409 SMMRegisters regs; in tosh_probe()
/Linux-v5.4/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.4/include/linux/
Dtoshiba.h14 int tosh_smm(SMMRegisters *regs);
/Linux-v5.4/drivers/platform/x86/
Dtoshiba_acpi.c2501 static int toshiba_acpi_smm_bridge(SMMRegisters *regs) in toshiba_acpi_smm_bridge()
2528 SMMRegisters __user *argp = (SMMRegisters __user *)arg; in toshiba_acpi_ioctl()
2529 SMMRegisters regs; in toshiba_acpi_ioctl()
2537 if (copy_from_user(&regs, argp, sizeof(SMMRegisters))) in toshiba_acpi_ioctl()
2542 if (copy_to_user(argp, &regs, sizeof(SMMRegisters))) in toshiba_acpi_ioctl()
2546 if (copy_from_user(&regs, argp, sizeof(SMMRegisters))) in toshiba_acpi_ioctl()
2557 if (copy_to_user(argp, &regs, sizeof(SMMRegisters))) in toshiba_acpi_ioctl()
/Linux-v5.4/drivers/video/fbdev/
Dneofb.c1294 SMMRegisters regs; in neofb_blank()
1335 SMMRegisters regs; in neofb_blank()