Searched refs:tdc_const (Results 1 – 8 of 8) sorted by relevance
112 const struct can_tdc_const *tdc_const = priv->tdc_const; in can_tdc_changelink() local126 if (tdcv < tdc_const->tdcv_min || tdcv > tdc_const->tdcv_max) in can_tdc_changelink()135 if (tdco < tdc_const->tdco_min || tdco > tdc_const->tdco_max) in can_tdc_changelink()144 if (tdcf < tdc_const->tdcf_min || tdcf > tdc_const->tdcf_max) in can_tdc_changelink()359 if (!priv->tdc_const) in can_tdc_get_size()369 if (priv->tdc_const->tdcf_max) { in can_tdc_get_size()379 if (priv->tdc_const->tdcf_max) in can_tdc_get_size()427 const struct can_tdc_const *tdc_const = priv->tdc_const; in can_tdc_fill_info() local429 if (!tdc_const) in can_tdc_fill_info()443 if (tdc_const->tdcf_max && in can_tdc_fill_info()[all …]
178 void can_calc_tdco(struct can_tdc *tdc, const struct can_tdc_const *tdc_const, in can_calc_tdco() argument183 if (!tdc_const || !(ctrlmode_supported & CAN_CTRLMODE_TDC_AUTO)) in can_calc_tdco()197 if (sample_point_in_tc < tdc_const->tdco_min) in can_calc_tdco()199 tdc->tdco = min(sample_point_in_tc, tdc_const->tdco_max); in can_calc_tdco()
126 void can_calc_tdco(struct can_tdc *tdc, const struct can_tdc_const *tdc_const,139 can_calc_tdco(struct can_tdc *tdc, const struct can_tdc_const *tdc_const, in can_calc_tdco() argument
51 const struct can_tdc_const *tdc_const; member
313 const struct can_tdc_const *tdc_const; member
471 .tdc_const = NULL,
519 .tdc_const = &es58x_tdc_const,
2063 can->tdc_const = param->tdc_const; in es58x_init_priv()
Completed in 19 milliseconds