Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dgigabyte_waterforce.c31 static const u8 get_status_cmd[] = { 0x99, 0xDA }; variable
147 ret = waterforce_write_expanded(priv, get_status_cmd, GET_STATUS_CMD_LENGTH); in waterforce_get_status()
270 if (data[0] != get_status_cmd[0] || data[1] != get_status_cmd[1]) in waterforce_raw_event()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c2679 struct iwl_wowlan_get_status_cmd get_status_cmd = { in iwl_mvm_parse_wowlan_status_common() local
2685 .data = { &get_status_cmd, }, in iwl_mvm_parse_wowlan_status_common()
2686 .len = { sizeof(get_status_cmd), }, in iwl_mvm_parse_wowlan_status_common()