Home
last modified time | relevance | path

Searched refs:bios_return (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/platform/x86/
Ddell-wmi-led.c53 struct bios_args *bios_return; in dell_led_perform_fn() local
84 bios_return = ((struct bios_args *)obj->buffer.pointer); in dell_led_perform_fn()
85 return_code = bios_return->result_code; in dell_led_perform_fn()
Dhp-wmi.c98 struct bios_return { struct
212 struct bios_return *bios_return; in hp_wmi_perform_query() local
246 bios_return = (struct bios_return *)obj->buffer.pointer; in hp_wmi_perform_query()
247 ret = bios_return->return_code; in hp_wmi_perform_query()
259 actual_outsize = min(outsize, (int)(obj->buffer.length - sizeof(*bios_return))); in hp_wmi_perform_query()
260 memcpy(buffer, obj->buffer.pointer + sizeof(*bios_return), actual_outsize); in hp_wmi_perform_query()