Home
last modified time | relevance | path

Searched full:brand (Results 1 – 25 of 117) sorted by relevance

12345

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_sample.py13 and checks it has the word "Toaster" in the brand link
23 """ Test landing page shows the Toaster brand """
28 brand_link = self.find('.toaster-navbar-brand a.brand')
H A Dtest_js_unit_tests.py22 """ Test landing page shows the Toaster brand """
/openbmc/webui-vue/src/layouts/
H A DLoginLayout.vue6 <div class="login-brand mb-5">
21 <div class="login-aside__logo-brand">
22 <!-- Add Secondary brand logo if needed -->
110 .login-aside__logo-brand:not(:empty) {
/openbmc/linux/drivers/cpufreq/
H A De_powersaver.c180 u8 brand = 0; in eps_cpu_init() local
194 /* Check brand */ in eps_cpu_init()
200 brand = (((lo >> 2) ^ lo) >> 18) & 3; in eps_cpu_init()
205 brand = (((lo >> 4) ^ (lo >> 2))) & 0x000000ff; in eps_cpu_init()
210 switch (brand) { in eps_cpu_init()
305 if (brand == EPS_BRAND_C7M && set_max_voltage) { in eps_cpu_init()
318 if (brand == EPS_BRAND_C7M) in eps_cpu_init()
338 if (brand != EPS_BRAND_C7M) { in eps_cpu_init()
/openbmc/linux/drivers/hwmon/
H A Dhwmon-vid.c236 unsigned int vid, brand, __maybe_unused dummy; in get_via_model_d_vrm() local
244 rdmsr(0x1154, brand, dummy); in get_via_model_d_vrm()
245 brand = ((brand >> 4) ^ (brand >> 2)) & 0x03; in get_via_model_d_vrm()
249 7, brands[brand]); in get_via_model_d_vrm()
253 6, brands[brand]); in get_via_model_d_vrm()
255 return brand == 2 ? 131 : 13; in get_via_model_d_vrm()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircd.conf6 # brand: futarque
70 # brand: STM PVR-1
141 # brand: STM DTV-2
209 # brand: Comcast
/openbmc/webui-vue/
H A DREADME.md24 update the theme to support their brand. This rewrite takes advantage of
37 - Ability to easily theme to meet brand guidelines
/openbmc/linux/drivers/ata/pata_parport/
H A DKconfig132 IDE protocol from OnSpec (often marketed under the ValuStore brand
140 from OnSpec Electronics (often marketed under the ValuStore brand
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue33 <b-navbar-brand
44 </b-navbar-brand>
334 .navbar-brand,
393 .navbar-brand {
/openbmc/linux/arch/ia64/kernel/
H A Dsetup.c776 char brand[128]; in get_model_name() local
779 memcpy(brand, "Unknown", 8); in get_model_name()
780 if (ia64_pal_get_brand_info(brand)) { in get_model_name()
782 memcpy(brand, "Merced", 7); in get_model_name()
784 case 0: memcpy(brand, "McKinley", 9); break; in get_model_name()
785 case 1: memcpy(brand, "Madison", 8); break; in get_model_name()
786 case 2: memcpy(brand, "Madison up to 9M cache", 23); break; in get_model_name()
790 if (strcmp(brandname[i], brand) == 0) in get_model_name()
794 return strcpy(brandname[i], brand); in get_model_name()
/openbmc/libcper/sections/
H A Dcper-section-generic.c74 //CPU brand string. May not exist if on ARM. in cper_section_generic_to_ir()
142 //CPU brand string. in ir_section_generic_to_cper()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css10 .toaster-navbar-brand { float: left; margin: 7px 25px 0 0; }
11 .toaster-navbar-brand a.brand { color: #777; height: 50px; padding: 15px 5px 15px 15px; font-size: …
12 .toaster-navbar-brand > a { text-decoration: none; }
13 .toaster-navbar-brand > a.brand:hover { color: #5e5e5e; }
/openbmc/webui-vue/tests/unit/__snapshots__/
H A DAppHeader.spec.js.snap51 <b-navbar-brand
62 </b-navbar-brand>
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVRTN.interface.yaml11 SO keyword. Contains the brand information.
H A DVCEN.interface.yaml31 RB keyword. Brand specific data.
H A DVSYS.interface.yaml15 The system brand.
H A DVSBK.interface.yaml15 The system brand.
/openbmc/linux/drivers/media/usb/ttusb-budget/
H A DKconfig14 produced by Hauppauge, shipped under the brand name 'Nova-USB'.
/openbmc/linux/drivers/media/usb/ttusb-dec/
H A DKconfig8 produced by Hauppauge, shipped under the brand name 'DEC2000-t'
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dbase_specific.html99 <div class="toaster-navbar-brand">
109 <a class="brand" href="/">Toaster</a>
H A Dbase.html91 <div class="toaster-navbar-brand">
95 <a class="brand" href="/">Toaster</a>
/openbmc/libcper/generator/sections/
H A Dgen-section-generic.c25 //Ensure CPU brand string does not terminate early. in generate_section_generic()
/openbmc/webui-vue/docs/guide/
H A Dreadme.md38 application. How to theme the application to meet company brand guidelines is
/openbmc/webui-vue/docs/customization/
H A Dtheme.md6 removed or updated to meet organizational brand guidelines.
207 challenging to meet all organization brand guidelines due to the minimal height
/openbmc/linux/tools/testing/selftests/arm64/signal/
H A DREADME31 - 'fake_sigreturn_' tests: a brand new custom artificial sigframe structure

12345