hid_time_value 97 drivers/rtc/rtc-hid-sensor-time.c (int)hid_time_value(raw_len, raw_data)-1900; hid_time_value 101 drivers/rtc/rtc-hid-sensor-time.c time_buf->tm_mon = (int)hid_time_value(raw_len, raw_data)-1; hid_time_value 104 drivers/rtc/rtc-hid-sensor-time.c time_buf->tm_mday = (int)hid_time_value(raw_len, raw_data); hid_time_value 107 drivers/rtc/rtc-hid-sensor-time.c time_buf->tm_hour = (int)hid_time_value(raw_len, raw_data); hid_time_value 110 drivers/rtc/rtc-hid-sensor-time.c time_buf->tm_min = (int)hid_time_value(raw_len, raw_data); hid_time_value 113 drivers/rtc/rtc-hid-sensor-time.c time_buf->tm_sec = (int)hid_time_value(raw_len, raw_data);