Lines Matching refs:syncrate
2359 const struct ahc_syncrate *syncrate; in ahc_linux_set_period() local
2383 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_period()
2385 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_period()
2403 const struct ahc_syncrate *syncrate = NULL; in ahc_linux_set_offset() local
2408 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_offset()
2413 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_offset()
2433 const struct ahc_syncrate *syncrate; in ahc_linux_set_dt() local
2444 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT); in ahc_linux_set_dt()
2446 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset, in ahc_linux_set_dt()
2470 struct ahc_syncrate *syncrate;
2477 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2479 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,
2498 struct ahc_syncrate *syncrate;
2505 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2507 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,