Searched refs:cst (Results 1 – 8 of 8) sorted by relevance
/linux/lib/ |
H A D | decompress_unlzma.c | 350 struct cstate *cst, uint16_t *p, in process_bit0() argument 361 if (cst->state >= LZMA_NUM_LIT_STATES) { in process_bit0() 362 int match_byte = peek_old_byte(wr, cst->rep0); in process_bit0() 383 if (cst->state < 4) in process_bit0() 384 cst->state = 0; in process_bit0() 385 else if (cst->state < 10) in process_bit0() 386 cst->state -= 3; in process_bit0() 388 cst->state -= 6; in process_bit0() 394 struct cstate *cst, uint16_t *p, in process_bit1() argument 402 prob = p + LZMA_IS_REP + cst->state; in process_bit1() [all …]
|
/linux/drivers/bus/ |
H A D | imx-weim.c | 146 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/drivers/acpi/ |
H A D | acpi_processor.c | 838 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/scripts/gcc-plugins/ |
H A 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/drivers/net/wireless/ath/ath9k/ |
H A D | debug.h | 107 u32 cst; member
|
H A D | htc.h | 179 __be32 cst; member
|
H A D | htc_drv_debug.c | 62 be32_to_cpu(cmd_rsp.cst)); in read_file_tgt_int_stats()
|
H A D | debug.c | 493 sc->debug.stats.istats.cst++; in ath_debug_stat_interrupt() 540 PR_IS("CST", cst); in read_file_interrupt()
|