Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/hp/hp-bioscfg/
Dbiosattr-interface.c123 struct bios_return *bios_return; in hp_wmi_perform_query() local
159 obj->buffer.length < sizeof(*bios_return)) { in hp_wmi_perform_query()
165 bios_return = (struct bios_return *)obj->buffer.pointer; in hp_wmi_perform_query()
166 ret = bios_return->return_code; in hp_wmi_perform_query()
177 actual_outsize = min_t(u32, outsize, obj->buffer.length - sizeof(*bios_return)); in hp_wmi_perform_query()
178 memcpy_and_pad(buffer, outsize, obj->buffer.pointer + sizeof(*bios_return), in hp_wmi_perform_query()
Dbioscfg.h88 struct bios_return { struct
/linux-6.12.1/drivers/platform/x86/dell/
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()
/linux-6.12.1/drivers/platform/x86/hp/
Dhp-wmi.c170 struct bios_return { struct
348 struct bios_return *bios_return; in hp_wmi_perform_query() local
390 bios_return = (struct bios_return *)obj->buffer.pointer; in hp_wmi_perform_query()
391 ret = bios_return->return_code; in hp_wmi_perform_query()
404 actual_outsize = min(outsize, (int)(obj->buffer.length - sizeof(*bios_return))); in hp_wmi_perform_query()
405 memcpy(buffer, obj->buffer.pointer + sizeof(*bios_return), actual_outsize); in hp_wmi_perform_query()