Home
last modified time | relevance | path

Searched defs:bios_args (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-wmi-led.c40 struct bios_args { struct
53 struct bios_args *bios_return; in dell_led_perform_fn() argument
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c17 struct bios_args { struct
18 u32 signature;
19 u32 command;
20 u32 commandtype;
21 u32 datasize;
22 u8 data[];
/openbmc/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c108 struct bios_args { struct
109 u32 signature;
110 u32 command;
111 u32 commandtype;
112 u32 datasize;
113 u8 data[];
/openbmc/linux/drivers/platform/x86/
H A Dasus-wmi.c144 struct bios_args { struct
145 u32 arg0;
146 u32 arg1;
147 u32 arg2; /* At least TUF Gaming series uses 3 dword input buffer. */
148 u32 arg3;
149 u32 arg4; /* Some ROG laptops require a full 5 input args */
150 u32 arg5;