Searched refs:rx_ts (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/net/phy/ |
D | micrel.c | 2079 struct lan8814_ptp_rx_ts *rx_ts, *tmp; in lan8814_hwtstamp() local 2156 list_for_each_entry_safe(rx_ts, tmp, &ptp_priv->rx_ts_list, list) { in lan8814_hwtstamp() 2157 list_del(&rx_ts->list); in lan8814_hwtstamp() 2158 kfree(rx_ts); in lan8814_hwtstamp() 2209 struct lan8814_ptp_rx_ts *rx_ts, *tmp; in lan8814_match_rx_ts() local 2218 list_for_each_entry_safe(rx_ts, tmp, &ptp_priv->rx_ts_list, list) { in lan8814_match_rx_ts() 2220 if (memcmp(&skb_sig, &rx_ts->seq_id, sizeof(rx_ts->seq_id))) in lan8814_match_rx_ts() 2225 shhwtstamps->hwtstamp = ktime_set(rx_ts->seconds, in lan8814_match_rx_ts() 2226 rx_ts->nsec); in lan8814_match_rx_ts() 2227 list_del(&rx_ts->list); in lan8814_match_rx_ts() [all …]
|
/linux-5.19.10/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_pro.h | 181 struct pcan_usb_pro_rxts rx_ts; member
|
D | pcan_usb_pro.c | 739 pcan_usb_pro_handle_ts(usb_if, &pr->rx_ts); in pcan_usb_pro_decode_buf()
|
/linux-5.19.10/drivers/media/cec/core/ |
D | cec-adap.c | 370 data->msg.rx_ts = ktime_get_ns(); in cec_data_cancel() 751 msg->rx_ts = 0; in cec_transmit_msg_fh() 1077 msg->rx_ts = ktime_to_ns(ts); in cec_received_msg_ts() 1201 dst->rx_ts = msg->rx_ts; in cec_received_msg_ts()
|
D | cec-pin.c | 819 pin->work_rx_msg.rx_ts = ktime_to_ns(ts); in cec_pin_rx_states() 1064 ns_to_ktime(pin->work_rx_msg.rx_ts)); in cec_pin_thread_func()
|
/linux-5.19.10/include/uapi/linux/ |
D | cec.h | 59 __u64 rx_ts; member
|
/linux-5.19.10/drivers/net/ethernet/intel/ice/ |
D | ice_ptp_hw.c | 1172 ice_ptp_read_port_capture(struct ice_hw *hw, u8 port, u64 *tx_ts, u64 *rx_ts) in ice_ptp_read_port_capture() argument 1188 err = ice_read_64b_phy_reg_e822(hw, port, P_REG_RX_CAPTURE_L, rx_ts); in ice_ptp_read_port_capture() 1196 (unsigned long long)*rx_ts); in ice_ptp_read_port_capture()
|
/linux-5.19.10/Documentation/userspace-api/media/cec/ |
D | cec-ioc-receive.rst | 106 - ``rx_ts``
|