Searched refs:devicetype (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/media/pci/saa7164/ |
| H A D | saa7164-api.c | 1231 exthdr->devicetype); in saa7164_api_dump_subdevs() 1232 if (exthdr->devicetype & 0x1) in saa7164_api_dump_subdevs() 1234 if (exthdr->devicetype & 0x2) in saa7164_api_dump_subdevs() 1236 if (exthdr->devicetype & 0x4) in saa7164_api_dump_subdevs() 1238 if (exthdr->devicetype & 0x8) in saa7164_api_dump_subdevs() 1240 if (exthdr->devicetype & 0x20) in saa7164_api_dump_subdevs() 1242 if (exthdr->devicetype & 0x40) in saa7164_api_dump_subdevs() 1244 if (exthdr->devicetype & 0x80) in saa7164_api_dump_subdevs() 1246 if (exthdr->devicetype & 0x100) in saa7164_api_dump_subdevs() 1248 if (exthdr->devicetype & 0x200) in saa7164_api_dump_subdevs() [all …]
|
| H A D | saa7164-types.h | 128 u32 devicetype; member
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_probe.c | 90 for (; *arr->devicetype != '\0'; arr++) { in match_device() 91 if (!strcmp(arr->devicetype, dev->devicetype)) in match_device() 376 drv->driver.name = drv->name ? drv->name : drv->ids[0].devicetype; in xenbus_register_driver_common() 469 return sprintf(buf, "%s\n", to_xenbus_device(dev)->devicetype); in devtype_show() 477 to_xenbus_device(dev)->devicetype); in modalias_show() 540 xendev->devicetype = tmpstring; in xenbus_probe_node()
|
| H A D | xenbus_probe_backend.c | 110 if (add_uevent_var(env, "MODALIAS=xen-backend:%s", xdev->devicetype)) in xenbus_uevent_backend() 114 if (add_uevent_var(env, "XENBUS_TYPE=%s", xdev->devicetype)) in xenbus_uevent_backend()
|
| H A D | xenbus_probe_frontend.c | 81 if (add_uevent_var(env, "MODALIAS=xen:%s", dev->devicetype)) in xenbus_uevent_frontend()
|
| /linux/include/xen/ |
| H A D | xenbus.h | 80 const char *devicetype; member 104 char devicetype[32]; /* General class of device. */ member
|
| /linux/drivers/net/wireless/purelifi/plfxlc/ |
| H A D | usb.h | 145 enum devicetype { enum
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_usb.h | 26 enum devicetype { enum
|
| /linux/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front_evtchnl.c | 194 handler, 0, xb_dev->devicetype, in evtchnl_alloc()
|
| /linux/drivers/input/misc/ |
| H A D | xen-kbdfront.c | 438 0, dev->devicetype, info); in xenkbd_connect_backend()
|
| /linux/drivers/video/fbdev/ |
| H A D | xen-fbfront.c | 559 0, dev->devicetype, info); in xenfb_connect_backend()
|