Home
last modified time | relevance | path

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

/linux/drivers/char/
H A 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/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)
/linux/include/linux/
H A Dtoshiba.h14 int tosh_smm(SMMRegisters *regs);
/linux/drivers/video/fbdev/
H A Dneofb.c1294 SMMRegisters regs; in neofb_blank()
1335 SMMRegisters regs; in neofb_blank()