Home
last modified time | relevance | path

Searched refs:sleep_cmd (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dpower.h15 struct iwl_powertable_cmd sleep_cmd; member
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_cmd.h24 int (*sleep_cmd)(struct s5p_mfc_dev *dev); member
H A Ds5p_mfc_cmd_v5.c154 .sleep_cmd = s5p_mfc_sleep_cmd_v5,
H A Ds5p_mfc_ctrl.c312 ret = s5p_mfc_hw_call(dev->mfc_cmds, sleep_cmd, dev); in s5p_mfc_sleep()
/linux/tools/testing/selftests/net/
H A Dlib.sh75 local sleep_cmd=$1; shift
93 $sleep_cmd
/linux/drivers/input/touchscreen/
H A Draydium_i2c_ts.c1179 static const u8 sleep_cmd[] = { 0x5A, 0xff, 0x00, 0x0f }; in raydium_enter_sleep() local
1183 sleep_cmd, sizeof(sleep_cmd)); in raydium_enter_sleep()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1172 if (!memcmp(&il->power_data.sleep_cmd, cmd, sizeof(*cmd)) && !force) in il_power_set_mode()
1200 memcpy(&il->power_data.sleep_cmd, cmd, sizeof(*cmd)); in il_power_set_mode()
1229 memset(&il->power_data.sleep_cmd, 0, sizeof(il->power_data.sleep_cmd)); in il_power_initialize()
H A Dcommon.h1117 struct il_powertable_cmd sleep_cmd; member