Home
last modified time | relevance | path

Searched refs:findintfep (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/core/
H A Ddevio.c842 static int findintfep(struct usb_device *dev, unsigned int ep) in findintfep() function
898 ret = findintfep(ps->dev, index); in check_ctrlrecip()
908 ret = findintfep(ps->dev, index ^ 0x80); in check_ctrlrecip()
975 ifnum = findintfep(ps->dev, ep); in parse_usbdevfs_streams()
1275 ret = findintfep(ps->dev, bulk->ep); in do_proc_bulk()
1385 ret = findintfep(ps->dev, ep); in proc_resetep()
1404 ret = findintfep(ps->dev, ep); in proc_clearhalt()
1635 ifnum = findintfep(ps->dev, uurb->endpoint); in proc_do_submiturb()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Ddevio.c853 static int findintfep(struct usb_device *dev, unsigned int ep) in findintfep() function
909 ret = findintfep(ps->dev, index); in check_ctrlrecip()
919 ret = findintfep(ps->dev, index ^ 0x80); in check_ctrlrecip()
986 ifnum = findintfep(ps->dev, ep); in parse_usbdevfs_streams()
1290 ret = findintfep(ps->dev, bulk->ep); in do_proc_bulk()
1400 ret = findintfep(ps->dev, ep); in proc_resetep()
1419 ret = findintfep(ps->dev, ep); in proc_clearhalt()
1650 ifnum = findintfep(ps->dev, uurb->endpoint); in proc_do_submiturb()

Completed in 7 milliseconds