/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | pxa168_eth.c | 310 while (pep->rx_desc_count < pep->rx_ring_size) { in rxq_refill() 557 wrl(pep, HTPR, pep->htpr_dma); in init_hash_table() 1075 pep->p_rx_desc_area, pep->rx_desc_dma); in rxq_deinit() 1124 pep->p_tx_desc_area, pep->tx_desc_dma); in txq_deinit() 1462 pep->port_num = pep->pd->port_number; in pxa168_eth_probe() 1463 pep->phy_addr = pep->pd->phy_addr; in pxa168_eth_probe() 1464 pep->phy_speed = pep->pd->speed; in pxa168_eth_probe() 1465 pep->phy_duplex = pep->pd->duplex; in pxa168_eth_probe() 1466 pep->phy_intf = pep->pd->intf; in pxa168_eth_probe() 1500 pep->smi_bus->priv = pep; in pxa168_eth_probe() [all …]
|
/openbmc/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-gadget.c | 294 pep->wa1_trb_index = pep->ring.enqueue; in cdns2_wa1_update_guard() 523 num_tds = pep->dir ? pep->interval : 1; in cdns2_ep_tx_isoc() 586 trb = pep->ring.trbs + pep->ring.enqueue; in cdns2_ep_tx_isoc() 723 writel(pep->ring.dma + pep->ring.dequeue, in cdns2_prepare_first_isoc_transfer() 807 if (!pep->wa1_set && !(pep->ep_state & EP_STALLED) && !pep->skip) { in cdns2_ep_run_transfer() 956 trb = pep->ring.trbs + pep->ring.dequeue; in cdns2_skip_isoc_td() 1385 pep->name, tx_offset, pep->buffering); in cdns2_eps_onchip_buffer_init() 1511 preq->pep = pep; in cdns2_gadget_ep_alloc_request() 2140 bEndpointAddress = pep->num | pep->dir; in cdns2_gadget_udc_stop() 2216 pep->endpoint.name = pep->name; in cdns2_init_eps() [all …]
|
H A D | cdns2-trace.h | 132 __string(name, pep->num ? pep->name : 213 TP_ARGS(pdev, pep) 430 TP_ARGS(pep, trb) 440 TP_ARGS(pep), 448 memcpy(__get_dynamic_array(pep), pep, 463 TP_ARGS(pep) 468 TP_ARGS(pep), 502 TP_ARGS(pep) 507 TP_ARGS(pep) 512 TP_ARGS(pep) [all …]
|
H A D | cdns2-ep0.c | 66 if (!pep->dir) in cdns2_ep0_enqueue() 69 cdns2_select_ep(pdev, pep->dir); in cdns2_ep0_enqueue() 104 pep->ep_state |= EP_STALLED; in cdns2_ep0_stall() 176 struct cdns2_endpoint *pep; in cdns2_req_ep0_handle_status() local 193 pep = &pdev->eps[ep_sts]; in cdns2_req_ep0_handle_status() 286 struct cdns2_endpoint *pep; in cdns2_ep0_handle_feature_endpoint() local 413 pep = &pdev->eps[0]; in cdns2_handle_setup_packet() 416 pep->ep_state &= ~EP_STALLED; in cdns2_handle_setup_packet() 466 trace_cdns2_complete_trb(pep, pep->ring.trbs); in cdns2_transfer_completed() 621 struct cdns2_endpoint *pep; in cdns2_ep0_config() local [all …]
|
H A D | cdns2-debug.h | 98 static inline const char *cdns2_raw_ring(struct cdns2_endpoint *pep, in cdns2_raw_ring() argument 102 struct cdns2_ring *ring = &pep->ring; in cdns2_raw_ring() 108 ret = snprintf(str, size, "\n\t\tTR for %s:", pep->name); in cdns2_raw_ring() 111 dma = cdns2_trb_virt_to_dma(pep, trb); in cdns2_raw_ring() 117 dma = cdns2_trb_virt_to_dma(pep, trb); in cdns2_raw_ring()
|
H A D | cdns2-gadget.h | 600 struct cdns2_endpoint *pep; member 691 dma_addr_t cdns2_trb_virt_to_dma(struct cdns2_endpoint *pep, 701 void cdns2_gadget_giveback(struct cdns2_endpoint *pep, 704 void cdns2_init_ep0(struct cdns2_device *pdev, struct cdns2_endpoint *pep); 713 int cdns2_halt_endpoint(struct cdns2_device *pdev, struct cdns2_endpoint *pep,
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 626 if (pep->idx != 0 && !(pep->ep_state & EP_WEDGE)) in cdnsp_halt_endpoint() 1074 preq->pep = pep; in cdnsp_gadget_ep_alloc_request() 1108 pep->name); in cdnsp_gadget_ep_queue() 1134 pep->name); in cdnsp_gadget_ep_dequeue() 1584 pep->buffering = (pep->buffering + 1) / 2; in cdnsp_get_ep_buffering() 1597 pep->buffering_period = pep->buffering; in cdnsp_get_ep_buffering() 1633 snprintf(pep->name, sizeof(pep->name), "ep%d%s", in cdnsp_gadget_init_endpoints() 1647 pdev->ep0_preq.pep = pep; in cdnsp_gadget_init_endpoints() 1650 snprintf(pep->name, sizeof(pep->name), "ep%d%s", in cdnsp_gadget_init_endpoints() 1669 pep->endpoint.name = pep->name; in cdnsp_gadget_init_endpoints() [all …]
|
H A D | cdnsp-ring.c | 327 return pep->ring; in cdnsp_get_transfer_ring() 358 if (!(pep->ep_state & EP_HAS_STREAMS) && pep->number) { in cdnsp_ring_doorbell_for_active_rings() 359 if (pep->ring && !list_empty(&pep->ring->td_list)) in cdnsp_ring_doorbell_for_active_rings() 403 struct cdnsp_ep *pep; in cdnsp_get_hw_deq() local 1274 pep->name); in cdnsp_handle_tx_event() 1299 pep->skip = true; in cdnsp_handle_tx_event() 1322 if (pep->skip) { in cdnsp_handle_tx_event() 1362 pep->skip = false; in cdnsp_handle_tx_event() 1386 if (pep->skip) { in cdnsp_handle_tx_event() 1896 pep = preq->pep; in cdnsp_queue_bulk_tx() [all …]
|
H A D | cdnsp-mem.c | 22 struct cdnsp_ep *pep); 413 pep->ring = NULL; in cdnsp_free_endpoint_rings() 518 struct cdnsp_ep *pep) in cdnsp_free_stream_ctx() argument 549 return pep->ring; in cdnsp_dma_to_transfer_ring() 876 struct cdnsp_ep *pep) in cdnsp_get_endpoint_max_burst() argument 942 struct cdnsp_ep *pep, in cdnsp_endpoint_init() argument 957 ep_ctx = pep->in_ctx; in cdnsp_endpoint_init() 990 if (!pep->ring) in cdnsp_endpoint_init() 993 pep->skip = false; in cdnsp_endpoint_init() 1019 pep->in_ctx->ep_info = 0; in cdnsp_endpoint_zero() [all …]
|
H A D | cdnsp-ep0.c | 21 struct cdnsp_ep *pep; in cdnsp_ep0_stall() local 23 pep = &pdev->eps[0]; in cdnsp_ep0_stall() 24 preq = next_request(&pep->pending_list); in cdnsp_ep0_stall() 27 cdnsp_halt_endpoint(pdev, pep, true); in cdnsp_ep0_stall() 32 pep->ep_state |= EP0_HALTED_STATUS; in cdnsp_ep0_stall() 147 struct cdnsp_ep *pep; in cdnsp_ep0_handle_status() local 173 pep = &pdev->eps[ep_sts]; in cdnsp_ep0_handle_status() 174 ep_sts = GET_EP_CTX_STATE(pep->out_ctx); in cdnsp_ep0_handle_status() 301 struct cdnsp_ep *pep; in cdnsp_ep0_handle_feature_endpoint() local 311 cdnsp_halt_endpoint(pdev, pep, 0); in cdnsp_ep0_handle_feature_endpoint() [all …]
|
H A D | cdnsp-trace.h | 39 TP_ARGS(pep, stream_id), 41 __string(name, pep->name) 51 __assign_str(name, pep->name); 52 __entry->state = pep->ep_state; 69 TP_ARGS(pep, stream_id) 74 TP_ARGS(pep, stream_id) 79 TP_ARGS(pep, stream_id) 84 TP_ARGS(pep, stream_id) 89 TP_ARGS(pep, stream_id) 94 TP_ARGS(pep, stream_id) [all …]
|
H A D | cdnsp-gadget.h | 1311 struct cdnsp_ep *pep; member 1493 struct cdnsp_ep *pep, 1500 struct cdnsp_ep *pep, 1550 struct cdnsp_ep *pep, 1553 struct cdnsp_ep *pep); 1573 int cdnsp_ep_enqueue(struct cdnsp_ep *pep, struct cdnsp_request *preq); 1574 int cdnsp_ep_dequeue(struct cdnsp_ep *pep, struct cdnsp_request *preq); 1578 struct cdnsp_ep *pep, int value); 1579 int cdnsp_cmd_stop_ep(struct cdnsp_device *pdev, struct cdnsp_ep *pep); 1580 int cdnsp_cmd_flush_ep(struct cdnsp_device *pdev, struct cdnsp_ep *pep); [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | am53c974.c | 125 if (pep->dma_status & (ESP_DMA_STAT_ERROR | in pci_esp_irq_pending() 188 pep->dma_status = 0; in pci_esp_dma_invalidate() 195 if (pep->dma_status & ESP_DMA_STAT_ERROR) { in pci_esp_dma_error() 219 pep->dma_status = 0; in pci_esp_send_dma_cmd() 378 struct pci_esp_priv *pep; in pci_esp_probe_one() local 400 if (!pep) { in pci_esp_probe_one() 423 pep->esp = esp; in pci_esp_probe_one() 450 pci_set_drvdata(pdev, pep); in pci_esp_probe_one() 489 kfree(pep); in pci_esp_probe_one() 501 struct esp *esp = pep->esp; in pci_esp_remove_one() [all …]
|
/openbmc/linux/net/phonet/ |
H A D | Makefile | 12 pn_pep-y := pep.o pep-gprs.o
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch | 7 aarch64-pe which introduced wrapper over pep-dll.c for x86_64 as well as 10 and pep-dll-x86_64.o 28 - targ_extra_ofiles="deffilep.o pdb.o pep-dll.o pe-dll.o"
|
/openbmc/qemu/python/qemu/ |
H A D | README.rst | 5 namespace package <https://www.python.org/dev/peps/pep-0420/>`_.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/python3-gammu/ |
H A D | 0001-setup.py-StrictVersion-packaging.version.patch | 15 [1] https://www.python.org/dev/peps/pep-0632/
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | python_pep517.bbclass | 8 # https://www.python.org/dev/peps/pep-0517/
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/ |
H A D | 0001-Use-setuptools-instead-of-distutils.patch | 7 https://peps.python.org/pep-0632/
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/ |
H A D | binutils.inc | 112 EXTRA_TARGETS:x86-64 = " --enable-targets=x86_64-pe,x86_64-pep "
|
/openbmc/linux/fs/ |
H A D | eventpoll.c | 1012 static int ep_alloc(struct eventpoll **pep) in ep_alloc() argument 1030 *pep = ep; in ep_alloc()
|
/openbmc/openbmc-test-automation/ |
H A D | CONTRIBUTING.md | 531 guidelines in https://www.python.org/dev/peps/pep-0008/. Note that when python 544 https://www.python.org/dev/peps/pep-0257/.
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | classes.rst | 2381 the `PEP-517 <https://www.python.org/dev/peps/pep-0517/>`__ compliant 2383 section of ``pyproject.toml`` (See `PEP-518 <https://www.python.org/dev/peps/pep-0518/>`__). 2414 archive (see `PEP-517 <https://peps.python.org/pep-0517/>`__). 2846 `PEP-517 <https://www.python.org/dev/peps/pep-0517/>`__ compliant 2848 section of ``pyproject.toml`` (See `PEP-518 <https://www.python.org/dev/peps/pep-0518/>`__). 2870 (See `PEP-427 <https://www.python.org/dev/peps/pep-0427/>`__).
|
/openbmc/docs/ |
H A D | CONTRIBUTING.md | 81 https://www.python.org/dev/peps/pep-0008/
|