Searched refs:utype (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/mon/ |
D | mon_text.c | 479 char udir, utype; in mon_text_read_head_t() local 483 case USB_ENDPOINT_XFER_ISOC: utype = 'Z'; break; in mon_text_read_head_t() 484 case USB_ENDPOINT_XFER_INT: utype = 'I'; break; in mon_text_read_head_t() 485 case USB_ENDPOINT_XFER_CONTROL: utype = 'C'; break; in mon_text_read_head_t() 486 default: /* PIPE_BULK */ utype = 'B'; in mon_text_read_head_t() 491 utype, udir, ep->devnum, ep->epnum); in mon_text_read_head_t() 497 char udir, utype; in mon_text_read_head_u() local 501 case USB_ENDPOINT_XFER_ISOC: utype = 'Z'; break; in mon_text_read_head_u() 502 case USB_ENDPOINT_XFER_INT: utype = 'I'; break; in mon_text_read_head_u() 503 case USB_ENDPOINT_XFER_CONTROL: utype = 'C'; break; in mon_text_read_head_u() [all …]
|
/linux-4.1.27/include/linux/ |
D | hid.h | 620 #define HID_USAGE_ID(uhid, utype, ucode) \ argument 621 .usage_hid = (uhid), .usage_type = (utype), .usage_code = (ucode)
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_net.c | 577 __be16 utype = htons(priv->ule_sndu_type); in dvb_net_ule() local 581 { &utype, sizeof utype }, in dvb_net_ule()
|