Searched refs:bios_return (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | biosattr-interface.c | 123 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()
|
H A D | bioscfg.h | 88 struct bios_return { struct
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | dell-wmi-led.c | 53 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()
|
H A D | hp-wmi.c | 104 struct bios_return { struct 218 struct bios_return *bios_return; in hp_wmi_perform_query() local 252 bios_return = (struct bios_return *)obj->buffer.pointer; in hp_wmi_perform_query() 253 ret = bios_return->return_code; in hp_wmi_perform_query() 266 actual_outsize = min(outsize, (int)(obj->buffer.length - sizeof(*bios_return))); in hp_wmi_perform_query() 267 memcpy(buffer, obj->buffer.pointer + sizeof(*bios_return), actual_outsize); in hp_wmi_perform_query()
|
/kernel/linux/linux-6.6/drivers/platform/x86/dell/ |
H A D | dell-wmi-led.c | 53 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()
|
/kernel/linux/linux-6.6/drivers/platform/x86/hp/ |
H A D | hp-wmi.c | 153 struct bios_return { struct 317 struct bios_return *bios_return; in hp_wmi_perform_query() local 359 bios_return = (struct bios_return *)obj->buffer.pointer; in hp_wmi_perform_query() 360 ret = bios_return->return_code; in hp_wmi_perform_query() 373 actual_outsize = min(outsize, (int)(obj->buffer.length - sizeof(*bios_return))); in hp_wmi_perform_query() 374 memcpy(buffer, obj->buffer.pointer + sizeof(*bios_return), actual_outsize); in hp_wmi_perform_query()
|
Completed in 10 milliseconds