Searched refs:ts_id (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-pcf2127.c | 709 int ts_id) in pcf2127_rtc_ts_read() argument 716 ret = regmap_bulk_read(pcf2127->regmap, pcf2127->cfg->ts[ts_id].reg_base, in pcf2127_rtc_ts_read() 747 static void pcf2127_rtc_ts_snapshot(struct device *dev, int ts_id) in pcf2127_rtc_ts_snapshot() argument 752 if (ts_id >= pcf2127->cfg->ts_count) in pcf2127_rtc_ts_snapshot() 756 if (pcf2127->ts_valid[ts_id]) in pcf2127_rtc_ts_snapshot() 759 ret = pcf2127_rtc_ts_read(dev, &pcf2127->ts[ts_id], ts_id); in pcf2127_rtc_ts_snapshot() 761 pcf2127->ts_valid[ts_id] = true; in pcf2127_rtc_ts_snapshot() 849 const char *buf, size_t count, int ts_id) in timestamp_store() argument 854 if (ts_id >= pcf2127->cfg->ts_count) in timestamp_store() 858 pcf2127->ts_valid[ts_id] = false; in timestamp_store() [all …]
|
| /linux/include/linux/dsa/ |
| H A D | sja1105.h | 52 void (*meta_tstamp_handler)(struct dsa_switch *ds, int port, u8 ts_id, 60 u8 ts_id; member
|
| H A D | ocelot.h | 21 u8 ts_id; member 271 rew_op |= OCELOT_SKB_CB(clone)->ts_id << 3; in ocelot_ptp_rew_op()
|
| /linux/net/dsa/ |
| H A D | tag_sja1105.c | 337 u8 ts_id = SJA1105_SKB_CB(clone)->ts_id; in sja1110_xmit() local 340 *tx_trailer |= cpu_to_be32(SJA1110_TX_TRAILER_TSTAMP_ID(ts_id)); in sja1110_xmit() 550 u8 ts_id, source_port, dir; in sja1110_rcv_meta() local 553 ts_id = buf[0]; in sja1110_rcv_meta() 558 tagger_data->meta_tstamp_handler(ds, source_port, ts_id, dir, in sja1110_rcv_meta()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_ptp.c | 422 LAN966X_SKB_CB(skb)->ts_id = port->ts_id; in lan966x_ptp_txtstamp_request() 426 port->ts_id++; in lan966x_ptp_txtstamp_request() 427 if (port->ts_id == LAN966X_MAX_PTP_ID) in lan966x_ptp_txtstamp_request() 428 port->ts_id = 0; in lan966x_ptp_txtstamp_request() 442 port->ts_id--; in lan966x_ptp_txtstamp_release() 531 if (LAN966X_SKB_CB(skb)->ts_id != id) in lan966x_ptp_irq_handler()
|
| H A D | lan966x_main.h | 262 u16 ts_id; member 414 u16 ts_id; member
|
| H A D | lan966x_main.c | 389 lan966x_ifh_set_timestamp(ifh, LAN966X_SKB_CB(skb)->ts_id); in lan966x_port_xmit()
|
| /linux/drivers/net/ethernet/microchip/sparx5/lan969x/ |
| H A D | lan969x.c | 262 if (SPARX5_SKB_CB(skb)->ts_id != id) in lan969x_ptp_irq_handler()
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_main.h | 235 u16 ts_id; member 261 u16 ts_id; member
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.c | 1511 u8 ts_id; in ath6kl_wmi_cac_event_rx() local 1556 ts_id = ((tsinfo >> IEEE80211_WMM_IE_TSPEC_TID_SHIFT) & in ath6kl_wmi_cac_event_rx() 1560 wmi->stream_exist_for_ac[reply->ac] &= ~(1 << ts_id); in ath6kl_wmi_cac_event_rx()
|