| /linux/drivers/usb/gadget/udc/aspeed-vhub/ |
| A D | epn.c | 63 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 D | dev.c | 77 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 D | Makefile | 3 aspeed-vhub-y := core.o ep0.o epn.o dev.o hub.o
|
| A D | vhub.h | 335 } epn; member
|
| A D | core.c | 45 &req->req, ep->epn.is_in); in ast_vhub_done()
|
| /linux/drivers/usb/gadget/udc/ |
| A D | renesas_usbf.c | 809 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 D | microchip-sama5d2-isc.c | 356 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 D | microchip-sama7g5-isc.c | 339 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 D | microchip-isc.h | 48 struct device_node *epn; member
|
| /linux/drivers/staging/media/deprecated/atmel/ |
| A D | atmel-sama5d2-isc.c | 336 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 D | atmel-sama7g5-isc.c | 319 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 D | atmel-isc.h | 48 struct device_node *epn; member
|
| /linux/arch/powerpc/kvm/ |
| A D | book3s_hv_nested.c | 1125 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 D | musb_core.c | 1508 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 D | gemini.c | 869 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()
|