Home
last modified time | relevance | path

Searched refs:brand (Results 1 – 25 of 32) sorted by relevance

12

/linux/drivers/hwmon/
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()
/linux/drivers/cpufreq/
A De_powersaver.c180 u8 brand = 0; in eps_cpu_init() local
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()
/linux/arch/ia64/kernel/
A Dsetup.c773 char brand[128]; in get_model_name() local
776 memcpy(brand, "Unknown", 8); in get_model_name()
777 if (ia64_pal_get_brand_info(brand)) { in get_model_name()
779 memcpy(brand, "Merced", 7); in get_model_name()
781 case 0: memcpy(brand, "McKinley", 9); break; in get_model_name()
782 case 1: memcpy(brand, "Madison", 8); break; in get_model_name()
783 case 2: memcpy(brand, "Madison up to 9M cache", 23); break; in get_model_name()
787 if (strcmp(brandname[i], brand) == 0) in get_model_name()
791 return strcpy(brandname[i], brand); in get_model_name()
/linux/include/linux/
A Dscc.h55 char brand; /* manufacturer of the board */ member
/linux/drivers/media/usb/ttusb-budget/
A DKconfig14 produced by Hauppauge, shipped under the brand name 'Nova-USB'.
/linux/include/uapi/linux/
A Dscc.h157 char brand; /* hardware type */ member
/linux/drivers/media/usb/ttusb-dec/
A DKconfig8 produced by Hauppauge, shipped under the brand name 'DEC2000-t'
/linux/drivers/net/hamradio/
A Dscc.c846 wr(scc, R11, ((scc->brand & BAYCOM)? TRxCDP : TRxCBR) | RCDPLL|TCRTxCP|TRxCOI); in init_channel()
851 wr(scc, R11, (scc->brand & BAYCOM)? RCTRxCP|TCRTxCP : RCRTxCP|TCTRxCP); in init_channel()
904 if (scc->brand & PRIMUS) in scc_key_trx()
1488 if(scc->brand & EAGLE) /* this is an EAGLE card */ in z8530_init()
1491 if(scc->brand & (PC100 | PRIMUS)) /* this is a PC100/PRIMUS card */ in z8530_init()
1801 SCC_Info[2*Nchips+chan].brand = hwcfg.brand; in scc_net_siocdevprivate()
2039 scc->data, scc->ctrl, scc->irq, scc->clock, scc->brand, in scc_net_seq_show()
/linux/Documentation/translations/zh_CN/maintainer/
A Dpull-requests.rst83 of these crazy drivers, as well as the following brand new
/linux/Documentation/devicetree/bindings/display/bridge/
A Dlvds-codec.yaml28 Those devices have been marketed under the FPD-Link and FlatLink brand names
/linux/tools/testing/selftests/arm64/signal/
A DREADME31 - 'fake_sigreturn_' tests: a brand new custom artificial sigframe structure
/linux/Documentation/admin-guide/acpi/
A Dinitrd_table_override.rst13 modified, more recent version one, or installing brand new ACPI tables.
/linux/Documentation/target/
A Dtcm_mod_builder.rst8 script to generate a brand new functional TCM v4 fabric .ko module of your very own,
/linux/drivers/net/usb/
A DKconfig60 adapters, including some "no brand" devices. It does NOT work on
398 adapters marketed under the DeLOCK brand.
449 Cypress brand.
/linux/drivers/block/paride/
A DKconfig283 IDE protocol from OnSpec (often marketed under the ValuStore brand
295 from OnSpec Electronics (often marketed under the ValuStore brand
/linux/Documentation/
A Dasm-annotations.rst61 macros, it was decided that brand new macros should be introduced instead::
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-querycap.rst69 cards of the same brand may be installed which are supported by
/linux/Documentation/driver-api/media/drivers/
A Dzoran.rst542 detailed hardware information (memory+brand, mainboard+chipset+brand, which
/linux/Documentation/maintainer/
A Dpull-requests.rst99 of these crazy drivers, as well as the following brand new
/linux/Documentation/cpu-freq/
A Dcpu-drivers.rst31 So, you just got a brand-new CPU / chipset with datasheets and want to
/linux/Documentation/scsi/
A DFlashPoint.rst18 operating system support to its BusLogic brand of FlashPoint Ultra SCSI
/linux/drivers/media/usb/dvb-usb/
A DKconfig288 shipped under the brand name 'PCTV HDTV Pro USB'.
/linux/Documentation/x86/
A Dintel_txt.rst17 Intel TXT is part of the vPro(TM) brand and is also available some
/linux/tools/arch/x86/kcpuid/
A Dcpuid.csv15 1, 0, EBX, 7:0, brand, Brand Index
/linux/Documentation/filesystems/
A Dramfs-rootfs-initramfs.rst328 something brand new. The kernel provides its own tools to create and

Completed in 44 milliseconds

12