Home
last modified time | relevance | path

Searched refs:actual_state (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Dnic_link_layer.py58 actual_state = "on" if autoneg_output is True else "off"
60 ksft_eq(actual_state, expected_state)
/linux-6.15/sound/hda/
H A Dhdac_device.c1152 unsigned int state, actual_state, count; in snd_hdac_sync_power_state() local
1161 actual_state = (state >> 4) & 0x0f; in snd_hdac_sync_power_state()
1162 if (actual_state == power_state) in snd_hdac_sync_power_state()