dmi_find_device (9) Linux Manual Page
dmi_find_device – find onboard device by type/name Synopsis const struct dmi_device *dmi_find_device(int type, const char *name, const struct dmi_device *from); Arguments type device type or DMI_DEV_TYPE_ANY to match all device types name device name string or NULL to match all from previous device found in search, or NULL for new search. Description Iterates through the…
