Lines Matching refs:tpacpi_pdev
953 static struct platform_device *tpacpi_pdev; variable
1192 &tpacpi_pdev->dev, in tpacpi_new_rfkill()
2851 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_radio_sw_notify_change()
2873 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_tablet_mode_notify_change()
2889 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_reason_notify_change()
2906 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_hotunplug_complete_notify_change()
5422 rc = led_classdev_register(&tpacpi_pdev->dev, in kbdlight_init()
5608 rc = led_classdev_register(&tpacpi_pdev->dev, in light_init()
5970 return led_classdev_register(&tpacpi_pdev->dev, &tpacpi_leds[led].led_classdev); in tpacpi_init_led()
7624 rc = snd_card_new(&tpacpi_pdev->dev, in volume_create_alsa_mixer()
9338 err = led_classdev_register(&tpacpi_pdev->dev, &mute_led_cdev[i]); in mute_led_init()
10024 lcdshadow_dev = drm_privacy_screen_register(&tpacpi_pdev->dev, in tpacpi_lcdshadow_init()
10168 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, "dytc_lapmode"); in lapsensor_refresh()
10184 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, "palmsensor"); in palmsensor_refresh()
10744 dev_err(&tpacpi_pdev->dev, "Unknown Keyboard language. Ignoring\n"); in keyboard_lang_store()
10751 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, "keyboard_lang"); in keyboard_lang_store()
11667 if (tpacpi_pdev) in thinkpad_acpi_module_exit()
11668 platform_device_unregister(tpacpi_pdev); in thinkpad_acpi_module_exit()
11728 tpacpi_pdev = platform_device_register_simple(TPACPI_DRVR_NAME, PLATFORM_DEVID_NONE, in thinkpad_acpi_module_init()
11730 if (IS_ERR(tpacpi_pdev)) { in thinkpad_acpi_module_init()
11731 ret = PTR_ERR(tpacpi_pdev); in thinkpad_acpi_module_init()
11732 tpacpi_pdev = NULL; in thinkpad_acpi_module_init()
11761 tpacpi_inputdev->dev.parent = &tpacpi_pdev->dev; in thinkpad_acpi_module_init()