Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pnp/
H A Ddriver.c44 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 DInputClass.c94 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 Dxf86Parser.h317 struct xorg_list match_device; member
/OK3568_Linux_fs/kernel/drivers/xen/xenbus/
H A Dxenbus_probe.c83 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 Ddrivers.c100 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 Dxf86Xinput.c601 (attrs->device, &iclass->match_device, match_path_pattern)) in InputClassMatches()