Searched refs:tm_p (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_rtc_test.c | 69 int set_system_time(struct tm *tm_p) in set_system_time() argument 83 ret = ioctl(fd, RTC_SET_TIME, tm_p); in set_system_time() 100 struct tm tm_p; in rtc_set_system_time_test() local 107 tm_p.tm_year = day/10000 - 1900; in rtc_set_system_time_test() 108 tm_p.tm_mon = (day%10000)/100 - 1; in rtc_set_system_time_test() 109 tm_p.tm_mday = (day%100); in rtc_set_system_time_test() 121 tm_p.tm_hour = hour/10000; in rtc_set_system_time_test() 122 tm_p.tm_min = (hour%10000)/100; in rtc_set_system_time_test() 123 tm_p.tm_sec = (hour%100); in rtc_set_system_time_test() 124 tm_p.tm_isdst = -1; in rtc_set_system_time_test() [all …]
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | rtc_test.c | 219 struct tm tm_p; in rtc_test() local 229 memset(&tm_p,0,sizeof(tm_p)); in rtc_test() 230 ret = ioctl(fd, RTC_RD_TIME, &tm_p); in rtc_test() 240 mktime(&tm_p); //ʹ��mktime�����õ�time_t��ʽ����� in rtc_test() 249 1900+tm_p.tm_year, 1 + tm_p.tm_mon, tm_p.tm_mday, in rtc_test() 250 tm_p.tm_hour, tm_p.tm_min, tm_p.tm_sec); in rtc_test()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | b-header-vars | 12 TM_P_H=tm_p.h config/arm/arm-flags.h arm-protos.h aarch-common-protos.h linux-protos.h tm-preds.h
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | b-header-vars | 12 TM_P_H=tm_p.h config/aarch64/aarch64-protos.h aarch-common-protos.h linux-protos.h tm-preds.h
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 3390 * 'tm_p.h', which includes the header 'MACHINE-protos.h' that 3393 'tree.h' would have been included. The 'tm_p.h' also includes the 25102 generated file 'tm_p.h' declares a few interfaces for working with 25134 'tm_p.h'.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 3390 * 'tm_p.h', which includes the header 'MACHINE-protos.h' that 3393 'tree.h' would have been included. The 'tm_p.h' also includes the 25102 generated file 'tm_p.h' declares a few interfaces for working with 25134 'tm_p.h'.
|