Searched refs:dhd_ts_t (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_timesync.h | 31 typedef struct dhd_ts dhd_ts_t; typedef 43 extern int dhd_timesync_iovar_op(dhd_ts_t *ts, const char *name, void *params, int plen, 47 extern void dhd_timesync_handle_host_ts_complete(dhd_ts_t *ts, uint16 xt_id, uint16 status); 50 extern void dhd_timesync_handle_fw_timestamp(dhd_ts_t *ts, uchar *tlv, uint32 tlv_len, 54 extern void dhd_timesync_notify_ipc_rev(dhd_ts_t *ts, uint32 ipc_rev); 57 extern void dhd_timesync_log_tx_timestamp(dhd_ts_t *ts, uint16 flowid, uint8 intf, 61 extern void dhd_timesync_log_rx_timestamp(dhd_ts_t *ts, uint8 intf,
|
| H A D | dhd_timesync.c | 139 static uint32 dhd_timesync_send_D2H_clk_correction(dhd_ts_t *ts); 140 static uint32 dhd_timesync_send_host_clk_info(dhd_ts_t *ts); 141 static uint32 dhd_timesync_send_host_clock_selection(dhd_ts_t *ts); 142 static uint32 dhd_timesync_send_host_timestamping_config(dhd_ts_t *ts, bool inject_err); 199 static int dhd_ts_fw_clksrc_dump(dhd_ts_t *ts, char *buf, int buflen); 216 dhd_ts_t *ts; in dhd_read_proc_ts_fw_clk_dump() 252 dhd_ts_t *ts; in dhd_read_proc_ts_tx_dump() 290 dhd_ts_t *ts; in dhd_read_proc_ts_rx_dump() 340 dhd_ts_t *ts; in dhd_timesync_detach() 354 MFREE(dhdp->osh, ts, sizeof(dhd_ts_t)); in dhd_timesync_detach() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_timesync.h | 31 typedef struct dhd_ts dhd_ts_t; typedef 43 extern int dhd_timesync_iovar_op(dhd_ts_t *ts, const char *name, void *params, int plen, 47 extern void dhd_timesync_handle_host_ts_complete(dhd_ts_t *ts, uint16 xt_id, uint16 status); 50 extern void dhd_timesync_handle_fw_timestamp(dhd_ts_t *ts, uchar *tlv, uint32 tlv_len, 54 extern void dhd_timesync_notify_ipc_rev(dhd_ts_t *ts, uint32 ipc_rev); 57 extern void dhd_timesync_log_tx_timestamp(dhd_ts_t *ts, uint16 flowid, uint8 intf, 61 extern void dhd_timesync_log_rx_timestamp(dhd_ts_t *ts, uint8 intf,
|
| H A D | dhd_timesync.c | 139 static uint32 dhd_timesync_send_D2H_clk_correction(dhd_ts_t *ts); 140 static uint32 dhd_timesync_send_host_clk_info(dhd_ts_t *ts); 141 static uint32 dhd_timesync_send_host_clock_selection(dhd_ts_t *ts); 142 static uint32 dhd_timesync_send_host_timestamping_config(dhd_ts_t *ts, bool inject_err); 199 static int dhd_ts_fw_clksrc_dump(dhd_ts_t *ts, char *buf, int buflen); 216 dhd_ts_t *ts; in dhd_read_proc_ts_fw_clk_dump() 252 dhd_ts_t *ts; in dhd_read_proc_ts_tx_dump() 290 dhd_ts_t *ts; in dhd_read_proc_ts_rx_dump() 340 dhd_ts_t *ts; in dhd_timesync_detach() 354 MFREE(dhdp->osh, ts, sizeof(dhd_ts_t)); in dhd_timesync_detach() [all …]
|