Searched refs:state1 (Results 1 – 16 of 16) sorted by relevance
/linux/lib/zstd/common/ |
A D | fse_decompress.c | 242 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/drivers/input/keyboard/ |
A 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()
|
/linux/drivers/regulator/ |
A 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/drivers/video/fbdev/omap/ |
A 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/Documentation/admin-guide/acpi/ |
A 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
|
/linux/drivers/s390/cio/ |
A D | css.h | 46 __u8 state1 : 2; /* path state value 1 */ member
|
A 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/drivers/crypto/qat/qat_common/ |
A D | icp_qat_hw.h | 180 __u8 state1[ICP_QAT_HW_SHA512_STATE1_SZ]; member
|
A D | qat_algs.c | 165 hash_state_out = (__be32 *)hash->sha.state1; in qat_alg_do_precomputes() 201 hash_state_out = (__be32 *)(hash->sha.state1 + offset); in qat_alg_do_precomputes()
|
/linux/drivers/mmc/host/ |
A 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()
|
/linux/arch/arm/boot/dts/ |
A D | rk3288-rock2-square.dts | 46 label = "rock2:green:state1";
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_rps.c | 1319 unsigned int t, state1, state2; in __ips_gfx_val() local 1329 state1 = ext_v; in __ips_gfx_val() 1342 corr = div_u64(corr * 150142 * state1, 10000) - 78642; in __ips_gfx_val() 1345 state2 = div_u64(corr2 * state1, 10000); in __ips_gfx_val()
|
/linux/drivers/thunderbolt/ |
A D | icm.c | 1841 u32 state0, state1; in icm_reset_phy_port() local 1870 state1 = val1 & PHY_PORT_CS1_LINK_STATE_MASK; in icm_reset_phy_port() 1871 state1 >>= PHY_PORT_CS1_LINK_STATE_SHIFT; in icm_reset_phy_port() 1874 if (state0 != TB_PORT_UP || state1 != TB_PORT_UP) in icm_reset_phy_port()
|
/linux/fs/gfs2/ |
A D | rgrp.c | 440 const u8 state1 = state << 2; in gfs2_bitcount() local 448 if (((*byte) & 0x0C) == state1) in gfs2_bitcount()
|
/linux/Documentation/admin-guide/pm/ |
A D | intel_idle.rst | 207 :file:`state1` ... :file:`state<i>` ..., where ``<i>`` is the index of the given
|
A D | cpuidle.rst | 411 called :file:`state0`, :file:`state1` and so on, up to the number of idle state
|
Completed in 49 milliseconds