Searched refs:extts_request (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/ptp/ |
H A D | testptp.c | 60 struct ptp_extts_request extts_request; in do_flag_test() local 74 memset(&extts_request, 0, sizeof(extts_request)); in do_flag_test() 75 extts_request.index = index; in do_flag_test() 79 extts_request.flags = enable_flags[j]; in do_flag_test() 80 err = ioctl(fd, request[i], &extts_request); in do_flag_test() 81 show_flag_test(i, extts_request.flags, err); in do_flag_test() 83 extts_request.flags = 0; in do_flag_test() 84 err = ioctl(fd, request[i], &extts_request); in do_flag_test() 152 struct ptp_extts_request extts_request; in main() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/ptp/ |
H A D | testptp.c | 60 struct ptp_extts_request extts_request; in do_flag_test() local 74 memset(&extts_request, 0, sizeof(extts_request)); in do_flag_test() 75 extts_request.index = index; in do_flag_test() 79 extts_request.flags = enable_flags[j]; in do_flag_test() 80 err = ioctl(fd, request[i], &extts_request); in do_flag_test() 81 show_flag_test(i, extts_request.flags, err); in do_flag_test() 83 extts_request.flags = 0; in do_flag_test() 84 err = ioctl(fd, request[i], &extts_request); in do_flag_test() 156 struct ptp_extts_request extts_request; in main() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/ |
H A D | lan743x_ptp.c | 941 struct ptp_extts_request *extts_request) in lan743x_ptp_io_extts() 944 u32 flags = extts_request->flags; in lan743x_ptp_io_extts() 945 u32 index = extts_request->index; in lan743x_ptp_io_extts() 940 lan743x_ptp_io_extts(struct lan743x_adapter *adapter, int on, struct ptp_extts_request *extts_request) lan743x_ptp_io_extts() argument
|
Completed in 4 milliseconds