Home
last modified time | relevance | path

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

/openbmc/linux/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()
631 [META_ID(DEV)] = META_FUNC(int_dev),
/openbmc/u-boot/drivers/usb/host/
H A Dohci-hcd.c1474 if (ohci->int_dev[i].devnum == devnum) in ohci_get_ohci_dev()
1475 return &ohci->int_dev[i]; in ohci_get_ohci_dev()
1480 if (ohci->int_dev[i].devnum == -1) { in ohci_get_ohci_dev()
1481 ohci->int_dev[i].devnum = devnum; in ohci_get_ohci_dev()
1482 return &ohci->int_dev[i]; in ohci_get_ohci_dev()
1850 ohci->int_dev[i].devnum = -1; in hc_start()
H A Dohci.h386 struct ohci_device int_dev[NUM_INT_DEVS] __aligned(TD_ALIGNMENT);