Searched refs:devicetype (Results 1 – 10 of 10) sorted by relevance
/drivers/media/pci/saa7164/ |
D | saa7164-api.c | 1247 exthdr->devicetype); in saa7164_api_dump_subdevs() 1248 if (exthdr->devicetype & 0x1) in saa7164_api_dump_subdevs() 1250 if (exthdr->devicetype & 0x2) in saa7164_api_dump_subdevs() 1252 if (exthdr->devicetype & 0x4) in saa7164_api_dump_subdevs() 1254 if (exthdr->devicetype & 0x8) in saa7164_api_dump_subdevs() 1256 if (exthdr->devicetype & 0x20) in saa7164_api_dump_subdevs() 1258 if (exthdr->devicetype & 0x40) in saa7164_api_dump_subdevs() 1260 if (exthdr->devicetype & 0x80) in saa7164_api_dump_subdevs() 1262 if (exthdr->devicetype & 0x100) in saa7164_api_dump_subdevs() 1264 if (exthdr->devicetype & 0x200) in saa7164_api_dump_subdevs() [all …]
|
D | saa7164-types.h | 142 u32 devicetype; member
|
/drivers/xen/xenbus/ |
D | xenbus_probe.c | 86 for (; *arr->devicetype != '\0'; arr++) { in match_device() 87 if (!strcmp(arr->devicetype, dev->devicetype)) in match_device() 304 drv->driver.name = drv->name ? drv->name : drv->ids[0].devicetype; in xenbus_register_driver_common() 397 return sprintf(buf, "%s\n", to_xenbus_device(dev)->devicetype); in devtype_show() 405 to_xenbus_device(dev)->devicetype); in modalias_show() 459 xendev->devicetype = tmpstring; in xenbus_probe_node()
|
D | xenbus_probe_backend.c | 111 if (add_uevent_var(env, "MODALIAS=xen-backend:%s", xdev->devicetype)) in xenbus_uevent_backend() 115 if (add_uevent_var(env, "XENBUS_TYPE=%s", xdev->devicetype)) in xenbus_uevent_backend()
|
D | xenbus_probe_frontend.c | 83 if (add_uevent_var(env, "MODALIAS=xen:%s", dev->devicetype)) in xenbus_uevent_frontend()
|
/drivers/usb/storage/ |
D | shuttle_usbat.c | 140 int devicetype; member 224 return ((struct usbat_info*)us->extra)->devicetype; in usbat_get_device_type() 1015 info->devicetype = USBAT_DEV_HP8200; in usbat_identify_device() 1019 info->devicetype = USBAT_DEV_FLASH; in usbat_identify_device() 1030 int devicetype) in usbat_set_transport() argument 1033 if (!info->devicetype) in usbat_set_transport() 1034 info->devicetype = devicetype; in usbat_set_transport() 1036 if (!info->devicetype) in usbat_set_transport() 1039 switch (info->devicetype) { in usbat_set_transport() 1456 static int init_usbat(struct us_data *us, int devicetype) in init_usbat() argument [all …]
|
/drivers/media/pci/mantis/ |
D | mantis_core.h | 40 struct devicetype { struct
|
/drivers/net/wireless/zd1211rw/ |
D | zd_usb.h | 38 enum devicetype { enum
|
/drivers/input/misc/ |
D | xen-kbdfront.c | 244 0, dev->devicetype, info); in xenkbd_connect_backend()
|
/drivers/video/fbdev/ |
D | xen-fbfront.c | 576 0, dev->devicetype, info); in xenfb_connect_backend()
|