Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtac5xx2-sdw.c1562 struct tm tm_time; in tac5xx2_fw_ready()
1625 time64_to_tm(hdr.timestamp, 0, &tm_time); in tac_load_and_cache_firmware_async()
1628 tm_time.tm_year + 1900, tm_time.tm_mon + 1, tm_time.tm_mday, in tac_load_and_cache_firmware_async()
1629 tm_time.tm_hour, tm_time.tm_min);
1540 struct tm tm_time; tac5xx2_fw_ready() local
/linux/tools/testing/selftests/rtc/
H A Drtctest.c66 struct tm tm_time = { in rtc_time_to_timestamp() local
75 return mktime(&tm_time); in rtc_time_to_timestamp()