Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dusb.c76 struct usb_endpoint_descriptor **bulk_in, in match_endpoint()
84 if (bulk_in && !*bulk_in) { in match_endpoint()
85 *bulk_in = epd; in match_endpoint()
114 return (!bulk_in || *bulk_in) && (!bulk_out || *bulk_out) && in match_endpoint()
121 * @bulk_in: pointer to descriptor pointer, or NULL
136 struct usb_endpoint_descriptor **bulk_in, in usb_find_common_endpoints()
144 if (bulk_in) in usb_find_common_endpoints()
145 *bulk_in in usb_find_common_endpoints()
75 match_endpoint(struct usb_endpoint_descriptor *epd, struct usb_endpoint_descriptor **bulk_in, struct usb_endpoint_descriptor **bulk_out, struct usb_endpoint_descriptor **int_in, struct usb_endpoint_descriptor **int_out) match_endpoint() argument
135 usb_find_common_endpoints(struct usb_host_interface *alt, struct usb_endpoint_descriptor **bulk_in, struct usb_endpoint_descriptor **bulk_out, struct usb_endpoint_descriptor **int_in, struct usb_endpoint_descriptor **int_out) usb_find_common_endpoints() argument
181 usb_find_common_endpoints_reverse(struct usb_host_interface *alt, struct usb_endpoint_descriptor **bulk_in, struct usb_endpoint_descriptor **bulk_out, struct usb_endpoint_descriptor **int_in, struct usb_endpoint_descriptor **int_out) usb_find_common_endpoints_reverse() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dusb.c76 struct usb_endpoint_descriptor **bulk_in, in match_endpoint()
84 if (bulk_in && !*bulk_in) { in match_endpoint()
85 *bulk_in = epd; in match_endpoint()
114 return (!bulk_in || *bulk_in) && (!bulk_out || *bulk_out) && in match_endpoint()
121 * @bulk_in: pointer to descriptor pointer, or NULL
136 struct usb_endpoint_descriptor **bulk_in, in usb_find_common_endpoints()
144 if (bulk_in) in usb_find_common_endpoints()
145 *bulk_in in usb_find_common_endpoints()
75 match_endpoint(struct usb_endpoint_descriptor *epd, struct usb_endpoint_descriptor **bulk_in, struct usb_endpoint_descriptor **bulk_out, struct usb_endpoint_descriptor **int_in, struct usb_endpoint_descriptor **int_out) match_endpoint() argument
135 usb_find_common_endpoints(struct usb_host_interface *alt, struct usb_endpoint_descriptor **bulk_in, struct usb_endpoint_descriptor **bulk_out, struct usb_endpoint_descriptor **int_in, struct usb_endpoint_descriptor **int_out) usb_find_common_endpoints() argument
181 usb_find_common_endpoints_reverse(struct usb_host_interface *alt, struct usb_endpoint_descriptor **bulk_in, struct usb_endpoint_descriptor **bulk_out, struct usb_endpoint_descriptor **int_in, struct usb_endpoint_descriptor **int_out) usb_find_common_endpoints_reverse() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/misc/
H A Dusblcd.c321 struct usb_endpoint_descriptor *bulk_in, *bulk_out; in lcd_probe() local
347 &bulk_in, &bulk_out, NULL, NULL); in lcd_probe()
354 dev->bulk_in_size = usb_endpoint_maxp(bulk_in); in lcd_probe()
355 dev->bulk_in_endpointAddr = bulk_in->bEndpointAddress; in lcd_probe()
/kernel/linux/linux-6.6/drivers/usb/misc/
H A Dusblcd.c321 struct usb_endpoint_descriptor *bulk_in, *bulk_out; in lcd_probe() local
347 &bulk_in, &bulk_out, NULL, NULL); in lcd_probe()
354 dev->bulk_in_size = usb_endpoint_maxp(bulk_in); in lcd_probe()
355 dev->bulk_in_endpointAddr = bulk_in->bEndpointAddress; in lcd_probe()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_mass_storage.c305 struct usb_ep *bulk_in; member
351 if (ep == fsg->bulk_in) in fsg_set_halt()
525 if (ep == fsg->bulk_in) in start_transfer()
553 rc = start_transfer(common->fsg, common->fsg->bulk_in, bh->inreq); in start_in_transfer()
1471 rc = fsg_set_halt(fsg, fsg->bulk_in); in halt_bulk_in_endpoint()
1484 rc = usb_ep_set_halt(fsg->bulk_in); in halt_bulk_in_endpoint()
1494 rc = usb_ep_set_wedge(fsg->bulk_in); in wedge_bulk_in_endpoint()
1507 rc = usb_ep_set_wedge(fsg->bulk_in); in wedge_bulk_in_endpoint()
2319 usb_ep_free_request(fsg->bulk_in, bh->inreq); in do_set_interface()
2330 usb_ep_disable(fsg->bulk_in); in do_set_interface()
[all...]
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dprism2usb.c64 struct usb_endpoint_descriptor *bulk_in, *bulk_out; in prism2sta_probe_usb() local
70 result = usb_find_common_endpoints(iface_desc, &bulk_in, &bulk_out, NULL, NULL); in prism2sta_probe_usb()
90 hw->endp_in = usb_rcvbulkpipe(dev, bulk_in->bEndpointAddress); in prism2sta_probe_usb()
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dprism2usb.c63 struct usb_endpoint_descriptor *bulk_in, *bulk_out; in prism2sta_probe_usb() local
69 result = usb_find_common_endpoints(iface_desc, &bulk_in, &bulk_out, NULL, NULL); in prism2sta_probe_usb()
89 hw->endp_in = usb_rcvbulkpipe(dev, bulk_in->bEndpointAddress); in prism2sta_probe_usb()
/kernel/linux/linux-5.10/drivers/usb/class/
H A Dusbtmc.c79 unsigned int bulk_in; member
283 tag, data->bulk_in, in usbtmc_ioctl_abort_bulk_in_tag()
327 data->bulk_in), in usbtmc_ioctl_abort_bulk_in_tag()
356 0, data->bulk_in, buffer, 0x08, in usbtmc_ioctl_abort_bulk_in_tag()
882 usb_rcvbulkpipe(data->usb_dev, data->bulk_in), in usbtmc_generic_read()
1379 data->bulk_in), in usbtmc_read()
1686 data->bulk_in), in usbtmc_ioctl_clear()
1749 usb_rcvbulkpipe(data->usb_dev, data->bulk_in)); in usbtmc_ioctl_clear_in_halt()
2323 struct usb_endpoint_descriptor *bulk_in, *bulk_out, *int_in; in usbtmc_probe() local
2356 &bulk_in, in usbtmc_probe()
[all...]
/kernel/linux/linux-6.6/drivers/usb/class/
H A Dusbtmc.c79 unsigned int bulk_in; member
283 tag, data->bulk_in, in usbtmc_ioctl_abort_bulk_in_tag()
327 data->bulk_in), in usbtmc_ioctl_abort_bulk_in_tag()
356 0, data->bulk_in, buffer, 0x08, in usbtmc_ioctl_abort_bulk_in_tag()
912 usb_rcvbulkpipe(data->usb_dev, data->bulk_in), in usbtmc_generic_read()
1409 data->bulk_in), in usbtmc_read()
1716 data->bulk_in), in usbtmc_ioctl_clear()
1779 usb_rcvbulkpipe(data->usb_dev, data->bulk_in)); in usbtmc_ioctl_clear_in_halt()
2364 struct usb_endpoint_descriptor *bulk_in, *bulk_out, *int_in; in usbtmc_probe() local
2397 &bulk_in, in usbtmc_probe()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_mass_storage.c333 struct usb_ep *bulk_in; member
381 if (ep == fsg->bulk_in) in fsg_set_halt()
555 if (ep == fsg->bulk_in) in start_transfer()
583 rc = start_transfer(common->fsg, common->fsg->bulk_in, bh->inreq); in start_in_transfer()
1422 rc = fsg_set_halt(fsg, fsg->bulk_in); in halt_bulk_in_endpoint()
1435 rc = usb_ep_set_halt(fsg->bulk_in); in halt_bulk_in_endpoint()
1445 rc = usb_ep_set_wedge(fsg->bulk_in); in wedge_bulk_in_endpoint()
1458 rc = usb_ep_set_wedge(fsg->bulk_in); in wedge_bulk_in_endpoint()
2229 usb_ep_free_request(fsg->bulk_in, bh->inreq); in do_set_interface()
2240 usb_ep_disable(fsg->bulk_in); in do_set_interface()
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dipheth.c96 u8 bulk_in; member
319 usb_rcvbulkpipe(udev, dev->bulk_in), in ipheth_rx_submit()
464 dev->bulk_in = endp->bEndpointAddress; in ipheth_probe()
468 if (!(dev->bulk_in && dev->bulk_out)) { in ipheth_probe()
/kernel/linux/linux-5.10/drivers/usb/
H A Dusb-skeleton.c492 struct usb_endpoint_descriptor *bulk_in, *bulk_out; in skel_probe() local
513 &bulk_in, &bulk_out, NULL, NULL); in skel_probe()
520 dev->bulk_in_size = usb_endpoint_maxp(bulk_in); in skel_probe()
521 dev->bulk_in_endpointAddr = bulk_in->bEndpointAddress; in skel_probe()
/kernel/linux/linux-6.6/drivers/usb/
H A Dusb-skeleton.c492 struct usb_endpoint_descriptor *bulk_in, *bulk_out; in skel_probe() local
513 &bulk_in, &bulk_out, NULL, NULL); in skel_probe()
520 dev->bulk_in_size = usb_endpoint_maxp(bulk_in); in skel_probe()
521 dev->bulk_in_endpointAddr = bulk_in->bEndpointAddress; in skel_probe()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dipheth.c102 u8 bulk_in; member
441 usb_rcvbulkpipe(udev, dev->bulk_in), in ipheth_rx_submit()
586 dev->bulk_in = endp->bEndpointAddress; in ipheth_probe()
590 if (!(dev->bulk_in && dev->bulk_out)) { in ipheth_probe()
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Di2400m-usb.h95 unsigned char bulk_in; member
H A Dusb.c481 i2400mu->endpoint_cfg.bulk_in = 1; in i2400mu_probe()
487 i2400mu->endpoint_cfg.bulk_in = 3; in i2400mu_probe()
/kernel/linux/linux-5.10/include/linux/
H A Dusb.h105 struct usb_endpoint_descriptor **bulk_in,
112 struct usb_endpoint_descriptor **bulk_in,
119 struct usb_endpoint_descriptor **bulk_in) in usb_find_bulk_in_endpoint()
121 return usb_find_common_endpoints(alt, bulk_in, NULL, NULL, NULL); in usb_find_bulk_in_endpoint()
147 struct usb_endpoint_descriptor **bulk_in) in usb_find_last_bulk_in_endpoint()
149 return usb_find_common_endpoints_reverse(alt, bulk_in, NULL, NULL, NULL); in usb_find_last_bulk_in_endpoint()
118 usb_find_bulk_in_endpoint(struct usb_host_interface *alt, struct usb_endpoint_descriptor **bulk_in) usb_find_bulk_in_endpoint() argument
146 usb_find_last_bulk_in_endpoint(struct usb_host_interface *alt, struct usb_endpoint_descriptor **bulk_in) usb_find_last_bulk_in_endpoint() argument
/kernel/linux/linux-6.6/include/linux/
H A Dusb.h104 struct usb_endpoint_descriptor **bulk_in,
111 struct usb_endpoint_descriptor **bulk_in,
118 struct usb_endpoint_descriptor **bulk_in) in usb_find_bulk_in_endpoint()
120 return usb_find_common_endpoints(alt, bulk_in, NULL, NULL, NULL); in usb_find_bulk_in_endpoint()
146 struct usb_endpoint_descriptor **bulk_in) in usb_find_last_bulk_in_endpoint()
148 return usb_find_common_endpoints_reverse(alt, bulk_in, NULL, NULL, NULL); in usb_find_last_bulk_in_endpoint()
117 usb_find_bulk_in_endpoint(struct usb_host_interface *alt, struct usb_endpoint_descriptor **bulk_in) usb_find_bulk_in_endpoint() argument
145 usb_find_last_bulk_in_endpoint(struct usb_host_interface *alt, struct usb_endpoint_descriptor **bulk_in) usb_find_last_bulk_in_endpoint() argument
/kernel/linux/linux-5.10/drivers/usb/atm/
H A Dusbatm.h92 int bulk_in; /* bulk rx endpoint */ member
/kernel/linux/linux-6.6/drivers/usb/atm/
H A Dusbatm.h92 int bulk_in; /* bulk rx endpoint */ member
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb.h94 struct usb_endpoint_descriptor *bulk_in, *bulk_out; member
H A Dkvaser_usb_core.c229 dev->bulk_in->bEndpointAddress), in kvaser_usb_recv_cmd()
323 dev->bulk_in->bEndpointAddress), in kvaser_usb_read_bulk_callback()
372 dev->bulk_in->bEndpointAddress), in kvaser_usb_setup_rx_urbs()
/kernel/linux/linux-6.6/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb.h94 struct usb_endpoint_descriptor *bulk_in, *bulk_out; member
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dvisor.c496 swap(epds->bulk_in[0], epds->bulk_in[1]); in visor_calc_num_ports()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dvisor.c496 swap(epds->bulk_in[0], epds->bulk_in[1]); in visor_calc_num_ports()

Completed in 32 milliseconds

123