Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/hwmon/
Dhwmon-vid.c249 unsigned int vid, brand, __maybe_unused dummy; in get_via_model_d_vrm() local
257 rdmsr(0x1154, brand, dummy); in get_via_model_d_vrm()
258 brand = ((brand >> 4) ^ (brand >> 2)) & 0x03; in get_via_model_d_vrm()
262 7, brands[brand]); in get_via_model_d_vrm()
266 6, brands[brand]); in get_via_model_d_vrm()
268 return brand == 2 ? 131 : 13; in get_via_model_d_vrm()
/Linux-v4.19/drivers/cpufreq/
De_powersaver.c181 u8 brand = 0; in eps_cpu_init() local
201 brand = (((lo >> 2) ^ lo) >> 18) & 3; in eps_cpu_init()
206 brand = (((lo >> 4) ^ (lo >> 2))) & 0x000000ff; in eps_cpu_init()
211 switch (brand) { in eps_cpu_init()
307 if (brand == EPS_BRAND_C7M && set_max_voltage) { in eps_cpu_init()
320 if (brand == EPS_BRAND_C7M) in eps_cpu_init()
341 if (brand != EPS_BRAND_C7M) { in eps_cpu_init()
/Linux-v4.19/arch/ia64/kernel/
Dsetup.c752 char brand[128]; in get_model_name() local
755 memcpy(brand, "Unknown", 8); in get_model_name()
756 if (ia64_pal_get_brand_info(brand)) { in get_model_name()
758 memcpy(brand, "Merced", 7); in get_model_name()
760 case 0: memcpy(brand, "McKinley", 9); break; in get_model_name()
761 case 1: memcpy(brand, "Madison", 8); break; in get_model_name()
762 case 2: memcpy(brand, "Madison up to 9M cache", 23); break; in get_model_name()
766 if (strcmp(brandname[i], brand) == 0) in get_model_name()
770 return strcpy(brandname[i], brand); in get_model_name()
/Linux-v4.19/include/linux/
Dscc.h55 char brand; /* manufacturer of the board */ member
/Linux-v4.19/drivers/media/usb/ttusb-budget/
DKconfig13 produced by Hauppauge, shipped under the brand name 'Nova-USB'.
/Linux-v4.19/include/uapi/linux/
Dscc.h156 char brand; /* hardware type */ member
/Linux-v4.19/drivers/media/usb/ttusb-dec/
DKconfig7 produced by Hauppauge, shipped under the brand name 'DEC2000-t'
/Linux-v4.19/Documentation/devicetree/bindings/display/bridge/
Dlvds-transmitter.txt19 Those devices have been marketed under the FPD-Link and FlatLink brand names
/Linux-v4.19/drivers/net/hamradio/
Dscc.c845 wr(scc, R11, ((scc->brand & BAYCOM)? TRxCDP : TRxCBR) | RCDPLL|TCRTxCP|TRxCOI); in init_channel()
850 wr(scc, R11, (scc->brand & BAYCOM)? RCTRxCP|TCRTxCP : RCRTxCP|TCTRxCP); in init_channel()
903 if (scc->brand & PRIMUS) in scc_key_trx()
1487 if(scc->brand & EAGLE) /* this is an EAGLE card */ in z8530_init()
1490 if(scc->brand & (PC100 | PRIMUS)) /* this is a PC100/PRIMUS card */ in z8530_init()
1799 SCC_Info[2*Nchips+chan].brand = hwcfg.brand; in scc_net_ioctl()
2037 scc->data, scc->ctrl, scc->irq, scc->clock, scc->brand, in scc_net_seq_show()
/Linux-v4.19/Documentation/acpi/
Dinitrd_table_override.txt15 modified, more recent version one, or installing brand new ACPI tables.
/Linux-v4.19/Documentation/target/
Dtcm_mod_builder.txt6 script to generate a brand new functional TCM v4 fabric .ko module of your very own,
/Linux-v4.19/drivers/net/usb/
DKconfig59 adapters, including some "no brand" devices. It does NOT work on
387 adapters marketed under the DeLOCK brand.
438 Cypress brand.
/Linux-v4.19/drivers/block/paride/
DKconfig284 IDE protocol from OnSpec (often marketed under the ValuStore brand
296 from OnSpec Electronics (often marketed under the ValuStore brand
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-querycap.rst69 cards of the same brand may be installed which are supported by
/Linux-v4.19/Documentation/scsi/
DFlashPoint.txt12 operating system support to its BusLogic brand of FlashPoint Ultra SCSI
/Linux-v4.19/Documentation/maintainer/
Dpull-requests.rst99 of these crazy drivers, as well as the following brand new
/Linux-v4.19/Documentation/cpu-freq/
Dcpu-drivers.txt39 So, you just got a brand-new CPU / chipset with datasheets and want to
/Linux-v4.19/drivers/media/usb/dvb-usb/
DKconfig272 shipped under the brand name 'PCTV HDTV Pro USB'.
/Linux-v4.19/Documentation/media/v4l-drivers/
Dzoran.rst540 detailed hardware information (memory+brand, mainboard+chipset+brand, which
Dbttv.rst799 Typhoon is the brand of Anubis.
/Linux-v4.19/Documentation/
Dintel_txt.txt17 Intel TXT is part of the vPro(TM) brand and is also available some
/Linux-v4.19/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt318 something brand new. The kernel provides its own tools to create and
/Linux-v4.19/Documentation/blockdev/
Dparide.txt105 For the "brand-name" products listed above, here are the protocol
/Linux-v4.19/Documentation/sound/hd-audio/
Dnotes.rst201 Thus, the first thing you can do for any brand-new, unsupported and
/Linux-v4.19/drivers/scsi/
DKconfig686 and <http://www-947.ibm.com/support/entry/portal/docdisplay?brand=5000008&lndocid=SERV-RAID>

12