Searched refs:fw_attr_class (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/platform/x86/
H A Dfirmware_attributes_class.h8 int fw_attributes_class_get(const struct class **fw_attr_class);
H A Dfirmware_attributes_class.c17 int fw_attributes_class_get(const struct class **fw_attr_class) argument
30 *fw_attr_class = &firmware_attributes_class;
H A Dthink-lmi.c198 static const struct class *fw_attr_class; variable in typeref:struct:class
1371 ret = fw_attributes_class_get(&fw_attr_class);
1375 tlmi_priv.class_dev = device_create(fw_attr_class, NULL, MKDEV(0, 0),
1488 device_destroy(fw_attr_class, MKDEV(0, 0));
1711 device_destroy(fw_attr_class, MKDEV(0, 0));
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c27 static const struct class *fw_attr_class; variable in typeref:struct:class
975 ret = fw_attributes_class_get(&fw_attr_class);
979 bioscfg_drv.class_dev = device_create(fw_attr_class, NULL, MKDEV(0, 0),
1046 device_destroy(fw_attr_class, MKDEV(0, 0));
1058 device_destroy(fw_attr_class, MKDEV(0, 0));
/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c28 static const struct class *fw_attr_class; variable in typeref:struct:class
543 ret = fw_attributes_class_get(&fw_attr_class);
547 wmi_priv.class_dev = device_create(fw_attr_class, NULL, MKDEV(0, 0),
604 device_destroy(fw_attr_class, MKDEV(0, 0));
621 device_destroy(fw_attr_class, MKDEV(0, 0));

Completed in 144 milliseconds