Searched refs:ts_config (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ptp.c181 struct hwtstamp_config *config = &interface->ts_config;
212 struct hwtstamp_config ts_config; local
214 if (copy_from_user(&ts_config, ifr->ifr_data, sizeof(ts_config)))
218 if (ts_config.flags)
221 switch (ts_config.tx_type) {
231 switch (ts_config.rx_filter) {
249 ts_config.rx_filter = HWTSTAMP_FILTER_ALL;
256 interface->ts_config = ts_config;
[all...]
H A Dfm10k.h323 struct hwtstamp_config ts_config; member in struct:fm10k_intfc
/drivers/media/dvb-frontends/
H A Dstv0900_priv.h262 struct stv0900_reg *ts_config; member in struct:stv0900_init_params
335 struct stv0900_reg *ts_config; member in struct:stv0900_internal
H A Dstv0900_core.c1408 intp->ts_config = p_init->ts_config;
1409 if (intp->ts_config == NULL)
1414 for (i = 0; intp->ts_config[i].addr != 0xffff; i++)
1416 intp->ts_config[i].addr,
1417 intp->ts_config[i].val);
1940 init_params.ts_config = config->ts_config_regs;

Completed in 586 milliseconds