Searched refs:wellness_str (Results 1 – 1 of 1) sorted by relevance
2282 static int aac_send_wellness_command(struct aac_dev *dev, char *wellness_str, in aac_send_wellness_command() argument2322 memcpy(dma_buf, (char *)wellness_str, datasize); in aac_send_wellness_command()2360 char wellness_str[] = "<HW>TD\010\0\0\0\0\0\0\0\0\0DW\0\0ZZ"; in aac_send_safw_hostttime() local2361 u32 datasize = sizeof(wellness_str); in aac_send_safw_hostttime()2372 wellness_str[8] = bin2bcd(cur_tm.tm_hour); in aac_send_safw_hostttime()2373 wellness_str[9] = bin2bcd(cur_tm.tm_min); in aac_send_safw_hostttime()2374 wellness_str[10] = bin2bcd(cur_tm.tm_sec); in aac_send_safw_hostttime()2375 wellness_str[12] = bin2bcd(cur_tm.tm_mon); in aac_send_safw_hostttime()2376 wellness_str[13] = bin2bcd(cur_tm.tm_mday); in aac_send_safw_hostttime()2377 wellness_str[14] = bin2bcd(cur_tm.tm_year / 100); in aac_send_safw_hostttime()[all …]