Home
last modified time | relevance | path

Searched refs:tstamp_rx_ctrl (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/hsi/
H A Dcs-protocol.h91 struct cs_timestamp tstamp_rx_ctrl; member
/linux/drivers/net/ethernet/renesas/
H A Dravb_main.c958 get_ts = priv->tstamp_rx_ctrl != HWTSTAMP_FILTER_NONE; in ravb_rx_rcar_hwstamp()
960 get_ts = priv->tstamp_rx_ctrl == HWTSTAMP_FILTER_ALL; in ravb_rx_rcar_hwstamp()
2429 config->rx_filter = priv->tstamp_rx_ctrl; in ravb_hwtstamp_get()
2440 enum hwtstamp_rx_filters tstamp_rx_ctrl; in ravb_hwtstamp_set() local
2455 tstamp_rx_ctrl = config->rx_filter; in ravb_hwtstamp_set()
2459 tstamp_rx_ctrl = HWTSTAMP_FILTER_ALL; in ravb_hwtstamp_set()
2463 priv->tstamp_rx_ctrl = tstamp_rx_ctrl; in ravb_hwtstamp_set()
/linux/drivers/hsi/clients/
H A Dcmt_speech.c443 &hi->mmap_cfg->tstamp_rx_ctrl; in cs_hsi_read_on_control_complete()