Lines Matching defs:drv
2357 struct toshiba_acpi_dev *drv = dev_get_drvdata(dev);
2361 exists = (drv->fan_supported) ? true : false;
2363 exists = (drv->kbd_illum_supported) ? true : false;
2365 exists = (drv->kbd_mode == SCI_KBD_MODE_AUTO) ? true : false;
2367 exists = (drv->touchpad_supported) ? true : false;
2369 exists = (drv->usb_sleep_charge_supported) ? true : false;
2371 exists = (drv->usb_sleep_charge_supported) ? true : false;
2373 exists = (drv->usb_rapid_charge_supported) ? true : false;
2375 exists = (drv->usb_sleep_music_supported) ? true : false;
2377 exists = (drv->kbd_function_keys_supported) ? true : false;
2379 exists = (drv->panel_power_on_supported) ? true : false;
2381 exists = (drv->usb_three_supported) ? true : false;
2383 exists = (drv->cooling_method_supported) ? true : false;
3293 .drv.pm = &toshiba_acpi_pm,