Searched refs:max_vclocks (Results 1 – 3 of 3) sorted by relevance
218 if (num > ptp->max_vclocks) { in n_vclocks_store()219 dev_err(dev, "max value is %d\n", ptp->max_vclocks); in n_vclocks_store()272 size = sysfs_emit(page, "%u\n", ptp->max_vclocks); in max_vclocks_show()290 if (max == ptp->max_vclocks) in max_vclocks_store()310 ptp->max_vclocks = max; in max_vclocks_store()319 static DEVICE_ATTR_RW(max_vclocks);
63 unsigned int max_vclocks; member
322 ptp->max_vclocks = PTP_DEFAULT_MAX_VCLOCKS; in ptp_clock_register()324 size = sizeof(int) * ptp->max_vclocks; in ptp_clock_register()
Completed in 7 milliseconds