Lines Matching refs:tpacpi_pdev

939 static struct platform_device *tpacpi_pdev;  variable
1178 &tpacpi_pdev->dev, in tpacpi_new_rfkill()
2840 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_radio_sw_notify_change()
2862 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_tablet_mode_notify_change()
2878 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_reason_notify_change()
2895 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_hotunplug_complete_notify_change()
5299 rc = led_classdev_register(&tpacpi_pdev->dev, in kbdlight_init()
5486 rc = led_classdev_register(&tpacpi_pdev->dev, in light_init()
5848 return led_classdev_register(&tpacpi_pdev->dev, &tpacpi_leds[led].led_classdev); in tpacpi_init_led()
7506 rc = snd_card_new(&tpacpi_pdev->dev, in volume_create_alsa_mixer()
9290 err = led_classdev_register(&tpacpi_pdev->dev, &mute_led_cdev[i]); in mute_led_init()
9977 lcdshadow_dev = drm_privacy_screen_register(&tpacpi_pdev->dev, in tpacpi_lcdshadow_init()
10121 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, "dytc_lapmode"); in lapsensor_refresh()
10137 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, "palmsensor"); in palmsensor_refresh()
10723 dev_err(&tpacpi_pdev->dev, "Unknown Keyboard language. Ignoring\n"); in keyboard_lang_store()
10730 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, "keyboard_lang"); in keyboard_lang_store()
11645 if (tpacpi_pdev) in thinkpad_acpi_module_exit()
11646 platform_device_unregister(tpacpi_pdev); in thinkpad_acpi_module_exit()
11722 tpacpi_pdev = platform_device_register_simple(TPACPI_DRVR_NAME, PLATFORM_DEVID_NONE, in thinkpad_acpi_module_init()
11724 if (IS_ERR(tpacpi_pdev)) { in thinkpad_acpi_module_init()
11725 ret = PTR_ERR(tpacpi_pdev); in thinkpad_acpi_module_init()
11726 tpacpi_pdev = NULL; in thinkpad_acpi_module_init()
11755 tpacpi_inputdev->dev.parent = &tpacpi_pdev->dev; in thinkpad_acpi_module_init()