Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0002-ldb-Add-configure-options-for-packages.patch47 + action="store_true", dest='enable_attr')
50 + action="store_false", dest='enable_attr', default=False)
87 + if Options.options.enable_attr:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/
H A D0001-Add-configure-options-for-packages.patch52 + action="store_true", dest='enable_attr')
55 + action="store_false", dest='enable_attr', default=False)
92 + if Options.options.enable_attr:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/
H A D0001-tdb-Add-configure-options-for-packages.patch49 + action="store_true", dest='enable_attr')
52 + action="store_false", dest='enable_attr', default=False)
88 + if Options.options.enable_attr:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/
H A D0001-talloc-Add-configure-options-for-packages.patch52 + action="store_true", dest='enable_attr')
55 + action="store_false", dest='enable_attr', default=False)
97 + if Options.options.enable_attr:
/openbmc/linux/include/ufs/
H A Dufshcd.h412 struct device_attribute enable_attr; member
447 struct device_attribute enable_attr; member
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c1652 hba->clk_scaling.enable_attr.show = ufshcd_clkscale_enable_show; in ufshcd_init_clk_scaling_sysfs()
1653 hba->clk_scaling.enable_attr.store = ufshcd_clkscale_enable_store; in ufshcd_init_clk_scaling_sysfs()
1654 sysfs_attr_init(&hba->clk_scaling.enable_attr.attr); in ufshcd_init_clk_scaling_sysfs()
1655 hba->clk_scaling.enable_attr.attr.name = "clkscale_enable"; in ufshcd_init_clk_scaling_sysfs()
1656 hba->clk_scaling.enable_attr.attr.mode = 0644; in ufshcd_init_clk_scaling_sysfs()
1657 if (device_create_file(hba->dev, &hba->clk_scaling.enable_attr)) in ufshcd_init_clk_scaling_sysfs()
1663 if (hba->clk_scaling.enable_attr.attr.name) in ufshcd_remove_clk_scaling_sysfs()
1664 device_remove_file(hba->dev, &hba->clk_scaling.enable_attr); in ufshcd_remove_clk_scaling_sysfs()
1990 hba->clk_gating.enable_attr.show = ufshcd_clkgate_enable_show; in ufshcd_init_clk_gating_sysfs()
1991 hba->clk_gating.enable_attr.store = ufshcd_clkgate_enable_store; in ufshcd_init_clk_gating_sysfs()
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Dfadump.c1547 static struct kobj_attribute enable_attr = __ATTR_RO(enabled); variable
1552 &enable_attr.attr,