Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/char/
H A 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtoshiba.h45 } SMMRegisters; typedef
51 #define TOSH_SMM _IOWR('t', 0x90, SMMRegisters)
61 #define TOSHIBA_ACPI_SCI _IOWR('t', 0x91, SMMRegisters)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtoshiba.h45 } SMMRegisters; typedef
51 #define TOSH_SMM _IOWR('t', 0x90, SMMRegisters)
61 #define TOSHIBA_ACPI_SCI _IOWR('t', 0x91, SMMRegisters)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtoshiba.h45 } SMMRegisters; typedef
51 #define TOSH_SMM _IOWR('t', 0x90, SMMRegisters)
61 #define TOSHIBA_ACPI_SCI _IOWR('t', 0x91, SMMRegisters)
/OK3568_Linux_fs/kernel/include/linux/
H A Dtoshiba.h14 int tosh_smm(SMMRegisters *regs);
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A 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()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dneofb.c1293 SMMRegisters regs; in neofb_blank()
1334 SMMRegisters regs; in neofb_blank()