Lines Matching refs:tpacpi_pdev

922 static struct platform_device *tpacpi_pdev;  variable
1258 &tpacpi_pdev->dev, in tpacpi_new_rfkill()
2866 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_radio_sw_notify_change()
2888 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_tablet_mode_notify_change()
2904 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_reason_notify_change()
2921 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_hotunplug_complete_notify_change()
3051 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_exit()
3329 res = sysfs_create_group(&tpacpi_pdev->dev.kobj, in hotkey_init()
3440 &tpacpi_pdev->dev.kobj); in hotkey_init()
3545 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_init()
3546 sysfs_remove_group(&tpacpi_pdev->dev.kobj, in hotkey_init()
4240 sysfs_remove_group(&tpacpi_pdev->dev.kobj, in bluetooth_exit()
4293 res = sysfs_create_group(&tpacpi_pdev->dev.kobj, in bluetooth_init()
4429 sysfs_remove_group(&tpacpi_pdev->dev.kobj, in wan_exit()
4480 res = sysfs_create_group(&tpacpi_pdev->dev.kobj, in wan_init()
5090 rc = led_classdev_register(&tpacpi_pdev->dev, in light_init()
5191 res = device_create_file(&tpacpi_pdev->dev, &dev_attr_cmos_command); in cmos_init()
5200 device_remove_file(&tpacpi_pdev->dev, &dev_attr_cmos_command); in cmos_exit()
5468 rc = led_classdev_register(&tpacpi_pdev->dev, in tpacpi_init_led()
7125 rc = snd_card_new(&tpacpi_pdev->dev, in volume_create_alsa_mixer()
9399 if (tpacpi_pdev) in thinkpad_acpi_module_exit()
9400 platform_device_unregister(tpacpi_pdev); in thinkpad_acpi_module_exit()
9498 tpacpi_pdev = platform_device_register_simple(TPACPI_DRVR_NAME, -1, in thinkpad_acpi_module_init()
9500 if (IS_ERR(tpacpi_pdev)) { in thinkpad_acpi_module_init()
9501 ret = PTR_ERR(tpacpi_pdev); in thinkpad_acpi_module_init()
9502 tpacpi_pdev = NULL; in thinkpad_acpi_module_init()
9545 tpacpi_inputdev->dev.parent = &tpacpi_pdev->dev; in thinkpad_acpi_module_init()