Searched refs:int_out (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | usb.h | 109 struct usb_endpoint_descriptor **int_out); 116 struct usb_endpoint_descriptor **int_out); 141 struct usb_endpoint_descriptor **int_out) in usb_find_int_out_endpoint() argument 143 return usb_find_common_endpoints(alt, NULL, NULL, NULL, int_out); in usb_find_int_out_endpoint() 169 struct usb_endpoint_descriptor **int_out) in usb_find_last_int_out_endpoint() argument 171 return usb_find_common_endpoints_reverse(alt, NULL, NULL, NULL, int_out); in usb_find_last_int_out_endpoint()
|
/linux/drivers/usb/misc/ |
H A D | usbtest.c | 103 struct usb_endpoint_descriptor *int_in, *int_out; member 149 struct usb_host_endpoint *int_in, *int_out; in get_endpoints() local 157 int_in = int_out = NULL; in get_endpoints() 180 endpoint_update(edi, &int_in, &int_out, e); in get_endpoints() 190 if ((in && out) || iso_in || iso_out || int_in || int_out) in get_endpoints() 234 if (int_out) { in get_endpoints() 235 dev->int_out = &int_out->desc; in get_endpoints() 237 int_out->desc.bEndpointAddress in get_endpoints() 2573 dev->int_out in usbtest_do_ioctl() [all...] |
/linux/arch/mips/include/asm/sn/ |
H A D | ioc3.h | 124 u32 int_out; /* 0x0002c */ member
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hif_usb.c | 1358 struct usb_endpoint_descriptor *bulk_in, *bulk_out, *int_in, *int_out; in ath9k_hif_usb_probe() local 1366 if (usb_find_common_endpoints(alt, &bulk_in, &bulk_out, &int_in, &int_out) < 0 || in ath9k_hif_usb_probe() 1370 usb_endpoint_num(int_out) != USB_REG_OUT_PIPE) { in ath9k_hif_usb_probe()
|