Lines Matching +full:non +full:- +full:programmable
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
19 * struct ptp_clock_request - request PTP clock event
47 * struct ptp_system_timestamp - system time corresponding to a PHC timestamp
55 * struct ptp_clock_info - describes a PTP hardware clock
62 * @n_alarm: The number of programmable alarms.
64 * @n_per_out: The number of programmable periodic signals.
65 * @n_pins: The number of programmable pins.
68 * programmable pins is nonzero, then drivers must
135 * The callbacks must all return zero on success, non-zero otherwise.
175 * struct ptp_clock_event - decribes a PTP hardware clock event
193 * scaled_ppm_to_ppb() - convert scaled ppm to ppb
221 * ptp_clock_register() - register a PTP hardware clock driver
236 * ptp_clock_unregister() - unregister a PTP hardware clock driver
244 * ptp_clock_event() - notify the PTP layer about an event
254 * ptp_clock_index() - obtain the device index of a PTP clock
262 * ptp_find_pin() - obtain the pin index of a given auxiliary function
273 * Return: Pin index in the range of zero to ptp_clock_caps.n_pins - 1,
274 * or -1 if the auxiliary function cannot be found.
281 * ptp_find_pin_unlocked() - wrapper for ptp_find_pin()
294 * ptp_schedule_worker() - schedule ptp auxiliary work
304 * ptp_cancel_worker_sync() - cancel ptp auxiliary clock
320 { return -1; } in ptp_clock_index()
323 { return -1; } in ptp_find_pin()
326 { return -EOPNOTSUPP; } in ptp_schedule_worker()
338 * ptp_get_vclocks_index() - get all vclocks index on pclock, and
350 * ptp_convert_timestamp() - convert timestamp to a ptp vclock time
369 ktime_get_real_ts64(&sts->pre_ts); in ptp_read_system_prets()
375 ktime_get_real_ts64(&sts->post_ts); in ptp_read_system_postts()