Searched refs:cst (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/lib/ |
D | decompress_unlzma.c | 348 struct cstate *cst, uint16_t *p, in process_bit0() argument 359 if (cst->state >= LZMA_NUM_LIT_STATES) { in process_bit0() 360 int match_byte = peek_old_byte(wr, cst->rep0); in process_bit0() 381 if (cst->state < 4) in process_bit0() 382 cst->state = 0; in process_bit0() 383 else if (cst->state < 10) in process_bit0() 384 cst->state -= 3; in process_bit0() 386 cst->state -= 6; in process_bit0() 392 struct cstate *cst, uint16_t *p, in process_bit1() argument 400 prob = p + LZMA_IS_REP + cst->state; in process_bit1() [all …]
|
/Linux-v6.1/drivers/bus/ |
D | imx-weim.c | 142 struct cs_timing *cst; in weim_timing_setup() local 181 cst = &ts->cs[cs_idx]; in weim_timing_setup() 182 if (cst->is_applied && memcmp(value, cst->regs, in weim_timing_setup() 192 if (!cst->is_applied) { in weim_timing_setup() 193 cst->is_applied = true; in weim_timing_setup() 194 memcpy(cst->regs, value, in weim_timing_setup()
|
/Linux-v6.1/drivers/acpi/ |
D | acpi_processor.c | 733 union acpi_object *cst; in acpi_processor_evaluate_cst() local 745 cst = buffer.pointer; in acpi_processor_evaluate_cst() 748 if (!cst || cst->type != ACPI_TYPE_PACKAGE || cst->package.count < 2) { in acpi_processor_evaluate_cst() 754 count = cst->package.elements[0].integer.value; in acpi_processor_evaluate_cst() 757 if (count < 1 || count != cst->package.count - 1) { in acpi_processor_evaluate_cst() 782 element = &cst->package.elements[i]; in acpi_processor_evaluate_cst()
|
/Linux-v6.1/arch/s390/include/asm/ |
D | timex.h | 129 unsigned long cst[3]; member
|
/Linux-v6.1/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 229 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-v6.1/drivers/net/wireless/ath/ath9k/ |
D | debug.h | 107 u32 cst; member
|
D | htc.h | 179 __be32 cst; member
|
D | htc_drv_debug.c | 62 be32_to_cpu(cmd_rsp.cst)); in read_file_tgt_int_stats()
|
D | debug.c | 508 sc->debug.stats.istats.cst++; in ath_debug_stat_interrupt() 555 PR_IS("CST", cst); in read_file_interrupt()
|