Home
last modified time | relevance | path

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

1234

/Linux-v5.10/drivers/cpufreq/
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()
/Linux-v5.10/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-v5.10/arch/ia64/kernel/
Dsetup.c774 char brand[128]; in get_model_name() local
777 memcpy(brand, "Unknown", 8); in get_model_name()
778 if (ia64_pal_get_brand_info(brand)) { in get_model_name()
780 memcpy(brand, "Merced", 7); in get_model_name()
782 case 0: memcpy(brand, "McKinley", 9); break; in get_model_name()
783 case 1: memcpy(brand, "Madison", 8); break; in get_model_name()
784 case 2: memcpy(brand, "Madison up to 9M cache", 23); break; in get_model_name()
788 if (strcmp(brandname[i], brand) == 0) in get_model_name()
792 return strcpy(brandname[i], brand); in get_model_name()
/Linux-v5.10/drivers/media/usb/ttusb-budget/
DKconfig14 produced by Hauppauge, shipped under the brand name 'Nova-USB'.
/Linux-v5.10/drivers/media/usb/ttusb-dec/
DKconfig8 produced by Hauppauge, shipped under the brand name 'DEC2000-t'
/Linux-v5.10/tools/testing/selftests/arm64/signal/
DREADME31 - 'fake_sigreturn_' tests: a brand new custom artificial sigframe structure
/Linux-v5.10/drivers/net/usb/
DKconfig60 adapters, including some "no brand" devices. It does NOT work on
391 adapters marketed under the DeLOCK brand.
442 Cypress brand.
/Linux-v5.10/Documentation/devicetree/bindings/display/bridge/
Dlvds-codec.yaml28 Those devices have been marketed under the FPD-Link and FlatLink brand names
/Linux-v5.10/Documentation/translations/zh_CN/process/
Dkernel-driver-statement.rst183 - Horst H. von Brand
/Linux-v5.10/include/linux/
Dscc.h55 char brand; /* manufacturer of the board */ member
/Linux-v5.10/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-v5.10/drivers/net/hamradio/
Dscc.c85 * Invents brand new bugs... ;-)
845 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()
2026 /* dev data ctrl irq clock brand enh vector special option in scc_net_seq_show()
2037 scc->data, scc->ctrl, scc->irq, scc->clock, scc->brand, in scc_net_seq_show()
/Linux-v5.10/Documentation/process/
Dkernel-driver-statement.rst186 - Horst H. von Brand
/Linux-v5.10/Documentation/translations/it_IT/process/
Dkernel-driver-statement.rst194 - Horst H. von Brand
/Linux-v5.10/Documentation/admin-guide/acpi/
Dinitrd_table_override.rst13 modified, more recent version one, or installing brand new ACPI tables.
/Linux-v5.10/include/uapi/linux/
Dscc.h157 char brand; /* hardware type */ member
/Linux-v5.10/tools/power/pm-graph/
Dbootgraph.8148 Capture a brand new boot timeline with manual reboot.
/Linux-v5.10/Documentation/admin-guide/media/
Dbt8xx.rst117 Brand name ID
/Linux-v5.10/arch/x86/include/asm/
Dmmu_context.h98 * and on mm's that are brand-new, like at execve().
/Linux-v5.10/arch/ia64/include/asm/
Dmmu_context.h117 * brand-new address-space, so no TLB flushing is needed, ever.
/Linux-v5.10/arch/microblaze/kernel/
Dprocess.c64 * the registers. That's OK for a brand new thread.*/ in copy_thread()
/Linux-v5.10/tools/power/x86/turbostat/
Dturbostat.8249 frequency of the processor -- this should match the brand string
315 in the brand string in /proc/cpuinfo. On a system where
/Linux-v5.10/drivers/md/persistent-data/
Ddm-bitset.h36 * want to create a brand new, empty bitset with dm_bitset_empty().
/Linux-v5.10/Documentation/
Dasm-annotations.rst61 macros, it was decided that brand new macros should be introduced instead::
/Linux-v5.10/Documentation/scsi/
DFlashPoint.rst18 operating system support to its BusLogic brand of FlashPoint Ultra SCSI

1234