Lines Matching refs:tpacpi_pdev
954 static struct platform_device *tpacpi_pdev; variable
1289 &tpacpi_pdev->dev, in tpacpi_new_rfkill()
2996 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_radio_sw_notify_change()
3018 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_tablet_mode_notify_change()
3034 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_reason_notify_change()
3051 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_hotunplug_complete_notify_change()
3182 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_exit()
3588 &tpacpi_pdev->dev.kobj, in hotkey_init()
3655 &tpacpi_pdev->dev.kobj); in hotkey_init()
3757 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_init()
3758 sysfs_remove_group(&tpacpi_pdev->dev.kobj, in hotkey_init()
4491 sysfs_remove_group(&tpacpi_pdev->dev.kobj, in bluetooth_exit()
4544 res = sysfs_create_group(&tpacpi_pdev->dev.kobj, in bluetooth_init()
4680 sysfs_remove_group(&tpacpi_pdev->dev.kobj, in wan_exit()
4731 res = sysfs_create_group(&tpacpi_pdev->dev.kobj, in wan_init()
5368 rc = led_classdev_register(&tpacpi_pdev->dev, in kbdlight_init()
5560 rc = led_classdev_register(&tpacpi_pdev->dev, in light_init()
5660 res = device_create_file(&tpacpi_pdev->dev, &dev_attr_cmos_command); in cmos_init()
5669 device_remove_file(&tpacpi_pdev->dev, &dev_attr_cmos_command); in cmos_exit()
5923 rc = led_classdev_register(&tpacpi_pdev->dev, in tpacpi_init_led()
7565 rc = snd_card_new(&tpacpi_pdev->dev, in volume_create_alsa_mixer()
10238 if (tpacpi_pdev) in thinkpad_acpi_module_exit()
10239 platform_device_unregister(tpacpi_pdev); in thinkpad_acpi_module_exit()
10337 tpacpi_pdev = platform_device_register_simple(TPACPI_DRVR_NAME, -1, in thinkpad_acpi_module_init()
10339 if (IS_ERR(tpacpi_pdev)) { in thinkpad_acpi_module_init()
10340 ret = PTR_ERR(tpacpi_pdev); in thinkpad_acpi_module_init()
10341 tpacpi_pdev = NULL; in thinkpad_acpi_module_init()
10380 tpacpi_inputdev->dev.parent = &tpacpi_pdev->dev; in thinkpad_acpi_module_init()