Home
last modified time | relevance | path

Searched refs:find_device (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/xen/
H A Dpci.c310 static struct xen_device_domain_owner *find_device(struct pci_dev *dev) in find_device() function
327 owner = find_device(dev); in xen_find_device_domain_owner()
344 if (find_device(dev)) { in xen_register_device_domain_owner()
362 owner = find_device(dev); in xen_unregister_device_domain_owner()
/linux/drivers/ssb/
H A Ddriver_mipscore.c83 static struct ssb_device *find_device(struct ssb_device *rdev, int irqflag) in find_device() function
165 struct ssb_device *olddev = find_device(dev, oldipsflag); in set_irq()
/linux/arch/um/drivers/
H A Dvector_kern.c685 static struct vector_device *find_device(int n) in find_device() function
723 if (find_device(n)) { in vector_parse()
787 vec_d = find_device(n); in vector_remove()
1297 vdevice = find_device(vp->unit); in vector_net_open()
1389 vdevice = find_device(vp->unit); in vector_net_load_bpf_flash()
/linux/arch/parisc/kernel/
H A Ddrivers.c230 static int find_device(struct device * dev, void * data) in find_device() function
251 ret = for_each_padev(find_device, &d); in find_device_by_addr()
/linux/drivers/md/
H A Ddm-table.c216 static struct dm_dev_internal *find_device(struct list_head *l, dev_t dev) in find_device() function
382 dd = find_device(&t->devices, dev); in dm_get_device()