Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pnp/
H A Ddriver.c44 static const struct pnp_device_id *match_device(struct pnp_driver *drv, in match_device() function
109 dev_id = match_device(pnp_drv, pnp_dev); in pnp_device_probe()
158 if (match_device(pnp_drv, pnp_dev) == NULL) in pnp_bus_match()
/openbmc/qemu/tests/qemu-iotests/
H A D040498 match_device = {'data': {'device': 'job0'}}
500 ('BLOCK_JOB_COMPLETED', match_device),
501 ('BLOCK_JOB_CANCELLED', match_device),
502 ('BLOCK_JOB_ERROR', match_device),
503 ('BLOCK_JOB_READY', match_device),
H A Diotests.py996 match_device = {'data': {'device': job}}
999 ('BLOCK_JOB_COMPLETED', match_device),
1000 ('BLOCK_JOB_CANCELLED', match_device),
1001 ('BLOCK_JOB_ERROR', match_device),
1002 ('BLOCK_JOB_READY', match_device),
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_probe.c88 match_device(const struct xenbus_device_id *arr, struct xenbus_device *dev) in match_device() function
104 return match_device(drv->ids, to_xenbus_device(_dev)) != NULL; in xenbus_match()
286 id = match_device(drv->ids, dev); in xenbus_dev_probe()
/openbmc/linux/arch/parisc/kernel/
H A Ddrivers.c100 static int match_device(struct parisc_driver *driver, struct parisc_device *dev) in match_device() function
189 if (match_device(m->driver, pdev)) in match_and_count()
553 return match_device(to_parisc_driver(drv), to_parisc_device(dev)); in parisc_generic_match()