/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_sample.py | 13 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 D | test_js_unit_tests.py | 22 """ Test landing page shows the Toaster brand """
|
/openbmc/webui-vue/src/layouts/ |
H A D | LoginLayout.vue | 6 <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 D | e_powersaver.c | 180 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 D | hwmon-vid.c | 236 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 D | lircd.conf | 6 # brand: futarque 70 # brand: STM PVR-1 141 # brand: STM DTV-2 209 # brand: Comcast
|
/openbmc/webui-vue/ |
H A D | README.md | 24 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 D | Kconfig | 132 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 D | AppHeader.vue | 33 <b-navbar-brand 44 </b-navbar-brand> 334 .navbar-brand, 393 .navbar-brand {
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | setup.c | 776 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 D | cper-section-generic.c | 74 //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 D | default.css | 10 .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 D | AppHeader.spec.js.snap | 51 <b-navbar-brand 62 </b-navbar-brand>
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | VRTN.interface.yaml | 11 SO keyword. Contains the brand information.
|
H A D | VCEN.interface.yaml | 31 RB keyword. Brand specific data.
|
H A D | VSYS.interface.yaml | 15 The system brand.
|
H A D | VSBK.interface.yaml | 15 The system brand.
|
/openbmc/linux/drivers/media/usb/ttusb-budget/ |
H A D | Kconfig | 14 produced by Hauppauge, shipped under the brand name 'Nova-USB'.
|
/openbmc/linux/drivers/media/usb/ttusb-dec/ |
H A D | Kconfig | 8 produced by Hauppauge, shipped under the brand name 'DEC2000-t'
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | base_specific.html | 99 <div class="toaster-navbar-brand"> 109 <a class="brand" href="/">Toaster</a>
|
H A D | base.html | 91 <div class="toaster-navbar-brand"> 95 <a class="brand" href="/">Toaster</a>
|
/openbmc/libcper/generator/sections/ |
H A D | gen-section-generic.c | 25 //Ensure CPU brand string does not terminate early. in generate_section_generic()
|
/openbmc/webui-vue/docs/guide/ |
H A D | readme.md | 38 application. How to theme the application to meet company brand guidelines is
|
/openbmc/webui-vue/docs/customization/ |
H A D | theme.md | 6 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 D | README | 31 - 'fake_sigreturn_' tests: a brand new custom artificial sigframe structure
|