/Linux-v5.4/lib/zstd/ |
D | fse_decompress.c | 223 FSE_DState_t state1; in FSE_decompress_usingDTable_generic() local 229 FSE_initDState(&state1, &bitD, dt); in FSE_decompress_usingDTable_generic() 236 op[0] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic() 251 op[2] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic() 264 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic() 274 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
|
/Linux-v5.4/drivers/input/keyboard/ |
D | clps711x-keypad.c | 49 bool state, state1; in clps711x_keypad_poll() local 55 state1 = gpiod_get_value_cansleep(data->desc); in clps711x_keypad_poll() 56 } while (state != state1); in clps711x_keypad_poll()
|
/Linux-v5.4/tools/objtool/ |
D | check.c | 1852 struct insn_state *state1 = &insn->state, *state2 = state; in insn_state_match() local 1855 if (memcmp(&state1->cfa, &state2->cfa, sizeof(state1->cfa))) { in insn_state_match() 1858 state1->cfa.base, state1->cfa.offset, in insn_state_match() 1861 } else if (memcmp(&state1->regs, &state2->regs, sizeof(state1->regs))) { in insn_state_match() 1863 if (!memcmp(&state1->regs[i], &state2->regs[i], in insn_state_match() 1869 i, state1->regs[i].base, state1->regs[i].offset, in insn_state_match() 1874 } else if (state1->type != state2->type) { in insn_state_match() 1876 insn->sec, insn->offset, state1->type, state2->type); in insn_state_match() 1878 } else if (state1->drap != state2->drap || in insn_state_match() 1879 (state1->drap && state1->drap_reg != state2->drap_reg) || in insn_state_match() [all …]
|
/Linux-v5.4/drivers/regulator/ |
D | act8865-regulator.c | 589 u8 state0, state1; in act8600_charger_get_status() local 596 state1 = val & ACT8600_APCH_CSTATE1; in act8600_charger_get_status() 598 if (state0 && !state1) in act8600_charger_get_status() 600 if (!state0 && state1) in act8600_charger_get_status() 602 if (!state0 && !state1) in act8600_charger_get_status()
|
/Linux-v5.4/drivers/video/fbdev/omap/ |
D | lcd_mipid.c | 319 u8 state1, state2; in ls041y3_esd_check_mode1() local 321 mipid_read(md, MIPID_CMD_RDDSDR, &state1, 1); in ls041y3_esd_check_mode1() 325 state1, state2); in ls041y3_esd_check_mode1() 329 if (!((state1 ^ state2) & (1 << 6))) in ls041y3_esd_check_mode1()
|
/Linux-v5.4/drivers/s390/cio/ |
D | css.h | 38 __u8 state1 : 2; /* path state value 1 */ member
|
D | device_pgid.c | 347 if (pgid->inf.ps.state1 != SNID_STATE1_GROUPED) in pgid_to_donepm() 350 if (pgid->inf.ps.state1 != SNID_STATE1_UNGROUPED) in pgid_to_donepm()
|
/Linux-v5.4/drivers/crypto/qat/qat_common/ |
D | icp_qat_hw.h | 194 uint8_t state1[ICP_QAT_HW_SHA512_STATE1_SZ]; member
|
D | qat_algs.c | 192 hash_state_out = (__be32 *)hash->sha.state1; in qat_alg_do_precomputes() 228 hash_state_out = (__be32 *)(hash->sha.state1 + offset); in qat_alg_do_precomputes()
|
/Linux-v5.4/drivers/mmc/host/ |
D | sh_mmcif.c | 553 u32 state1, state2; in sh_mmcif_error_manage() local 558 state1 = sh_mmcif_readl(host->addr, MMCIF_CE_HOST_STS1); in sh_mmcif_error_manage() 560 dev_dbg(dev, "ERR HOST_STS1 = %08x\n", state1); in sh_mmcif_error_manage() 563 if (state1 & STS1_CMDSEQ) { in sh_mmcif_error_manage()
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | rk3288-rock2-square.dts | 46 label = "rock2:green:state1";
|
/Linux-v5.4/drivers/thunderbolt/ |
D | icm.c | 1733 u32 state0, state1; in icm_reset_phy_port() local 1762 state1 = val1 & PHY_PORT_CS1_LINK_STATE_MASK; in icm_reset_phy_port() 1763 state1 >>= PHY_PORT_CS1_LINK_STATE_SHIFT; in icm_reset_phy_port() 1766 if (state0 != TB_PORT_UP || state1 != TB_PORT_UP) in icm_reset_phy_port()
|
/Linux-v5.4/fs/gfs2/ |
D | rgrp.c | 424 const u8 state1 = state << 2; in gfs2_bitcount() local 432 if (((*byte) & 0x0C) == state1) in gfs2_bitcount()
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | intel_pm.c | 8262 unsigned long t, corr, state1, corr2, state2; in __i915_gfx_val() local 8271 state1 = ext_v; in __i915_gfx_val() 8285 corr = corr * ((150142 * state1) / 10000 - 78642); in __i915_gfx_val() 8289 state2 = (corr2 * state1) / 10000; in __i915_gfx_val()
|
/Linux-v5.4/Documentation/admin-guide/pm/ |
D | cpuidle.rst | 486 called :file:`state0`, :file:`state1` and so on, up to the number of idle state
|