Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/renesas/
H A Drtsn.c67 u32 tstamp_rx_ctrl; member
161 get_ts = priv->tstamp_rx_ctrl != HWTSTAMP_FILTER_NONE; in rtsn_rx()
1129 config->rx_filter = priv->tstamp_rx_ctrl; in rtsn_hwtstamp_get()
1138 enum hwtstamp_rx_filters tstamp_rx_ctrl; in rtsn_hwtstamp_set() local
1162 tstamp_rx_ctrl = config->rx_filter; in rtsn_hwtstamp_set()
1166 tstamp_rx_ctrl = HWTSTAMP_FILTER_ALL; in rtsn_hwtstamp_set()
1171 priv->tstamp_rx_ctrl = tstamp_rx_ctrl; in rtsn_hwtstamp_set()
H A Drswitch_main.c848 get_ts = rdev->priv->tstamp_rx_ctrl != HWTSTAMP_FILTER_NONE; in rswitch_rx()
1806 config->rx_filter = priv->tstamp_rx_ctrl; in rswitch_hwstamp_get()
1816 enum hwtstamp_rx_filters tstamp_rx_ctrl; in rswitch_hwstamp_set() local
1834 tstamp_rx_ctrl = config->rx_filter; in rswitch_hwstamp_set()
1838 tstamp_rx_ctrl = HWTSTAMP_FILTER_ALL; in rswitch_hwstamp_set()
1843 rdev->priv->tstamp_rx_ctrl = tstamp_rx_ctrl; in rswitch_hwstamp_set()
H A Dravb_main.c957 get_ts = priv->tstamp_rx_ctrl != HWTSTAMP_FILTER_NONE; in ravb_rx_rcar_hwstamp()
959 get_ts = priv->tstamp_rx_ctrl == HWTSTAMP_FILTER_ALL; in ravb_rx_rcar_hwstamp()
2428 config->rx_filter = priv->tstamp_rx_ctrl; in ravb_hwtstamp_get()
2439 enum hwtstamp_rx_filters tstamp_rx_ctrl; in ravb_hwtstamp_set() local
2454 tstamp_rx_ctrl = config->rx_filter; in ravb_hwtstamp_set()
2458 tstamp_rx_ctrl = HWTSTAMP_FILTER_ALL; in ravb_hwtstamp_set()
2462 priv->tstamp_rx_ctrl = tstamp_rx_ctrl; in ravb_hwtstamp_set()
/linux/include/uapi/linux/hsi/
H A Dcs-protocol.h91 struct cs_timestamp tstamp_rx_ctrl; member
/linux/drivers/hsi/clients/
H A Dcmt_speech.c443 &hi->mmap_cfg->tstamp_rx_ctrl; in cs_hsi_read_on_control_complete()