Searched refs:ts_id (Results 1 – 15 of 15) sorted by relevance
| /drivers/rtc/ |
| A D | rtc-pcf2127.c | 692 int ts_id) in pcf2127_rtc_ts_read() argument 739 if (pcf2127->ts_valid[ts_id]) in pcf2127_rtc_ts_snapshot() 742 ret = pcf2127_rtc_ts_read(dev, &pcf2127->ts[ts_id], ts_id); in pcf2127_rtc_ts_snapshot() 744 pcf2127->ts_valid[ts_id] = true; in pcf2127_rtc_ts_snapshot() 841 pcf2127->ts_valid[ts_id] = false; in timestamp_store() 905 int ts_id) in timestamp_show() argument 915 if (!pcf2127->ts_valid[ts_id]) in timestamp_show() 917 ts = pcf2127->ts[ts_id]; in timestamp_show() 1123 __func__, ts_id); in pcf2127_enable_ts() 1135 __func__, ts_id); in pcf2127_enable_ts() [all …]
|
| /drivers/net/dsa/sja1105/ |
| A D | sja1105_ptp.c | 417 void sja1110_process_meta_tstamp(struct dsa_switch *ds, int port, u8 ts_id, in sja1110_process_meta_tstamp() argument 432 if (SJA1105_SKB_CB(skb)->ts_id != ts_id) in sja1110_process_meta_tstamp() 459 u8 ts_id; in sja1110_txtstamp() local 465 ts_id = priv->ts_id; in sja1110_txtstamp() 467 priv->ts_id++; in sja1110_txtstamp() 469 SJA1105_SKB_CB(clone)->ts_id = ts_id; in sja1110_txtstamp()
|
| A D | sja1105_ptp.h | 137 void sja1110_process_meta_tstamp(struct dsa_switch *ds, int port, u8 ts_id,
|
| A D | sja1105.h | 273 u8 ts_id; member
|
| /drivers/net/ethernet/microchip/sparx5/ |
| A D | sparx5_ptp.c | 250 SPARX5_SKB_CB(skb)->ts_id = port->ts_id; in sparx5_ptp_txtstamp_request() 254 port->ts_id++; in sparx5_ptp_txtstamp_request() 255 if (port->ts_id == SPARX5_MAX_PTP_ID) in sparx5_ptp_txtstamp_request() 256 port->ts_id = 0; in sparx5_ptp_txtstamp_request() 270 port->ts_id--; in sparx5_ptp_txtstamp_release() 362 if (SPARX5_SKB_CB(skb)->ts_id != id) in sparx5_ptp_irq_handler()
|
| A D | sparx5_main.h | 235 u16 ts_id; member 261 u16 ts_id; member
|
| A D | sparx5_packet.c | 254 SPARX5_SKB_CB(skb)->ts_id); in sparx5_port_xmit_impl()
|
| /drivers/net/ethernet/microchip/lan966x/ |
| A D | lan966x_ptp.c | 419 LAN966X_SKB_CB(skb)->ts_id = port->ts_id; in lan966x_ptp_txtstamp_request() 423 port->ts_id++; in lan966x_ptp_txtstamp_request() 424 if (port->ts_id == LAN966X_MAX_PTP_ID) in lan966x_ptp_txtstamp_request() 425 port->ts_id = 0; in lan966x_ptp_txtstamp_request() 439 port->ts_id--; in lan966x_ptp_txtstamp_release() 528 if (LAN966X_SKB_CB(skb)->ts_id != id) in lan966x_ptp_irq_handler()
|
| A D | lan966x_main.h | 262 u16 ts_id; member 414 u16 ts_id; member
|
| A D | lan966x_main.c | 389 lan966x_ifh_set_timestamp(ifh, LAN966X_SKB_CB(skb)->ts_id); in lan966x_port_xmit()
|
| /drivers/net/ethernet/mscc/ |
| A D | ocelot_ptp.c | 612 int port, u8 ts_id, in ocelot_port_dequeue_ptp_tx_skb() argument 622 if (OCELOT_SKB_CB(skb)->ts_id != ts_id) in ocelot_port_dequeue_ptp_tx_skb() 667 port, OCELOT_SKB_CB(skb)->ts_id); in ocelot_port_queue_ptp_tx_skb() 673 __set_bit(OCELOT_SKB_CB(skb)->ts_id, ts_id_in_flight); in ocelot_port_queue_ptp_tx_skb() 689 OCELOT_SKB_CB(clone)->ts_id = n; in ocelot_port_queue_ptp_tx_skb()
|
| /drivers/hte/ |
| A D | hte.c | 239 u32 ts_id; in hte_ts_dis_en_common() local 254 ts_id = desc->attr.line_id; in hte_ts_dis_en_common() 259 dev_dbg(gdev->sdev, "id:%d is not registered", ts_id); in hte_ts_dis_en_common() 276 ts_id); in hte_ts_dis_en_common() 292 ts_id); in hte_ts_dis_en_common()
|
| /drivers/net/ethernet/microchip/sparx5/lan969x/ |
| A D | lan969x.c | 262 if (SPARX5_SKB_CB(skb)->ts_id != id) in lan969x_ptp_irq_handler()
|
| /drivers/soc/mediatek/ |
| A D | mtk-svs.c | 1968 int o_slope, o_slope_sign, ts_id; in svs_mt8183_efuse_parsing() local 2039 ts_id = (svsp->tefuse[1] >> 9) & BIT(0); in svs_mt8183_efuse_parsing() 2040 if (!ts_id) { in svs_mt8183_efuse_parsing()
|
| /drivers/net/wireless/ath/ath6kl/ |
| 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()
|
Completed in 54 milliseconds