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