Home
last modified time | relevance | path

Searched refs:time_base (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/comedi/drivers/
H A Daddi_apci_3xxx.c466 int time_base; in apci3xxx_ai_ns_to_timer() local
469 for (time_base = 0; time_base < 3; time_base++) { in apci3xxx_ai_ns_to_timer()
471 if (!(board->ai_conv_units & (1 << time_base))) in apci3xxx_ai_ns_to_timer()
474 switch (time_base) { in apci3xxx_ai_ns_to_timer()
500 devpriv->ai_time_base = time_base; in apci3xxx_ai_ns_to_timer()
502 *ns = timer * time_base; in apci3xxx_ai_ns_to_timer()
/linux/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh212 time_base=`echo "$base" | awk '{print $6}' | sed s/,//`
234 time_drop=`echo "scale=4;($time_comp-$time_base)*100/$time_base" | bc | awk '{printf "%.4f", $0}'`
235 …printf "Gitsource-$1 time base: $time_base comprison: $time_comp percent: $time_drop\n" | tee -a $…
/linux/drivers/media/pci/tw5864/
H A Dtw5864-video.c806 struct v4l2_fract time_base; in tw5864_s_parm() local
809 ret = tw5864_frameinterval_get(input, &time_base); in tw5864_s_parm()
814 t->numerator = time_base.numerator * input->frame_interval; in tw5864_s_parm()
815 t->denominator = time_base.denominator; in tw5864_s_parm()
816 } else if (t->denominator != time_base.denominator) { in tw5864_s_parm()
817 t->numerator = t->numerator * time_base.denominator / in tw5864_s_parm()
819 t->denominator = time_base.denominator; in tw5864_s_parm()
822 input->frame_interval = t->numerator / time_base.numerator; in tw5864_s_parm()
/linux/drivers/char/
H A Dapplicom.h78 unsigned char time_base; member
/linux/drivers/media/i2c/
H A Dtc358746.c466 unsigned int time_base) in tc358746_cfg_to_cnt() argument
468 return DIV_ROUND_UP(cfg_val * clk_mhz, time_base); in tc358746_cfg_to_cnt()
/linux/Documentation/admin-guide/
H A Dmd.rst368 bitmap/time_base
371 between 2 and 3 times ``time_base`` after all the covered blocks
/linux/drivers/md/
H A Dmd-bitmap.c2765 __ATTR(time_base, S_IRUGO|S_IWUSR, timeout_show, timeout_store);