Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/xen/xenbus/
H A Dxenbus_probe.c85 for (; *arr->devicetype != '\0'; arr++) { in match_device()
86 if (!strcmp(arr->devicetype, dev->devicetype)) in match_device()
302 drv->driver.name = drv->name ? drv->name : drv->ids[0].devicetype; in xenbus_register_driver_common()
395 return sprintf(buf, "%s\n", to_xenbus_device(dev)->devicetype); in devtype_show()
403 to_xenbus_device(dev)->devicetype); in modalias_show()
466 xendev->devicetype = tmpstring; in xenbus_probe_node()
H A Dxenbus_probe_backend.c110 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 Dxenbus_probe_frontend.c81 if (add_uevent_var(env, "MODALIAS=xen:%s", dev->devicetype)) in xenbus_uevent_frontend()
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/
H A Dsaa7164-api.c1232 dprintk(DBGLVL_API, " devicetype = 0x%x\n", in saa7164_api_dump_subdevs()
1233 exthdr->devicetype); in saa7164_api_dump_subdevs()
1234 if (exthdr->devicetype & 0x1) in saa7164_api_dump_subdevs()
1236 if (exthdr->devicetype & 0x2) in saa7164_api_dump_subdevs()
1238 if (exthdr->devicetype & 0x4) in saa7164_api_dump_subdevs()
1240 if (exthdr->devicetype & 0x8) in saa7164_api_dump_subdevs()
1242 if (exthdr->devicetype & 0x20) in saa7164_api_dump_subdevs()
1244 if (exthdr->devicetype & 0x40) in saa7164_api_dump_subdevs()
1246 if (exthdr->devicetype & 0x80) in saa7164_api_dump_subdevs()
1248 if (exthdr->devicetype in saa7164_api_dump_subdevs()
[all...]
H A Dsaa7164-types.h128 u32 devicetype; member
/kernel/linux/linux-6.6/drivers/media/pci/saa7164/
H A Dsaa7164-api.c1230 dprintk(DBGLVL_API, " devicetype = 0x%x\n", in saa7164_api_dump_subdevs()
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 in saa7164_api_dump_subdevs()
[all...]
H A Dsaa7164-types.h128 u32 devicetype; member
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dshuttle_usbat.c132 int devicetype; member
216 return ((struct usbat_info*)us->extra)->devicetype; in usbat_get_device_type()
1008 info->devicetype = USBAT_DEV_HP8200; in usbat_identify_device()
1012 info->devicetype = USBAT_DEV_FLASH; in usbat_identify_device()
1023 int devicetype) in usbat_set_transport()
1026 if (!info->devicetype) in usbat_set_transport()
1027 info->devicetype = devicetype; in usbat_set_transport()
1029 if (!info->devicetype) in usbat_set_transport()
1032 switch (info->devicetype) { in usbat_set_transport()
1021 usbat_set_transport(struct us_data *us, struct usbat_info *info, int devicetype) usbat_set_transport() argument
1449 init_usbat(struct us_data *us, int devicetype) init_usbat() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dshuttle_usbat.c132 int devicetype; member
216 return ((struct usbat_info*)us->extra)->devicetype; in usbat_get_device_type()
1008 info->devicetype = USBAT_DEV_HP8200; in usbat_identify_device()
1012 info->devicetype = USBAT_DEV_FLASH; in usbat_identify_device()
1023 int devicetype) in usbat_set_transport()
1026 if (!info->devicetype) in usbat_set_transport()
1027 info->devicetype = devicetype; in usbat_set_transport()
1029 if (!info->devicetype) in usbat_set_transport()
1032 switch (info->devicetype) { in usbat_set_transport()
1021 usbat_set_transport(struct us_data *us, struct usbat_info *info, int devicetype) usbat_set_transport() argument
1449 init_usbat(struct us_data *us, int devicetype) init_usbat() argument
[all...]
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H A Dxenbus_probe.c86 for (; *arr->devicetype != '\0'; arr++) { in match_device()
87 if (!strcmp(arr->devicetype, dev->devicetype)) in match_device()
366 drv->driver.name = drv->name ? drv->name : drv->ids[0].devicetype; in xenbus_register_driver_common()
459 return sprintf(buf, "%s\n", to_xenbus_device(dev)->devicetype); in devtype_show()
467 to_xenbus_device(dev)->devicetype); in modalias_show()
530 xendev->devicetype = tmpstring; in xenbus_probe_node()
H A Dxenbus_probe_backend.c110 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 Dxenbus_probe_frontend.c81 if (add_uevent_var(env, "MODALIAS=xen:%s", dev->devicetype)) in xenbus_uevent_frontend()
/kernel/linux/linux-6.6/drivers/media/pci/mantis/
H A Dmantis_core.h28 struct devicetype { struct
/kernel/linux/linux-5.10/drivers/media/pci/mantis/
H A Dmantis_core.h28 struct devicetype { struct
/kernel/linux/linux-5.10/include/xen/
H A Dxenbus.h81 const char *devicetype; member
101 char devicetype[32]; /* General class of device. */ member
106 const char *name; /* defaults to ids[0].devicetype */
/kernel/linux/linux-6.6/include/xen/
H A Dxenbus.h80 const char *devicetype; member
104 char devicetype[32]; /* General class of device. */ member
109 const char *name; /* defaults to ids[0].devicetype */
/kernel/linux/linux-6.6/drivers/net/wireless/purelifi/plfxlc/
H A Dusb.h145 enum devicetype { enum
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.h26 enum devicetype { enum
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.h26 enum devicetype { enum
/kernel/linux/linux-6.6/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.c194 handler, 0, xb_dev->devicetype, in evtchnl_alloc()
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dxen-kbdfront.c439 0, dev->devicetype, info); in xenkbd_connect_backend()
/kernel/linux/linux-5.10/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.c215 handler, 0, xb_dev->devicetype, in evtchnl_alloc()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dxen-kbdfront.c438 0, dev->devicetype, info); in xenkbd_connect_backend()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dxen-fbfront.c558 0, dev->devicetype, info); in xenfb_connect_backend()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dxen-fbfront.c586 0, dev->devicetype, info); in xenfb_connect_backend()

Completed in 25 milliseconds