| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_timeline.h | 30 TP_PROTO(u64 ts_sec, 35 TP_ARGS(ts_sec, 41 __field(u64, ts_sec) 48 __entry->ts_sec = ts_sec; 55 (int)__entry->ts_sec, 64 TP_PROTO(u64 ts_sec, 70 TP_ARGS(ts_sec, 77 __field(u64, ts_sec) 85 __entry->ts_sec = ts_sec; 93 (int)__entry->ts_sec, [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __threading_support | 361 typedef decltype(__ts.tv_sec) ts_sec; 362 _LIBCPP_CONSTEXPR ts_sec __ts_sec_max = numeric_limits<ts_sec>::max(); 366 __ts.tv_sec = static_cast<ts_sec>(__s.count());
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __threading_support | 361 typedef decltype(__ts.tv_sec) ts_sec; 362 _LIBCPP_CONSTEXPR ts_sec __ts_sec_max = numeric_limits<ts_sec>::max(); 366 __ts.tv_sec = static_cast<ts_sec>(__s.count());
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | console.c | 569 unsigned long ts_sec, ts_msec, ticks; in puts() local 582 ts_sec = ticks / 1000000; in puts() 585 "[%5lu.%06lu] ", ts_sec, ts_msec); in puts()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_statlog.c | 685 uint64 ts_sec, rem_usec; in dhd_statlog_convert_time() local 693 ts_sec = elem->ts_tz; in dhd_statlog_convert_time() 694 rem_usec = DIV_AND_MOD_U64_BY_U32(ts_sec, USEC_PER_SEC); in dhd_statlog_convert_time() 696 rtc_time_to_tm((unsigned long)ts_sec, &tm); in dhd_statlog_convert_time()
|
| H A D | linux_osl.c | 196 uint64 ts_sec, ts_usec; in osl_dma_map_dump() local 200 osl_get_localtime(&ts_sec, &ts_usec); in osl_dma_map_dump() 205 map_log->idx, unmap_log->idx, (unsigned long)ts_sec, in osl_dma_map_dump()
|
| H A D | dhd_linux_exportfs.c | 815 uint64 ts_sec, ts_usec, time_delta; in show_pwrstats_path() local 943 OSL_GET_LOCALTIME(&ts_sec, &ts_usec); in show_pwrstats_path() 944 time_delta = ts_sec * USEC_PER_SEC + ts_usec - pwrstats_sysfs.current_ts; in show_pwrstats_path()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_statlog.c | 685 uint64 ts_sec, rem_usec; in dhd_statlog_convert_time() local 693 ts_sec = elem->ts_tz; in dhd_statlog_convert_time() 694 rem_usec = DIV_AND_MOD_U64_BY_U32(ts_sec, USEC_PER_SEC); in dhd_statlog_convert_time() 696 rtc_time_to_tm((unsigned long)ts_sec, &tm); in dhd_statlog_convert_time()
|
| H A D | linux_osl.c | 196 uint64 ts_sec, ts_usec; in osl_dma_map_dump() local 200 osl_get_localtime(&ts_sec, &ts_usec); in osl_dma_map_dump() 205 map_log->idx, unmap_log->idx, (unsigned long)ts_sec, in osl_dma_map_dump()
|
| H A D | dhd_linux_exportfs.c | 813 uint64 ts_sec, ts_usec, time_delta; in show_pwrstats_path() local 941 OSL_GET_LOCALTIME(&ts_sec, &ts_usec); in show_pwrstats_path() 942 time_delta = ts_sec * USEC_PER_SEC + ts_usec - pwrstats_sysfs.current_ts; in show_pwrstats_path()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | if_packet.h | 182 unsigned int ts_sec; member
|
| H A D | coda.h | 90 long ts_sec; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | if_packet.h | 182 unsigned int ts_sec; member
|
| H A D | coda.h | 90 long ts_sec; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_packet.h | 183 unsigned int ts_sec; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/mon/ |
| H A D | mon_bin.c | 98 s64 ts_sec; /* ktime_get_real_ts64 */ member 573 ep->ts_sec = ts.tv_sec; in mon_bin_event() 661 ep->ts_sec = ts.tv_sec; in mon_bin_error()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_11h.c | 1395 pts->ts_sec, pts->ts_usec); in wlan_11h_find_dfs_timestamp() 1476 &pdfs_ts->ts_sec, in wlan_11h_add_dfs_timestamp() 1483 pdfs_ts->ts_sec, pdfs_ts->ts_usec); in wlan_11h_add_dfs_timestamp() 2894 if ((now_sec - pdfs_ts->ts_sec) <= in wlan_11h_is_channel_under_nop() 2901 if ((now_sec - pdfs_ts->ts_sec) <= in wlan_11h_is_channel_under_nop()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | linux_osl.c | 243 uint64 ts_sec, ts_usec; in osl_dma_map_dump() local 247 osl_get_localtime(&ts_sec, &ts_usec); in osl_dma_map_dump() 252 map_log->idx, unmap_log->idx, (unsigned long)ts_sec, in osl_dma_map_dump()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | linux_osl.c | 243 uint64 ts_sec, ts_usec; in osl_dma_map_dump() local 247 osl_get_localtime(&ts_sec, &ts_usec); in osl_dma_map_dump() 252 map_log->idx, unmap_log->idx, (unsigned long)ts_sec, in osl_dma_map_dump()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | linux_osl.c | 243 uint64 ts_sec, ts_usec; in osl_dma_map_dump() local 247 osl_get_localtime(&ts_sec, &ts_usec); in osl_dma_map_dump() 252 map_log->idx, unmap_log->idx, (unsigned long)ts_sec, in osl_dma_map_dump()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_11h.c | 1668 DFS_TS_REPR_STRINGS[pts->represents], pts->ts_sec, in wlan_11h_find_dfs_timestamp() 1747 pmadapter->pmoal_handle, &pdfs_ts->ts_sec, &pdfs_ts->ts_usec); in wlan_11h_add_dfs_timestamp() 1754 DFS_TS_REPR_STRINGS[pdfs_ts->represents], pdfs_ts->ts_sec, in wlan_11h_add_dfs_timestamp() 3577 if ((now_sec - pdfs_ts->ts_sec) <= in wlan_11h_is_channel_under_nop() 3582 if ((now_sec - pdfs_ts->ts_sec) <= in wlan_11h_is_channel_under_nop()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/usb/ |
| H A D | ems_usb.c | 194 __le32 ts_sec; /* timestamp in seconds */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/ |
| H A D | lan743x_main.c | 2129 u32 ts_sec = 0; in lan743x_rx_process_packet() local 2202 ts_sec = le32_to_cpu(descriptor->data1); in lan743x_rx_process_packet() 2218 hwtstamps->hwtstamp = ktime_set(ts_sec, ts_nsec); in lan743x_rx_process_packet()
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | usbmon.rst | 227 s64 ts_sec; /* 16: gettimeofday */
|
| /OK3568_Linux_fs/kernel/net/packet/ |
| H A D | af_packet.c | 775 h1->ts_last_pkt.ts_sec = last_pkt->tp_sec; in prb_close_block() 785 h1->ts_last_pkt.ts_sec = ts.tv_sec; in prb_close_block() 829 h1->ts_first_pkt.ts_sec = ts.tv_sec; in prb_open_block()
|