Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/hwmon/
H A Docc.rst141 The following "extn" sensors are exported as a way for the OCC to provide data
145 extn[1-n]_label
147 extn[1-n]_flags
151 extn[1-n]_input
/openbmc/linux/drivers/hwmon/occ/
H A Dcommon.c715 struct extended_sensor *extn; in occ_show_extended() local
724 extn = ((struct extended_sensor *)sensors->extended.data) + in occ_show_extended()
729 if (extn->flags & EXTN_FLAG_SENSOR_ID) { in occ_show_extended()
731 get_unaligned_be32(&extn->sensor_id)); in occ_show_extended()
733 rc = sysfs_emit(buf, "%4phN\n", extn->name); in occ_show_extended()
737 rc = sysfs_emit(buf, "%02x\n", extn->flags); in occ_show_extended()
740 rc = sysfs_emit(buf, "%6phN\n", extn->data); in occ_show_extended()
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp663 fs::path extn = fname.extension(); in loadProviders() local
664 if (extn == ipmiPluginExtn) in loadProviders()