Home
last modified time | relevance | path

Searched refs:state1 (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/lib/crypto/
A Dblake2s-selftest.c606 struct blake2s_state state1, state2; in blake2s_random_test() local
613 memcpy(&state1, &state, sizeof(state1)); in blake2s_random_test()
615 blake2s_compress(&state1, blocks, 2, BLAKE2S_BLOCK_SIZE); in blake2s_random_test()
617 if (memcmp(&state1, &state2, sizeof(state1))) { in blake2s_random_test()
624 memcpy(&state1, &state, sizeof(state1)); in blake2s_random_test()
625 blake2s_compress(&state1, blocks, 1, BLAKE2S_BLOCK_SIZE); in blake2s_random_test()
632 if (memcmp(&state1, &state2, sizeof(state1))) { in blake2s_random_test()
/linux-6.3-rc2/lib/zstd/common/
A Dfse_decompress.c242 FSE_DState_t state1; in FSE_decompress_usingDTable_generic() local
248 FSE_initDState(&state1, &bitD, dt); in FSE_decompress_usingDTable_generic()
255 op[0] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
265 op[2] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
277 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
286 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
/linux-6.3-rc2/drivers/input/keyboard/
A Dclps711x-keypad.c50 bool state, state1; in clps711x_keypad_poll() local
56 state1 = gpiod_get_value_cansleep(data->desc); in clps711x_keypad_poll()
57 } while (state != state1); in clps711x_keypad_poll()
/linux-6.3-rc2/drivers/regulator/
A Dact8865-regulator.c589 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-6.3-rc2/drivers/video/fbdev/omap/
A Dlcd_mipid.c319 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-6.3-rc2/Documentation/admin-guide/acpi/
A Dfan_performance_states.rst23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1
58 $cat /sys/bus/acpi/devices/INT3404:00/state1
/linux-6.3-rc2/drivers/s390/cio/
A Dcss.h46 __u8 state1 : 2; /* path state value 1 */ member
A Ddevice_pgid.c348 if (pgid->inf.ps.state1 != SNID_STATE1_GROUPED) in pgid_to_donepm()
351 if (pgid->inf.ps.state1 != SNID_STATE1_UNGROUPED) in pgid_to_donepm()
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dicp_qat_hw.h191 __u8 state1[ICP_QAT_HW_SHA512_STATE1_SZ]; member
A Dqat_algs.c153 hash_state_out = (__be32 *)hash->sha.state1; in qat_alg_do_precomputes()
189 hash_state_out = (__be32 *)(hash->sha.state1 + offset); in qat_alg_do_precomputes()
/linux-6.3-rc2/drivers/mmc/host/
A Dsh_mmcif.c559 u32 state1, state2; in sh_mmcif_error_manage() local
564 state1 = sh_mmcif_readl(host->addr, MMCIF_CE_HOST_STS1); in sh_mmcif_error_manage()
566 dev_dbg(dev, "ERR HOST_STS1 = %08x\n", state1); in sh_mmcif_error_manage()
569 if (state1 & STS1_CMDSEQ) { in sh_mmcif_error_manage()
/linux-6.3-rc2/arch/arm/boot/dts/
A Drk3288-rock2-square.dts46 label = "rock2:green:state1";
/linux-6.3-rc2/drivers/thunderbolt/
A Dicm.c1846 u32 state0, state1; in icm_reset_phy_port() local
1875 state1 = val1 & PHY_PORT_CS1_LINK_STATE_MASK; in icm_reset_phy_port()
1876 state1 >>= PHY_PORT_CS1_LINK_STATE_SHIFT; in icm_reset_phy_port()
1879 if (state0 != TB_PORT_UP || state1 != TB_PORT_UP) in icm_reset_phy_port()
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_rps.c1475 unsigned int t, state1, state2; in __ips_gfx_val() local
1485 state1 = ext_v; in __ips_gfx_val()
1498 corr = div_u64(corr * 150142 * state1, 10000) - 78642; in __ips_gfx_val()
1501 state2 = div_u64(corr2 * state1, 10000); in __ips_gfx_val()
/linux-6.3-rc2/fs/gfs2/
A Drgrp.c440 const u8 state1 = state << 2; in gfs2_bitcount() local
448 if (((*byte) & 0x0C) == state1) in gfs2_bitcount()
/linux-6.3-rc2/Documentation/admin-guide/pm/
A Dintel_idle.rst207 :file:`state1` ... :file:`state<i>` ..., where ``<i>`` is the index of the given
A Dcpuidle.rst411 called :file:`state0`, :file:`state1` and so on, up to the number of idle state

Completed in 37 milliseconds