Lines Matching refs:syncrate
2364 const struct ahc_syncrate *syncrate; in ahc_linux_set_period() local
2388 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_period()
2390 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_period()
2408 const struct ahc_syncrate *syncrate = NULL; in ahc_linux_set_offset() local
2413 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_offset()
2418 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_offset()
2438 const struct ahc_syncrate *syncrate; in ahc_linux_set_dt() local
2449 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT); in ahc_linux_set_dt()
2451 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset, in ahc_linux_set_dt()
2475 struct ahc_syncrate *syncrate;
2482 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2484 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,
2503 struct ahc_syncrate *syncrate;
2510 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2512 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,