Searched refs:usec_diff (Results 1 – 2 of 2) sorted by relevance
/linux-6.15/drivers/staging/gpib/lpvo_usb_gpib/ ! |
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() 319 b->nchar, usec_diff(&after, &before)); in one_char() 779 usec_diff(&after, &before)); in usb_gpib_read()
|
/linux-6.15/drivers/staging/gpib/gpio/ ! |
D | gpib_bitbang.c | 320 static inline long usec_diff(struct timespec64 *a, struct timespec64 *b); 1361 inline long usec_diff(struct timespec64 *a, struct timespec64 *b) in usec_diff() function
|