bios_return 53 drivers/platform/x86/dell-wmi-led.c struct bios_args *bios_return; bios_return 84 drivers/platform/x86/dell-wmi-led.c bios_return = ((struct bios_args *)obj->buffer.pointer); bios_return 85 drivers/platform/x86/dell-wmi-led.c return_code = bios_return->result_code; bios_return 211 drivers/platform/x86/hp-wmi.c struct bios_return *bios_return; bios_return 245 drivers/platform/x86/hp-wmi.c bios_return = (struct bios_return *)obj->buffer.pointer; bios_return 246 drivers/platform/x86/hp-wmi.c ret = bios_return->return_code; bios_return 258 drivers/platform/x86/hp-wmi.c actual_outsize = min(outsize, (int)(obj->buffer.length - sizeof(*bios_return))); bios_return 259 drivers/platform/x86/hp-wmi.c memcpy(buffer, obj->buffer.pointer + sizeof(*bios_return), actual_outsize);