Searched refs:usec_diff (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpib/lpvo_usb_gpib/ |
| H A D | lpvo_usb_gpib.c | 200 static inline int usec_diff(struct timespec64 *a, struct timespec64 *b) in usec_diff() function 260 DIA_LOG(1, "Sent %d - done %d us.\n", leng, usec_diff(&after, &before)); in send_command() 318 b->nchar, usec_diff(&after, &before)); in one_char() 782 usec_diff(&after, &before)); in usb_gpib_read()
|
| /linux/drivers/gpib/gpio/ |
| H A D | gpib_bitbang.c | 314 static inline long usec_diff(struct timespec64 *a, struct timespec64 *b); 1360 inline long usec_diff(struct timespec64 *a, struct timespec64 *b) in usec_diff() function
|