Searched refs:bios_return (Results 1 – 4 of 4) sorted by relevance
123 struct bios_return *bios_return; in hp_wmi_perform_query() local159 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()
89 struct bios_return { struct
53 struct bios_args *bios_return; in dell_led_perform_fn() local84 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()
378 struct bios_return {583 struct bios_return *bios_return; in hp_wmi_perform_query() 625 bios_return = (struct bios_return *)obj->buffer.pointer; in hp_wmi_perform_query() 626 ret = bios_return->return_code; in hp_wmi_perform_query() 639 actual_outsize = min(outsize, (int)(obj->buffer.length - sizeof(*bios_return)));640 memcpy(buffer, obj->buffer.pointer + sizeof(*bios_return), actual_outsize);366 struct bios_return { global() struct 367 sigpassbios_return global() argument 368 return_codebios_return global() argument 571 struct bios_return *bios_return; hp_wmi_perform_query() local