Lines Matching +full:user +full:- +full:selectable
1 // SPDX-License-Identifier: GPL-2.0-only
8 * Copyright (C) 2005-2014 Dell Inc.
25 #include "dell-smbios.h"
47 /* Derived from smbios-thermal-ctl
51 * User Selectable Thermal Tables(USTT)
54 * cbRES1 Standard return codes (0, -1, -2)
140 return -ENXIO; in thermal_get_mode()
196 return -EOPNOTSUPP; in thermal_platform_profile_set()
223 return -EINVAL; in thermal_platform_profile_get()
255 return -ENODEV; in dell_pc_faux_probe()
261 ppdev = devm_platform_profile_register(&fdev->dev, "dell-pc", NULL, in dell_pc_faux_probe()
274 return -ENODEV; in dell_init()
276 dell_pc_fdev = faux_device_create("dell-pc", NULL, &dell_pc_faux_ops); in dell_init()
278 return -ENODEV; in dell_init()