/kernel/linux/linux-5.10/lib/zstd/ |
D | fse_decompress.c | 216 FSE_DState_t state1; in FSE_decompress_usingDTable_generic() local 222 FSE_initDState(&state1, &bitD, dt); in FSE_decompress_usingDTable_generic() 229 op[0] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic() 244 op[2] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic() 257 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic() 267 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
D | clps711x-keypad.c | 48 bool state, state1; in clps711x_keypad_poll() local 54 state1 = gpiod_get_value_cansleep(data->desc); in clps711x_keypad_poll() 55 } while (state != state1); in clps711x_keypad_poll()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/acpi/ |
D | fan_performance_states.rst | 23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1 58 $cat /sys/bus/acpi/devices/INT3404:00/state1
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
D | icp_qat_hw.h | 150 __u8 state1[ICP_QAT_HW_SHA512_STATE1_SZ]; member
|
D | qat_algs.c | 138 hash_state_out = (__be32 *)hash->sha.state1; in qat_alg_do_precomputes() 174 hash_state_out = (__be32 *)(hash->sha.state1 + offset); in qat_alg_do_precomputes()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | sh_mmcif.c | 557 u32 state1, state2; in sh_mmcif_error_manage() local 562 state1 = sh_mmcif_readl(host->addr, MMCIF_CE_HOST_STS1); in sh_mmcif_error_manage() 564 dev_dbg(dev, "ERR HOST_STS1 = %08x\n", state1); in sh_mmcif_error_manage() 567 if (state1 & STS1_CMDSEQ) { in sh_mmcif_error_manage()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | rk3288-rock2-square.dts | 46 label = "rock2:green:state1";
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_rps.c | 1279 unsigned long t, corr, state1, corr2, state2; in __ips_gfx_val() local 1288 state1 = ext_v; in __ips_gfx_val() 1301 corr = corr * 150142 * state1 / 10000 - 78642; in __ips_gfx_val() 1305 state2 = corr2 * state1 / 10000; in __ips_gfx_val()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | icm.c | 1792 u32 state0, state1; in icm_reset_phy_port() local 1821 state1 = val1 & PHY_PORT_CS1_LINK_STATE_MASK; in icm_reset_phy_port() 1822 state1 >>= PHY_PORT_CS1_LINK_STATE_SHIFT; in icm_reset_phy_port() 1825 if (state0 != TB_PORT_UP || state1 != TB_PORT_UP) in icm_reset_phy_port()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | rgrp.c | 414 const u8 state1 = state << 2; in gfs2_bitcount() local 422 if (((*byte) & 0x0C) == state1) in gfs2_bitcount()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/ |
D | intel_idle.rst | 204 :file:`state1` ... :file:`state<i>` ..., where ``<i>`` is the index of the given
|
D | cpuidle.rst | 484 called :file:`state0`, :file:`state1` and so on, up to the number of idle state
|