Home
last modified time | relevance | path

Searched refs:cst (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/lib/
H A Ddecompress_unlzma.c405 cst->rep3 = cst->rep2; in process_bit1()
406 cst->rep2 = cst->rep1; in process_bit1()
407 cst->rep1 = cst->rep0; in process_bit1()
408 cst->state = cst->state < LZMA_NUM_LIT_STATES ? 0 : 3; in process_bit1()
422 cst->state = cst->state < LZMA_NUM_LIT_STATES ? in process_bit1()
445 cst->rep3 = cst->rep2; in process_bit1()
447 cst->rep2 = cst->rep1; in process_bit1()
449 cst->rep1 = cst->rep0; in process_bit1()
452 cst->state = cst->state < LZMA_NUM_LIT_STATES ? 8 : 11; in process_bit1()
510 cst->rep0 = (cst->rep0 << 1) | in process_bit1()
[all …]
/linux-6.15/drivers/bus/
H A Dimx-weim.c146 struct cs_timing *cst; in weim_timing_setup() local
185 cst = &ts->cs[cs_idx]; in weim_timing_setup()
186 if (cst->is_applied && memcmp(value, cst->regs, in weim_timing_setup()
196 if (!cst->is_applied) { in weim_timing_setup()
197 cst->is_applied = true; in weim_timing_setup()
198 memcpy(cst->regs, value, in weim_timing_setup()
/linux-6.15/drivers/acpi/
H A Dacpi_processor.c838 union acpi_object *cst; in acpi_processor_evaluate_cst() local
850 cst = buffer.pointer; in acpi_processor_evaluate_cst()
853 if (!cst || cst->type != ACPI_TYPE_PACKAGE || cst->package.count < 2) { in acpi_processor_evaluate_cst()
859 count = cst->package.elements[0].integer.value; in acpi_processor_evaluate_cst()
862 if (count < 1 || count != cst->package.count - 1) { in acpi_processor_evaluate_cst()
887 element = &cst->package.elements[i]; in acpi_processor_evaluate_cst()
/linux-6.15/arch/s390/include/asm/
H A Dtimex.h134 unsigned long cst[3]; member
/linux-6.15/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c229 tree cst = size_int(i); in handle_latent_entropy_attribute() local
232 CONSTRUCTOR_APPEND_ELT(vals, cst, rand_cst); in handle_latent_entropy_attribute()
/linux-6.15/scripts/
H A Dgenerate_builtin_ranges.awk287 if ($1 ~ /^\.rodata\.(cst|str)[0-9]/)
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Ddebug.h108 u32 cst; member
H A Dhtc.h179 __be32 cst; member
H A Dhtc_drv_debug.c62 be32_to_cpu(cmd_rsp.cst)); in read_file_tgt_int_stats()
H A Ddebug.c493 sc->debug.stats.istats.cst++; in ath_debug_stat_interrupt()
540 PR_IS("CST", cst); in read_file_interrupt()