Searched refs:privacy_types (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/platform/x86/dell/ |
H A D | dell-wmi-privacy.c | 51 static const char * const privacy_types[DELL_PRIVACY_TYPE_MAX] = { variable 148 len += sysfs_emit_at(buf, len, "[%s] [supported]\n", privacy_types[type]); in dell_privacy_supported_type_show() 150 len += sysfs_emit_at(buf, len, "[%s] [unsupported]\n", privacy_types[type]); in dell_privacy_supported_type_show() 169 len += sysfs_emit_at(buf, len, "[%s] [unmuted]\n", privacy_types[type]); in dell_privacy_current_state_show() 171 len += sysfs_emit_at(buf, len, "[%s] [muted]\n", privacy_types[type]); in dell_privacy_current_state_show()
|