Home
last modified time | relevance | path

Searched refs:fw_ts_ms (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pno.c208 convert_fw_rel_time_to_systime(struct timespec64 *ts, uint32 fw_ts_ms) in convert_fw_rel_time_to_systime() argument
210 convert_fw_rel_time_to_systime(struct timespec *ts, uint32 fw_ts_ms) in convert_fw_rel_time_to_systime()
213 return ((uint64)(TIMESPEC_TO_US(*ts)) - (uint64)(fw_ts_ms * 1000)); in convert_fw_rel_time_to_systime()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pno.c208 convert_fw_rel_time_to_systime(struct timespec64 *ts, uint32 fw_ts_ms) in convert_fw_rel_time_to_systime() argument
210 convert_fw_rel_time_to_systime(struct timespec *ts, uint32 fw_ts_ms) in convert_fw_rel_time_to_systime()
213 return ((uint64)(TIMESPEC_TO_US(*ts)) - (uint64)(fw_ts_ms * 1000)); in convert_fw_rel_time_to_systime()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pno.c208 convert_fw_rel_time_to_systime(struct timespec64 *ts, uint32 fw_ts_ms) in convert_fw_rel_time_to_systime() argument
210 convert_fw_rel_time_to_systime(struct timespec *ts, uint32 fw_ts_ms) in convert_fw_rel_time_to_systime()
213 return ((uint64)(TIMESPEC_TO_US(*ts)) - (uint64)(fw_ts_ms * 1000)); in convert_fw_rel_time_to_systime()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pno.c190 convert_fw_rel_time_to_systime(struct osl_timespec *ts, uint32 fw_ts_ms) in convert_fw_rel_time_to_systime() argument
192 return ((uint64)(TIMESPEC_TO_US(*ts)) - (uint64)(fw_ts_ms * 1000)); in convert_fw_rel_time_to_systime()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pno.c211 convert_fw_rel_time_to_systime(struct osl_timespec *ts, uint32 fw_ts_ms) in convert_fw_rel_time_to_systime() argument
213 return ((uint64)(TIMESPEC_TO_US(*ts)) - (uint64)(fw_ts_ms * 1000)); in convert_fw_rel_time_to_systime()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pno.c211 convert_fw_rel_time_to_systime(struct osl_timespec *ts, uint32 fw_ts_ms) in convert_fw_rel_time_to_systime() argument
213 return ((uint64)(TIMESPEC_TO_US(*ts)) - (uint64)(fw_ts_ms * 1000)); in convert_fw_rel_time_to_systime()