Lines Matching refs:tpacpi_pdev

944 static struct platform_device *tpacpi_pdev;  variable
1279 &tpacpi_pdev->dev, in tpacpi_new_rfkill()
2986 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_radio_sw_notify_change()
3008 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_tablet_mode_notify_change()
3024 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_reason_notify_change()
3041 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_hotunplug_complete_notify_change()
3172 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_exit()
3578 &tpacpi_pdev->dev.kobj, in hotkey_init()
3645 &tpacpi_pdev->dev.kobj); in hotkey_init()
3744 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_init()
3745 sysfs_remove_group(&tpacpi_pdev->dev.kobj, in hotkey_init()
4478 sysfs_remove_group(&tpacpi_pdev->dev.kobj, in bluetooth_exit()
4599 res = sysfs_create_group(&tpacpi_pdev->dev.kobj, in bluetooth_init()
4735 sysfs_remove_group(&tpacpi_pdev->dev.kobj, in wan_exit()
4786 res = sysfs_create_group(&tpacpi_pdev->dev.kobj, in wan_init()
5423 rc = led_classdev_register(&tpacpi_pdev->dev, in kbdlight_init()
5615 rc = led_classdev_register(&tpacpi_pdev->dev, in light_init()
5715 res = device_create_file(&tpacpi_pdev->dev, &dev_attr_cmos_command); in cmos_init()
5724 device_remove_file(&tpacpi_pdev->dev, &dev_attr_cmos_command); in cmos_exit()
5978 rc = led_classdev_register(&tpacpi_pdev->dev, in tpacpi_init_led()
7617 rc = snd_card_new(&tpacpi_pdev->dev, in volume_create_alsa_mixer()
9273 err = led_classdev_register(&tpacpi_pdev->dev, &mute_led_cdev[i]); in mute_led_init()
10447 if (tpacpi_pdev) in thinkpad_acpi_module_exit()
10448 platform_device_unregister(tpacpi_pdev); in thinkpad_acpi_module_exit()
10546 tpacpi_pdev = platform_device_register_simple(TPACPI_DRVR_NAME, -1, in thinkpad_acpi_module_init()
10548 if (IS_ERR(tpacpi_pdev)) { in thinkpad_acpi_module_init()
10549 ret = PTR_ERR(tpacpi_pdev); in thinkpad_acpi_module_init()
10550 tpacpi_pdev = NULL; in thinkpad_acpi_module_init()
10589 tpacpi_inputdev->dev.parent = &tpacpi_pdev->dev; in thinkpad_acpi_module_init()