Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/platform/x86/
Dhp-wmi.c88 struct bios_return { struct
199 struct bios_return *bios_return; in hp_wmi_perform_query() local
227 bios_return = (struct bios_return *)obj->buffer.pointer; in hp_wmi_perform_query()
229 if (bios_return->return_code) { in hp_wmi_perform_query()
230 if (bios_return->return_code != HPWMI_RET_UNKNOWN_CMDTYPE) in hp_wmi_perform_query()
233 query, bios_return->return_code); in hp_wmi_perform_query()
235 return bios_return->return_code; in hp_wmi_perform_query()
244 actual_outsize = min(outsize, (int)(obj->buffer.length - sizeof(*bios_return))); in hp_wmi_perform_query()
245 memcpy(buffer, obj->buffer.pointer + sizeof(*bios_return), actual_outsize); in hp_wmi_perform_query()
/linux-2.6.39/drivers/leds/
Ddell-led.c57 struct bios_args *bios_return; in dell_led_perform_fn() local
93 bios_return = ((struct bios_args *)obj->buffer.pointer); in dell_led_perform_fn()
94 return_code = bios_return->result_code; in dell_led_perform_fn()