Searched refs:ddv (Results 1 – 5 of 5) sorted by relevance
1 What: /sys/kernel/debug/dell-wmi-ddv-<wmi_device_name>/fan_sensor_information15 See Documentation/wmi/devices/dell-wmi-ddv.rst for details.17 What: /sys/kernel/debug/dell-wmi-ddv-<wmi_device_name>/thermal_sensor_information34 See Documentation/wmi/devices/dell-wmi-ddv.rst for details.
9 See Documentation/wmi/devices/dell-wmi-ddv.rst for details.
102 cxlflash_assign_ops(struct dev_dependent_vals *ddv) in cxlflash_assign_ops() argument107 if (ddv->flags & CXLFLASH_OCXL_DEV) in cxlflash_assign_ops()112 if (!(ddv->flags & CXLFLASH_OCXL_DEV)) in cxlflash_assign_ops()
857 struct dev_dependent_vals *ddv; in notify_shutdown() local862 ddv = (struct dev_dependent_vals *)cfg->dev_id->driver_data; in notify_shutdown()863 if (!(ddv->flags & CXLFLASH_NOTIFY_SHUTDOWN)) in notify_shutdown()1642 const struct dev_dependent_vals *ddv = (struct dev_dependent_vals *) in read_vpd() local1644 const bool wwpn_vpd_required = ddv->flags & CXLFLASH_WWPN_VPD_REQUIRED; in read_vpd()3650 struct dev_dependent_vals *ddv; in cxlflash_probe() local3659 ddv = (struct dev_dependent_vals *)dev_id->driver_data; in cxlflash_probe()3660 driver_template.max_sectors = ddv->max_sectors; in cxlflash_probe()3688 cfg->ops = cxlflash_assign_ops(ddv); in cxlflash_probe()
6552 F: Documentation/ABI/testing/debugfs-dell-wmi-ddv6553 F: Documentation/ABI/testing/sysfs-platform-dell-wmi-ddv6554 F: Documentation/wmi/devices/dell-wmi-ddv.rst6555 F: drivers/platform/x86/dell/dell-wmi-ddv.c