Searched refs:hw_ep_bit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | udc.c | 52 * hw_ep_bit: calculates the bit number 58 static inline int hw_ep_bit(int num, int dir) in hw_ep_bit() function 103 int n = hw_ep_bit(num, dir); in hw_ep_flush() 192 int n = hw_ep_bit(num, dir); in hw_ep_prime() 585 int n = hw_ep_bit(hwep->num, hwep->dir); in _hardware_enqueue() 675 int n = hw_ep_bit(hwep->num, hwep->dir); in _hardware_dequeue()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | udc.c | 55 * hw_ep_bit: calculates the bit number 61 static inline int hw_ep_bit(int num, int dir) in hw_ep_bit() function 106 int n = hw_ep_bit(num, dir); in hw_ep_flush() 195 int n = hw_ep_bit(num, dir); in hw_ep_prime() 592 int n = hw_ep_bit(hwep->num, hwep->dir); in _hardware_enqueue() 689 int n = hw_ep_bit(hwep->num, hwep->dir); in _hardware_dequeue()
|
Completed in 5 milliseconds