Home
last modified time | relevance | path

Searched refs:int_dev (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/sched/
H A Dem_meta.c139 static inline int int_dev(struct net_device *dev, struct meta_obj *dst) in int_dev() function
158 META_COLLECTOR(int_dev) in META_COLLECTOR() argument
160 *err = int_dev(skb->dev, dst); in META_COLLECTOR()
628 [META_ID(DEV)] = META_FUNC(int_dev),
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c1478 if (ohci->int_dev[i].devnum == devnum) in ohci_get_ohci_dev()
1479 return &ohci->int_dev[i]; in ohci_get_ohci_dev()
1484 if (ohci->int_dev[i].devnum == -1) { in ohci_get_ohci_dev()
1485 ohci->int_dev[i].devnum = devnum; in ohci_get_ohci_dev()
1486 return &ohci->int_dev[i]; in ohci_get_ohci_dev()
1852 ohci->int_dev[i].devnum = -1; in hc_start()
H A Dohci.h386 struct ohci_device int_dev[NUM_INT_DEVS] __aligned(TD_ALIGNMENT);