Home
last modified time | relevance | path

Searched refs:epn (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/usb/gadget/udc/aspeed-vhub/
A Depn.c63 if (ep->epn.is_in) { in ast_vhub_epn_kick()
69 if (ep->epn.is_in) in ast_vhub_epn_kick()
164 return (ep->epn.d_last + AST_VHUB_DESCS_COUNT - ep->epn.d_next - 1) & in ast_vhub_count_free_descs()
245 ep->epn.d_next, readl(ep->epn.regs + AST_VHUB_EP_DESC_STATUS)); in ast_vhub_epn_kick_desc()
267 stat, ep->epn.is_in, ep->epn.d_last, d_last); in ast_vhub_epn_handle_ack_desc()
510 if (ep->epn.stalled || ep->epn.wedged) in ast_vhub_update_epn_stall()
516 if (!ep->epn.stalled && !ep->epn.wedged) in ast_vhub_update_epn_stall()
534 if (ep->epn.is_iso) in ast_vhub_set_halt_and_wedge()
646 ep->epn.d_next = ep->epn.d_last = 0; in ast_vhub_epn_enable()
656 ep->epn.desc_mode = ep->epn.descs && ep->epn.is_in; in ast_vhub_epn_enable()
[all …]
A Ddev.c77 if (ep && (ep->epn.stalled || ep->epn.wedged)) { in ast_vhub_dev_enable()
78 ep->epn.stalled = false; in ast_vhub_dev_enable()
79 ep->epn.wedged = false; in ast_vhub_dev_enable()
154 if (!ep->epn.enabled || !ep->ep.desc || ep->epn.is_iso || in ast_vhub_ep_feature()
155 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_feature()
160 ep->epn.stalled = is_set; in ast_vhub_ep_feature()
195 if (!ep->epn.enabled || !ep->ep.desc || ep->epn.is_iso || in ast_vhub_ep_status()
196 ep->epn.is_in != !!(wIndex & USB_DIR_IN)) in ast_vhub_ep_status()
198 if (ep->epn.stalled) in ast_vhub_ep_status()
439 ep->epn.g_idx, addr); in ast_vhub_udc_match_ep()
A DMakefile3 aspeed-vhub-y := core.o ep0.o epn.o dev.o hub.o
A Dvhub.h335 } epn; member
A Dcore.c45 &req->req, ep->epn.is_in); in ast_vhub_done()
/linux/drivers/usb/gadget/udc/
A Drenesas_usbf.c809 epn->id); in usbf_epn_dma_in()
893 dev_dbg(epn->udc->dev, "ep%u dma done\n", epn->id); in usbf_epn_dma_in()
2769 epn->id, epn->is_in ? "in" : "out"); in usbf_epn_process_queue()
2780 epn->id, epn->is_in ? "in" : "out", ret); in usbf_epn_process_queue()
2802 epn->id, epn->is_in ? "in" : "out", epn->status, ena, in usbf_epn_interrupt()
2807 epn->id, epn->is_in ? "in" : "out"); in usbf_epn_interrupt()
2816 epn->id, epn->is_in ? "in" : "out"); in usbf_epn_interrupt()
2823 epn->id, epn->is_in ? "in" : "out"); in usbf_epn_interrupt()
2828 epn->id, epn->is_in ? "in" : "out", in usbf_epn_interrupt()
3008 epn->id, epn->bridge_on_dma_end); in usbf_ahb_epc_irq()
[all …]
/linux/drivers/media/platform/microchip/
A Dmicrochip-sama5d2-isc.c356 struct device_node *epn; in isc_parse_dt() local
362 for_each_endpoint_of_node(np, epn) { in isc_parse_dt()
366 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(epn), in isc_parse_dt()
369 of_node_put(epn); in isc_parse_dt()
377 of_node_put(epn); in isc_parse_dt()
380 subdev_entity->epn = epn; in isc_parse_dt()
523 of_fwnode_handle(subdev_entity->epn); in microchip_isc_probe()
531 of_node_put(subdev_entity->epn); in microchip_isc_probe()
532 subdev_entity->epn = NULL; in microchip_isc_probe()
A Dmicrochip-sama7g5-isc.c339 struct device_node *epn; in xisc_parse_dt() local
348 for_each_endpoint_of_node(np, epn) { in xisc_parse_dt()
352 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(epn), in xisc_parse_dt()
355 of_node_put(epn); in xisc_parse_dt()
363 of_node_put(epn); in xisc_parse_dt()
366 subdev_entity->epn = epn; in xisc_parse_dt()
513 of_fwnode_handle(subdev_entity->epn); in microchip_xisc_probe()
521 of_node_put(subdev_entity->epn); in microchip_xisc_probe()
522 subdev_entity->epn = NULL; in microchip_xisc_probe()
A Dmicrochip-isc.h48 struct device_node *epn; member
/linux/drivers/staging/media/deprecated/atmel/
A Datmel-sama5d2-isc.c336 struct device_node *epn; in isc_parse_dt() local
343 for_each_endpoint_of_node(np, epn) { in isc_parse_dt()
346 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(epn), in isc_parse_dt()
360 subdev_entity->epn = epn; in isc_parse_dt()
379 of_node_put(epn); in isc_parse_dt()
504 of_fwnode_handle(subdev_entity->epn); in atmel_isc_probe()
512 of_node_put(subdev_entity->epn); in atmel_isc_probe()
513 subdev_entity->epn = NULL; in atmel_isc_probe()
A Datmel-sama7g5-isc.c319 struct device_node *epn; in xisc_parse_dt() local
329 for_each_endpoint_of_node(np, epn) { in xisc_parse_dt()
332 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(epn), in xisc_parse_dt()
346 subdev_entity->epn = epn; in xisc_parse_dt()
368 of_node_put(epn); in xisc_parse_dt()
494 of_fwnode_handle(subdev_entity->epn); in microchip_xisc_probe()
502 of_node_put(subdev_entity->epn); in microchip_xisc_probe()
503 subdev_entity->epn = NULL; in microchip_xisc_probe()
A Datmel-isc.h48 struct device_node *epn; member
/linux/arch/powerpc/kvm/
A Dbook3s_hv_nested.c1125 int ap, long epn) in kvmhv_emulate_tlbie_tlb_addr() argument
1134 addr = epn << 12; in kvmhv_emulate_tlbie_tlb_addr()
1213 long epn; in kvmhv_emulate_priv_tlbie() local
1240 epn = get_epn(rbval); in kvmhv_emulate_priv_tlbie()
1242 ret = kvmhv_emulate_tlbie_tlb_addr(vcpu, lpid, ap, epn); in kvmhv_emulate_priv_tlbie()
/linux/drivers/usb/musb/
A Dmusb_core.c1508 u8 epn = cfg->hw_ep_num; in ep_config_from_table() local
1510 if (epn >= musb->config->num_eps) { in ep_config_from_table()
1512 musb_driver_name, epn); in ep_config_from_table()
1515 offset = fifo_setup(musb, hw_ep + epn, cfg++, offset); in ep_config_from_table()
1518 musb_driver_name, epn); in ep_config_from_table()
1521 epn++; in ep_config_from_table()
1522 musb->nr_endpoints = max(epn, musb->nr_endpoints); in ep_config_from_table()
/linux/drivers/net/ethernet/cortina/
A Dgemini.c869 unsigned int pn, epn; in geth_fill_freeq() local
881 epn = (rw.bits.rptr >> fpp_order) - 1; in geth_fill_freeq()
882 epn &= m_pn; in geth_fill_freeq()
885 while (pn != epn) { in geth_fill_freeq()
896 unsigned int fl = (pn - epn) & m_pn; in geth_fill_freeq()

Completed in 57 milliseconds