/drivers/char/xillybus/ |
D | xillybus_core.c | 101 static void malformed_message(struct xilly_endpoint *endpoint, u32 *buf) in malformed_message() argument 112 dev_warn(endpoint->dev, in malformed_message() 474 channel->endpoint = ep; in xilly_setupchannels() 564 static int xilly_scan_idt(struct xilly_endpoint *endpoint, in xilly_scan_idt() argument 568 unsigned char *idt = endpoint->channels[1]->wr_buffers[0]->addr; in xilly_scan_idt() 569 unsigned char *end_of_idt = idt + endpoint->idtlen - 4; in xilly_scan_idt() 587 dev_err(endpoint->dev, in xilly_scan_idt() 593 len = endpoint->idtlen - (3 + ((int) (scan - idt))); in xilly_scan_idt() 596 dev_err(endpoint->dev, in xilly_scan_idt() 602 endpoint->num_channels = count; in xilly_scan_idt() [all …]
|
D | xillybus_pcie.c | 130 struct xilly_endpoint *endpoint; in xilly_probe() local 133 endpoint = xillybus_init_endpoint(pdev, &pdev->dev, &pci_hw); in xilly_probe() 135 if (!endpoint) in xilly_probe() 138 pci_set_drvdata(pdev, endpoint); in xilly_probe() 142 dev_err(endpoint->dev, in xilly_probe() 152 dev_err(endpoint->dev, in xilly_probe() 159 dev_err(endpoint->dev, in xilly_probe() 164 endpoint->registers = pcim_iomap_table(pdev)[0]; in xilly_probe() 170 dev_err(endpoint->dev, in xilly_probe() 175 xillyname, endpoint); in xilly_probe() [all …]
|
D | xillybus_of.c | 116 struct xilly_endpoint *endpoint; in xilly_drv_probe() local 125 endpoint = xillybus_init_endpoint(NULL, dev, ephw); in xilly_drv_probe() 127 if (!endpoint) in xilly_drv_probe() 130 dev_set_drvdata(dev, endpoint); in xilly_drv_probe() 133 endpoint->registers = devm_ioremap_resource(dev, res); in xilly_drv_probe() 135 if (IS_ERR(endpoint->registers)) in xilly_drv_probe() 136 return PTR_ERR(endpoint->registers); in xilly_drv_probe() 140 rc = devm_request_irq(dev, irq, xillybus_isr, 0, xillyname, endpoint); in xilly_drv_probe() 143 dev_err(endpoint->dev, in xilly_drv_probe() 148 return xillybus_endpoint_discovery(endpoint); in xilly_drv_probe() [all …]
|
/drivers/net/wireless/ath/ath6kl/ |
D | htc_mbox.c | 45 ep_dist->endpoint, credits); in ath6kl_credit_deposit() 65 if (cur_ep_dist->endpoint == ENDPOINT_0) in ath6kl_credit_init() 112 if (cur_ep_dist->endpoint == ENDPOINT_0) in ath6kl_credit_init() 136 cur_ep_dist->endpoint, in ath6kl_credit_init() 173 ep_dist->endpoint, limit); in ath6kl_credit_reduce() 191 if (cur_list->endpoint == ENDPOINT_0) in ath6kl_credit_update() 281 if (curdist_list->endpoint == ENDPOINT_0) in ath6kl_credit_seek() 302 if (curdist_list->endpoint == ENDPOINT_0) in ath6kl_credit_redistribute() 370 hdr->eid = packet->endpoint; in ath6kl_htc_tx_prep_pkt() 409 struct htc_endpoint *endpoint, in htc_tx_comp_update() argument [all …]
|
D | trace.h | 195 TP_PROTO(int status, int endpoint, void *buf, 198 TP_ARGS(status, endpoint, buf, buf_len), 202 __field(int, endpoint) 209 __entry->endpoint = endpoint; 217 __entry->endpoint, 223 TP_PROTO(int status, int endpoint, void *buf, 226 TP_ARGS(status, endpoint, buf, buf_len), 230 __field(int, endpoint) 237 __entry->endpoint = endpoint; 245 __entry->endpoint,
|
D | htc-ops.h | 62 enum htc_endpoint_id endpoint, in ath6kl_htc_flush_txep() argument 65 return target->dev->ar->htc_ops->flush_txep(target, endpoint, tag); in ath6kl_htc_flush_txep() 74 enum htc_endpoint_id endpoint, in ath6kl_htc_activity_changed() argument 77 return target->dev->ar->htc_ops->activity_changed(target, endpoint, in ath6kl_htc_activity_changed() 82 enum htc_endpoint_id endpoint) in ath6kl_htc_get_rxbuf_num() argument 84 return target->dev->ar->htc_ops->get_rxbuf_num(target, endpoint); in ath6kl_htc_get_rxbuf_num()
|
D | htc_pipe.c | 80 struct htc_endpoint *ep = &target->endpoint[packet->endpoint]; in send_packet_completion() 243 htc_hdr->eid = (u8) packet->endpoint; in htc_issue_packets() 672 ep = &target->endpoint[rpt->eid]; in htc_process_credit_report() 755 ep = &target->endpoint[ep_id]; in ath6kl_htc_pipe_tx_complete() 792 if (packet->endpoint >= ENDPOINT_MAX) { in htc_send_packets_multiple() 796 ep = &target->endpoint[packet->endpoint]; in htc_send_packets_multiple() 982 ep = &target->endpoint[htc_hdr->eid]; in ath6kl_htc_pipe_rx_complete() 1070 packet->endpoint = htc_hdr->eid; in ath6kl_htc_pipe_rx_complete() 1118 packet->endpoint); in htc_flush_rx_queue() 1165 if (packet->endpoint == ENDPOINT_0 && in htc_rxctrl_complete() [all …]
|
D | usb.c | 307 struct usb_endpoint_descriptor *endpoint; in ath6kl_usb_setup_pipe_resources() local 316 endpoint = &iface_desc->endpoint[i].desc; in ath6kl_usb_setup_pipe_resources() 318 if (ATH6KL_USB_IS_BULK_EP(endpoint->bmAttributes)) { in ath6kl_usb_setup_pipe_resources() 322 (endpoint->bEndpointAddress) ? in ath6kl_usb_setup_pipe_resources() 323 "RX" : "TX", endpoint->bEndpointAddress, in ath6kl_usb_setup_pipe_resources() 324 le16_to_cpu(endpoint->wMaxPacketSize)); in ath6kl_usb_setup_pipe_resources() 325 } else if (ATH6KL_USB_IS_INT_EP(endpoint->bmAttributes)) { in ath6kl_usb_setup_pipe_resources() 329 (endpoint->bEndpointAddress) ? in ath6kl_usb_setup_pipe_resources() 330 "RX" : "TX", endpoint->bEndpointAddress, in ath6kl_usb_setup_pipe_resources() 331 le16_to_cpu(endpoint->wMaxPacketSize), in ath6kl_usb_setup_pipe_resources() [all …]
|
D | htc.h | 311 enum htc_endpoint_id endpoint; member 341 void (*rx_refill) (struct htc_target *, enum htc_endpoint_id endpoint); 365 enum htc_endpoint_id endpoint; member 378 enum htc_endpoint_id endpoint; member 559 enum htc_endpoint_id endpoint, u16 tag); 562 enum htc_endpoint_id endpoint, 565 enum htc_endpoint_id endpoint); 578 struct htc_endpoint endpoint[ENDPOINT_MAX]; member 642 packet->endpoint = eid; in set_htc_pkt_info() 660 packet->endpoint = eid; in set_htc_rxpkt_info()
|
/drivers/net/wireless/ath/ath9k/ |
D | htc_hst.c | 26 struct htc_endpoint *endpoint = &target->endpoint[epid]; in htc_issue_send() local 34 status = target->hif->send(target->hif_dev, endpoint->ul_pipeid, skb); in htc_issue_send() 39 static struct htc_endpoint *get_next_avail_ep(struct htc_endpoint *endpoint) in get_next_avail_ep() argument 44 if (endpoint[avail_epid].service_id == 0) in get_next_avail_ep() 45 return &endpoint[avail_epid]; in get_next_avail_ep() 90 struct htc_endpoint *endpoint; in htc_process_target_rdy() local 95 endpoint = &target->endpoint[ENDPOINT0]; in htc_process_target_rdy() 96 endpoint->service_id = HTC_CTRL_RSVD_SVC; in htc_process_target_rdy() 97 endpoint->max_msglen = HTC_MAX_CONTROL_MESSAGE_LENGTH; in htc_process_target_rdy() 106 struct htc_endpoint *endpoint, *tmp_endpoint = NULL; in htc_process_conn_rsp() local [all …]
|
/drivers/gpu/drm/rcar-du/ |
D | rcar_du_of_lvds_r8a7790.dts | 25 lvds0_input: endpoint { 30 lvds0_out: endpoint { 46 lvds1_input: endpoint { 51 lvds1_out: endpoint { 60 endpoint { 61 remote-endpoint = <&lvds0_input>; 65 endpoint { 66 remote-endpoint = <&lvds1_input>;
|
D | rcar_du_of_lvds_r8a7791.dts | 25 lvds0_input: endpoint { 30 lvds0_out: endpoint { 39 endpoint { 40 remote-endpoint = <&lvds0_input>;
|
D | rcar_du_of_lvds_r8a7793.dts | 25 lvds0_input: endpoint { 30 lvds0_out: endpoint { 39 endpoint { 40 remote-endpoint = <&lvds0_input>;
|
D | rcar_du_of_lvds_r8a7796.dts | 25 lvds0_input: endpoint { 30 lvds0_out: endpoint { 39 endpoint { 40 remote-endpoint = <&lvds0_input>;
|
D | rcar_du_of_lvds_r8a7795.dts | 25 lvds0_input: endpoint { 30 lvds0_out: endpoint { 39 endpoint { 40 remote-endpoint = <&lvds0_input>;
|
/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_output.c | 69 static int atmel_hlcdc_attach_endpoint(struct drm_device *dev, int endpoint) in atmel_hlcdc_attach_endpoint() argument 77 ep = of_graph_get_endpoint_by_regs(dev->dev->of_node, 0, endpoint); in atmel_hlcdc_attach_endpoint() 81 ret = drm_of_find_panel_or_bridge(dev->dev->of_node, 0, endpoint, in atmel_hlcdc_attach_endpoint() 97 dev_err(dev->dev, "endpoint %d: invalid bus width\n", endpoint); in atmel_hlcdc_attach_endpoint() 131 int endpoint, ret = 0; in atmel_hlcdc_create_outputs() local 138 for (endpoint = 0; !ret || endpoint < 4; endpoint++) { in atmel_hlcdc_create_outputs() 139 ret = atmel_hlcdc_attach_endpoint(dev, endpoint); in atmel_hlcdc_create_outputs()
|
/drivers/pci/endpoint/ |
D | Kconfig | 13 endpoint. This should be enabled if the platform has a PCI 14 controller that can operate in endpoint mode. 16 Enabling this option will build the endpoint library, which 17 includes endpoint controller library and endpoint function 28 configure the endpoint function and used to bind the 29 function with a endpoint controller. 31 source "drivers/pci/endpoint/functions/Kconfig"
|
/drivers/base/ |
D | property.c | 913 fwnode_graph_get_port_parent(const struct fwnode_handle *endpoint) in fwnode_graph_get_port_parent() argument 917 port = fwnode_get_parent(endpoint); in fwnode_graph_get_port_parent() 935 struct fwnode_handle *endpoint, *parent; in fwnode_graph_get_remote_port_parent() local 937 endpoint = fwnode_graph_get_remote_endpoint(fwnode); in fwnode_graph_get_remote_port_parent() 938 parent = fwnode_graph_get_port_parent(endpoint); in fwnode_graph_get_remote_port_parent() 940 fwnode_handle_put(endpoint); in fwnode_graph_get_remote_port_parent() 985 struct fwnode_handle *endpoint = NULL; in fwnode_graph_get_remote_node() local 987 while ((endpoint = fwnode_graph_get_next_endpoint(fwnode, endpoint))) { in fwnode_graph_get_remote_node() 992 ret = fwnode_graph_parse_endpoint(endpoint, &fwnode_ep); in fwnode_graph_get_remote_node() 999 remote = fwnode_graph_get_remote_port_parent(endpoint); in fwnode_graph_get_remote_node() [all …]
|
/drivers/of/ |
D | property.c | 533 struct of_endpoint *endpoint) in of_graph_parse_endpoint() argument 540 memset(endpoint, 0, sizeof(*endpoint)); in of_graph_parse_endpoint() 542 endpoint->local_node = node; in of_graph_parse_endpoint() 547 of_property_read_u32(port_node, "reg", &endpoint->port); in of_graph_parse_endpoint() 548 of_property_read_u32(node, "reg", &endpoint->id); in of_graph_parse_endpoint() 599 struct device_node *endpoint; in of_graph_get_next_endpoint() local 637 endpoint = of_get_next_child(port, prev); in of_graph_get_next_endpoint() 638 if (endpoint) { in of_graph_get_next_endpoint() 640 return endpoint; in of_graph_get_next_endpoint() 668 struct of_endpoint endpoint; in of_graph_get_endpoint_by_regs() local [all …]
|
/drivers/gpu/drm/bridge/ |
D | thc63lvd1024.c | 121 struct device_node *endpoint; in thc63_parse_dt() local 124 endpoint = of_graph_get_endpoint_by_regs(thc63->dev->of_node, in thc63_parse_dt() 126 if (!endpoint) { in thc63_parse_dt() 132 remote = of_graph_get_remote_port_parent(endpoint); in thc63_parse_dt() 133 of_node_put(endpoint); in thc63_parse_dt() 152 endpoint = of_graph_get_endpoint_by_regs(thc63->dev->of_node, in thc63_parse_dt() 154 if (endpoint) { in thc63_parse_dt() 155 remote = of_graph_get_remote_port_parent(endpoint); in thc63_parse_dt() 156 of_node_put(endpoint); in thc63_parse_dt()
|
D | lvds-encoder.c | 61 struct device_node *endpoint; in lvds_encoder_probe() local 87 endpoint = of_get_child_by_name(port, "endpoint"); in lvds_encoder_probe() 89 if (!endpoint) { in lvds_encoder_probe() 94 panel_node = of_graph_get_remote_port_parent(endpoint); in lvds_encoder_probe() 95 of_node_put(endpoint); in lvds_encoder_probe()
|
/drivers/net/wireless/ath/ath10k/ |
D | usb.c | 287 ep = &ar->htc.endpoint[htc_hdr->eid]; in ath10k_usb_tx_complete() 304 ep = &ar->htc.endpoint[eid]; in ath10k_usb_rx_complete() 832 struct usb_endpoint_descriptor *endpoint; in ath10k_usb_setup_pipe_resources() local 841 endpoint = &iface_desc->endpoint[i].desc; in ath10k_usb_setup_pipe_resources() 843 if (ATH10K_USB_IS_BULK_EP(endpoint->bmAttributes)) { in ath10k_usb_setup_pipe_resources() 847 (endpoint->bEndpointAddress) ? in ath10k_usb_setup_pipe_resources() 848 "rx" : "tx", endpoint->bEndpointAddress, in ath10k_usb_setup_pipe_resources() 849 le16_to_cpu(endpoint->wMaxPacketSize)); in ath10k_usb_setup_pipe_resources() 850 } else if (ATH10K_USB_IS_INT_EP(endpoint->bmAttributes)) { in ath10k_usb_setup_pipe_resources() 854 (endpoint->bEndpointAddress) ? in ath10k_usb_setup_pipe_resources() [all …]
|
/drivers/net/wireless/rsi/ |
D | rsi_91x_usb.c | 47 u8 endpoint) in rsi_usb_card_write() argument 53 int ep = dev->bulkout_endpoint_addr[endpoint - 1]; in rsi_usb_card_write() 85 u8 endpoint, in rsi_write_multiple() argument 94 if (endpoint == 0) in rsi_write_multiple() 101 return rsi_usb_card_write(adapter, data, count, endpoint); in rsi_write_multiple() 117 struct usb_endpoint_descriptor *endpoint; in rsi_find_bulk_in_and_out_endpoints() local 124 endpoint = &(iface_desc->endpoint[ii].desc); in rsi_find_bulk_in_and_out_endpoints() 127 (endpoint->bEndpointAddress & USB_DIR_IN) && in rsi_find_bulk_in_and_out_endpoints() 128 ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in rsi_find_bulk_in_and_out_endpoints() 130 buffer_size = endpoint->wMaxPacketSize; in rsi_find_bulk_in_and_out_endpoints() [all …]
|
/drivers/usb/core/ |
D | endpoint.c | 177 struct usb_host_endpoint *endpoint, in usb_create_ep_devs() argument 189 ep_dev->desc = &endpoint->desc; in usb_create_ep_devs() 194 dev_set_name(&ep_dev->dev, "ep_%02x", endpoint->desc.bEndpointAddress); in usb_create_ep_devs() 201 endpoint->ep_dev = ep_dev; in usb_create_ep_devs() 210 void usb_remove_ep_devs(struct usb_host_endpoint *endpoint) in usb_remove_ep_devs() argument 212 struct ep_device *ep_dev = endpoint->ep_dev; in usb_remove_ep_devs() 216 endpoint->ep_dev = NULL; in usb_remove_ep_devs()
|
/drivers/usb/storage/ |
D | uas-detect.h | 31 struct usb_host_endpoint *endpoint = alt->endpoint; in uas_find_endpoints() local 35 unsigned char *extra = endpoint[i].extra; in uas_find_endpoints() 36 int len = endpoint[i].extralen; in uas_find_endpoints() 41 eps[pipe_id - 1] = &endpoint[i]; in uas_find_endpoints()
|