Searched refs:match_device (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pnp/ |
| H A D | driver.c | 44 static const struct pnp_device_id *match_device(struct pnp_driver *drv, in match_device() function 107 dev_id = match_device(pnp_drv, pnp_dev); in pnp_device_probe() 157 if (match_device(pnp_drv, pnp_dev) == NULL) in pnp_bus_match()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | InputClass.c | 94 xorg_list_for_each_entry_safe(group, next, &ptr->match_device, entry) { in xf86freeInputClassList() 180 xorg_list_init(&ptr->match_device); in xf86parseInputClassSection() 244 add_group_entry(&ptr->match_device, in xf86parseInputClassSection() 424 xorg_list_for_each_entry(group, &ptr->match_device, entry) { in xf86printInputClassSection()
|
| H A D | xf86Parser.h | 317 struct xorg_list match_device; member
|
| /OK3568_Linux_fs/kernel/drivers/xen/xenbus/ |
| H A D | xenbus_probe.c | 83 match_device(const struct xenbus_device_id *arr, struct xenbus_device *dev) in match_device() function 99 return match_device(drv->ids, to_xenbus_device(_dev)) != NULL; in xenbus_match() 223 id = match_device(drv->ids, dev); in xenbus_dev_probe()
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | drivers.c | 100 static int match_device(struct parisc_driver *driver, struct parisc_device *dev) in match_device() function 190 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()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 601 (attrs->device, &iclass->match_device, match_path_pattern)) in InputClassMatches()
|