Symbol: devicetype
drivers/gpu/drm/xen/xen_drm_front_evtchnl.c
194
handler, 0, xb_dev->devicetype,
drivers/input/misc/xen-kbdfront.c
438
0, dev->devicetype, info);
drivers/media/pci/saa7164/saa7164-api.c
1231
exthdr->devicetype);
drivers/media/pci/saa7164/saa7164-api.c
1232
if (exthdr->devicetype & 0x1)
drivers/media/pci/saa7164/saa7164-api.c
1234
if (exthdr->devicetype & 0x2)
drivers/media/pci/saa7164/saa7164-api.c
1236
if (exthdr->devicetype & 0x4)
drivers/media/pci/saa7164/saa7164-api.c
1238
if (exthdr->devicetype & 0x8)
drivers/media/pci/saa7164/saa7164-api.c
1240
if (exthdr->devicetype & 0x20)
drivers/media/pci/saa7164/saa7164-api.c
1242
if (exthdr->devicetype & 0x40)
drivers/media/pci/saa7164/saa7164-api.c
1244
if (exthdr->devicetype & 0x80)
drivers/media/pci/saa7164/saa7164-api.c
1246
if (exthdr->devicetype & 0x100)
drivers/media/pci/saa7164/saa7164-api.c
1248
if (exthdr->devicetype & 0x200)
drivers/media/pci/saa7164/saa7164-api.c
1250
if (exthdr->devicetype & 0x400)
drivers/media/pci/saa7164/saa7164-api.c
1252
if (exthdr->devicetype & 0x800)
drivers/media/pci/saa7164/saa7164-api.c
1254
if (exthdr->devicetype & 0x1000)
drivers/media/pci/saa7164/saa7164-api.c
1256
if (exthdr->devicetype & 0x2000)
drivers/media/pci/saa7164/saa7164-api.c
1259
if (exthdr->devicetype & 0x10000)
drivers/media/pci/saa7164/saa7164-api.c
1262
if (exthdr->devicetype & 0x20000)
drivers/media/pci/saa7164/saa7164-api.c
1265
if (exthdr->devicetype & 0x40000000)
drivers/media/pci/saa7164/saa7164-api.c
1268
if (exthdr->devicetype & 0x80000000)
drivers/media/pci/saa7164/saa7164-api.c
1277
if (exthdr->devicetype & 0x80) {
drivers/media/pci/saa7164/saa7164-types.h
128
u32 devicetype;
drivers/usb/storage/shuttle_usbat.c
1008
info->devicetype = USBAT_DEV_HP8200;
drivers/usb/storage/shuttle_usbat.c
1012
info->devicetype = USBAT_DEV_FLASH;
drivers/usb/storage/shuttle_usbat.c
1023
int devicetype)
drivers/usb/storage/shuttle_usbat.c
1026
if (!info->devicetype)
drivers/usb/storage/shuttle_usbat.c
1027
info->devicetype = devicetype;
drivers/usb/storage/shuttle_usbat.c
1029
if (!info->devicetype)
drivers/usb/storage/shuttle_usbat.c
1032
switch (info->devicetype) {
drivers/usb/storage/shuttle_usbat.c
133
int devicetype;
drivers/usb/storage/shuttle_usbat.c
1449
static int init_usbat(struct us_data *us, int devicetype)
drivers/usb/storage/shuttle_usbat.c
1530
if (usbat_set_transport(us, info, devicetype))
drivers/usb/storage/shuttle_usbat.c
217
return ((struct usbat_info*)us->extra)->devicetype;
drivers/video/fbdev/xen-fbfront.c
559
0, dev->devicetype, info);
drivers/xen/xenbus/xenbus_probe.c
376
drv->driver.name = drv->name ? drv->name : drv->ids[0].devicetype;
drivers/xen/xenbus/xenbus_probe.c
472
return sprintf(buf, "%s\n", to_xenbus_device(dev)->devicetype);
drivers/xen/xenbus/xenbus_probe.c
480
to_xenbus_device(dev)->devicetype);
drivers/xen/xenbus/xenbus_probe.c
543
xendev->devicetype = tmpstring;
drivers/xen/xenbus/xenbus_probe.c
90
for (; *arr->devicetype != '\0'; arr++) {
drivers/xen/xenbus/xenbus_probe.c
91
if (!strcmp(arr->devicetype, dev->devicetype))
drivers/xen/xenbus/xenbus_probe_backend.c
110
if (add_uevent_var(env, "MODALIAS=xen-backend:%s", xdev->devicetype))
drivers/xen/xenbus/xenbus_probe_backend.c
114
if (add_uevent_var(env, "XENBUS_TYPE=%s", xdev->devicetype))
drivers/xen/xenbus/xenbus_probe_frontend.c
81
if (add_uevent_var(env, "MODALIAS=xen:%s", dev->devicetype))
include/xen/xenbus.h
105
char devicetype[32]; /* General class of device. */
include/xen/xenbus.h
80
const char *devicetype;