Lines Matching refs:syncrate
2340 const struct ahc_syncrate *syncrate; in ahc_linux_set_period() local
2364 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_period()
2366 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_period()
2384 const struct ahc_syncrate *syncrate = NULL; in ahc_linux_set_offset() local
2389 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_offset()
2394 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_offset()
2414 const struct ahc_syncrate *syncrate; in ahc_linux_set_dt() local
2425 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT); in ahc_linux_set_dt()
2427 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset, in ahc_linux_set_dt()
2451 struct ahc_syncrate *syncrate;
2458 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2460 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,
2479 struct ahc_syncrate *syncrate;
2486 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2488 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,