Searched refs:utype (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/usb/mon/ |
D | mon_text.c | 514 char udir, utype; in mon_text_read_head_t() local 518 case USB_ENDPOINT_XFER_ISOC: utype = 'Z'; break; in mon_text_read_head_t() 519 case USB_ENDPOINT_XFER_INT: utype = 'I'; break; in mon_text_read_head_t() 520 case USB_ENDPOINT_XFER_CONTROL: utype = 'C'; break; in mon_text_read_head_t() 521 default: /* PIPE_BULK */ utype = 'B'; in mon_text_read_head_t() 526 utype, udir, ep->devnum, ep->epnum); in mon_text_read_head_t() 532 char udir, utype; in mon_text_read_head_u() local 536 case USB_ENDPOINT_XFER_ISOC: utype = 'Z'; break; in mon_text_read_head_u() 537 case USB_ENDPOINT_XFER_INT: utype = 'I'; break; in mon_text_read_head_u() 538 case USB_ENDPOINT_XFER_CONTROL: utype = 'C'; break; in mon_text_read_head_u() [all …]
|
/linux-6.6.21/include/linux/ |
D | hid.h | 751 #define HID_USAGE_ID(uhid, utype, ucode) \ argument 752 .usage_hid = (uhid), .usage_type = (utype), .usage_code = (ucode)
|
/linux-6.6.21/drivers/media/dvb-core/ |
D | dvb_net.c | 821 __be16 utype = htons(h.priv->ule_sndu_type); in dvb_net_ule() local 825 { &utype, sizeof utype }, in dvb_net_ule()
|