Searched refs:time64_to_tm (Results 1 – 16 of 16) sorted by relevance
| /linux/kernel/time/ |
| H A D | timeconv.c | 47 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result) in time64_to_tm() function 141 EXPORT_SYMBOL(time64_to_tm);
|
| /linux/include/linux/ |
| H A D | time.h | 58 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-rds-gen.c | 94 time64_to_tm(ktime_get_real_seconds(), 0, &tm); in vivid_rds_generate()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_coredump.c | 286 time64_to_tm(start, 0, &tm); in bnxt_fill_coredump_record() 311 time64_to_tm(end, 0, &tm); in bnxt_fill_coredump_record()
|
| /linux/drivers/net/wwan/ |
| H A D | wwan_hwsim.c | 243 time64_to_tm(ktime_get_real_seconds(), 0, &tm); in wwan_hwsim_nmea_emul_timer()
|
| /linux/security/tomoyo/ |
| H A D | util.c | 95 time64_to_tm(time64, 0, &tm); in tomoyo_convert_time()
|
| /linux/net/netfilter/ |
| H A D | nft_meta.c | 56 time64_to_tm(secs, 0, &tm); in nft_meta_hour()
|
| /linux/sound/soc/codecs/ |
| H A D | tas2783-sdw.c | 638 time64_to_tm(ts, 0, &tm); in tas2783_validate_calibdata()
|
| H A D | tac5xx2-sdw.c | 1625 time64_to_tm(hdr.timestamp, 0, &tm_time); in tac_load_and_cache_firmware_async()
|
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_hwrm_lib.c | 160 time64_to_tm(ktime_get_real_seconds(), 0, &tm); in bnge_hwrm_fw_set_time()
|
| /linux/drivers/scsi/aacraid/ |
| H A D | commsup.c | 2239 time64_to_tm(local_time, 0, &cur_tm); in aac_send_safw_hostttime()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | debugfs.c | 1008 time64_to_tm(entry->seconds_since_epoch, 0, &tm); in dump_cfg_access_entry()
|
| /linux/drivers/scsi/ |
| H A D | ips.c | 5973 time64_to_tm(current_time, 0, &tm); in ips_fix_ffdc_time()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.c | 389 time64_to_tm(ktime_get_real_seconds(), in lpfc_vmid_info_show()
|
| H A D | lpfc_init.c | 5661 time64_to_tm(cur_time.tv_sec, 0, &tm_val); in lpfc_cgn_update_tstamp()
|
| H A D | lpfc_sli.c | 8408 time64_to_tm(cur_time.tv_sec, 0, &broken); in lpfc_set_host_tm()
|