Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/
H A Dqemu_fw_cfg.c577 static struct kobject *fw_cfg_sel_ko; variable
607 fw_cfg_sel_ko, "%d", entry->select); in fw_cfg_register_file()
685 if (fw_cfg_sel_ko) in fw_cfg_sysfs_probe()
690 fw_cfg_sel_ko = kobject_create_and_add("by_key", fw_cfg_top_ko); in fw_cfg_sysfs_probe()
691 if (!fw_cfg_sel_ko) in fw_cfg_sysfs_probe()
729 fw_cfg_kobj_cleanup(fw_cfg_sel_ko); in fw_cfg_sysfs_probe()
741 fw_cfg_kobj_cleanup(fw_cfg_sel_ko); in fw_cfg_sysfs_remove()