Lines Matching refs:st_motorcurve
409 static void Motor_Curve_Free (struct st_motorcurve **motorcurves,
414 static struct st_motorcurve **Motor_Curve_Parse (SANE_Int * mtc_count,
818 struct st_motorcurve *mtc = dev->mtrsetting[motorcurve];
887 static struct st_motorcurve **
891 struct st_motorcurve **rst = NULL;
902 struct st_motorcurve *mtc = NULL;
923 (struct st_motorcurve *)
924 malloc (sizeof (struct st_motorcurve));
930 sizeof (struct st_motorcurve **) *
935 memset (mtc, 0, sizeof (struct st_motorcurve));
1033 Motor_Curve_Free (struct st_motorcurve **motorcurves, SANE_Int * mtc_count)
1037 struct st_motorcurve *mtc;
8552 struct st_motorcurve *ms = dev->mtrsetting[sm->motorcurve];