Home
last modified time | relevance | path

Searched refs:pf_device (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/platform/x86/
H A Dlg-laptop.c87 static struct platform_device *pf_device; variable
774 if (pf_device) in acpi_add()
792 pf_device = platform_device_register_full(&pdev_info); in acpi_add()
793 if (IS_ERR(pf_device)) { in acpi_add()
794 ret = PTR_ERR(pf_device); in acpi_add()
795 pf_device = NULL; in acpi_add()
853 led_classdev_register(&pf_device->dev, &kbd_backlight); in acpi_add()
854 led_classdev_register(&pf_device->dev, &tpad_led); in acpi_add()
862 platform_device_unregister(pf_device); in acpi_add()
877 platform_device_unregister(pf_device); in acpi_remove()
[all …]
H A Dfujitsu-laptop.c139 struct platform_device *pf_device; member
681 priv->pf_device = platform_device_alloc("fujitsu-laptop", PLATFORM_DEVID_NONE); in fujitsu_laptop_platform_add()
682 if (!priv->pf_device) in fujitsu_laptop_platform_add()
685 platform_set_drvdata(priv->pf_device, priv); in fujitsu_laptop_platform_add()
687 ret = platform_device_add(priv->pf_device); in fujitsu_laptop_platform_add()
691 ret = sysfs_create_group(&priv->pf_device->dev.kobj, in fujitsu_laptop_platform_add()
699 platform_device_del(priv->pf_device); in fujitsu_laptop_platform_add()
701 platform_device_put(priv->pf_device); in fujitsu_laptop_platform_add()
710 sysfs_remove_group(&priv->pf_device->dev.kobj, in fujitsu_laptop_platform_remove()
712 platform_device_unregister(priv->pf_device); in fujitsu_laptop_platform_remove()
H A Dsony-laptop.c1292 struct platform_device *pf_device) in sony_nc_function_setup() argument
1322 result = sony_nc_touchpad_setup(pf_device, handle); in sony_nc_function_setup()
1337 result = sony_nc_lid_resume_setup(pf_device, handle); in sony_nc_function_setup()
1343 result = sony_nc_thermal_setup(pf_device); in sony_nc_function_setup()
1351 result = sony_nc_gfx_switch_setup(pf_device, handle); in sony_nc_function_setup()
1357 result = sony_nc_highspeed_charging_setup(pf_device); in sony_nc_function_setup()
1381 result = sony_nc_lowbatt_setup(pf_device); in sony_nc_function_setup()
1387 result = sony_nc_fanspeed_setup(pf_device); in sony_nc_function_setup()
1393 result = sony_nc_usb_charge_setup(pf_device); in sony_nc_function_setup()
1399 result = sony_nc_panelid_setup(pf_device); in sony_nc_function_setup()
[all …]