Searched refs:devicetype (Results 1 - 10 of 10) sorted by relevance

/drivers/media/dvb/mantis/
H A Dmantis_core.h40 struct devicetype { struct
/drivers/media/video/saa7164/
H A Dsaa7164-api.c1244 dprintk(DBGLVL_API, " devicetype = 0x%x\n",
1245 exthdr->devicetype);
1246 if (exthdr->devicetype & 0x1)
1248 if (exthdr->devicetype & 0x2)
1250 if (exthdr->devicetype & 0x4)
1252 if (exthdr->devicetype & 0x8)
1254 if (exthdr->devicetype & 0x20)
1256 if (exthdr->devicetype & 0x40)
1258 if (exthdr->devicetype & 0x80)
1260 if (exthdr->devicetype
[all...]
H A Dsaa7164-types.h142 u32 devicetype; member in struct:tmComResExtDevDescrHeader
/drivers/xen/xenbus/
H A Dxenbus_probe.c80 for (; *arr->devicetype != '\0'; arr++) {
81 if (!strcmp(arr->devicetype, dev->devicetype))
386 return sprintf(buf, "%s\n", to_xenbus_device(dev)->devicetype);
393 to_xenbus_device(dev)->devicetype);
437 xendev->devicetype = tmpstring;
H A Dxenbus_probe_backend.c109 if (add_uevent_var(env, "MODALIAS=xen-backend:%s", xdev->devicetype))
113 if (add_uevent_var(env, "XENBUS_TYPE=%s", xdev->devicetype))
H A Dxenbus_probe_frontend.c78 if (add_uevent_var(env, "MODALIAS=xen:%s", dev->devicetype))
/drivers/usb/storage/
H A Dshuttle_usbat.c140 int devicetype; member in struct:usbat_info
224 return ((struct usbat_info*)us->extra)->devicetype;
1012 info->devicetype = USBAT_DEV_HP8200;
1016 info->devicetype = USBAT_DEV_FLASH;
1027 int devicetype)
1030 if (!info->devicetype)
1031 info->devicetype = devicetype;
1033 if (!info->devicetype)
1036 switch (info->devicetype) {
1025 usbat_set_transport(struct us_data *us, struct usbat_info *info, int devicetype) argument
1454 init_usbat(struct us_data *us, int devicetype) argument
[all...]
/drivers/net/wireless/zd1211rw/
H A Dzd_usb.h39 enum devicetype { enum
/drivers/input/misc/
H A Dxen-kbdfront.c243 0, dev->devicetype, info);
/drivers/video/
H A Dxen-fbfront.c576 0, dev->devicetype, info);

Completed in 1288 milliseconds