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