Home
last modified time | relevance | path

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

12

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

12