Lines Matching refs:tpacpi_pdev
923 static struct platform_device *tpacpi_pdev; variable
1259 &tpacpi_pdev->dev, in tpacpi_new_rfkill()
2867 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_radio_sw_notify_change()
2889 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_tablet_mode_notify_change()
2905 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_reason_notify_change()
2922 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_hotunplug_complete_notify_change()
3052 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_exit()
3330 res = sysfs_create_group(&tpacpi_pdev->dev.kobj, in hotkey_init()
3441 &tpacpi_pdev->dev.kobj); in hotkey_init()
3546 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_init()
3547 sysfs_remove_group(&tpacpi_pdev->dev.kobj, in hotkey_init()
4241 sysfs_remove_group(&tpacpi_pdev->dev.kobj, in bluetooth_exit()
4294 res = sysfs_create_group(&tpacpi_pdev->dev.kobj, in bluetooth_init()
4430 sysfs_remove_group(&tpacpi_pdev->dev.kobj, in wan_exit()
4481 res = sysfs_create_group(&tpacpi_pdev->dev.kobj, in wan_init()
5091 rc = led_classdev_register(&tpacpi_pdev->dev, in light_init()
5192 res = device_create_file(&tpacpi_pdev->dev, &dev_attr_cmos_command); in cmos_init()
5201 device_remove_file(&tpacpi_pdev->dev, &dev_attr_cmos_command); in cmos_exit()
5469 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()