Symbol: ep_state
drivers/pci/controller/dwc/pcie-tegra194.c
1680
if (pcie->ep_state == EP_STATE_DISABLED)
drivers/pci/controller/dwc/pcie-tegra194.c
1717
pcie->ep_state = EP_STATE_DISABLED;
drivers/pci/controller/dwc/pcie-tegra194.c
1730
if (pcie->ep_state == EP_STATE_ENABLED)
drivers/pci/controller/dwc/pcie-tegra194.c
1894
pcie->ep_state = EP_STATE_ENABLED;
drivers/pci/controller/dwc/pcie-tegra194.c
2053
pcie->ep_state = EP_STATE_DISABLED;
drivers/pci/controller/dwc/pcie-tegra194.c
282
int ep_state;
drivers/usb/cdns3/cdnsp-debug.h
543
u8 max_pstr, ep_state, interval, ep_type, burst, cerr, mult;
drivers/usb/cdns3/cdnsp-debug.h
552
ep_state = info & EP_STATE_MASK;
drivers/usb/cdns3/cdnsp-debug.h
567
cdnsp_ep_state_string(ep_state), mult,
drivers/usb/cdns3/cdnsp-ep0.c
309
if (!set && (pep->ep_state & EP_WEDGE)) {
drivers/usb/cdns3/cdnsp-ep0.c
32
pep->ep_state |= EP0_HALTED_STATUS;
drivers/usb/cdns3/cdnsp-ep0.c
434
if (pep->ep_state & EP_HALTED) {
drivers/usb/cdns3/cdnsp-ep0.c
444
pep->ep_state &= ~EP_HALTED;
drivers/usb/cdns3/cdnsp-ep0.c
445
pep->ep_state |= EP_STOPPED;
drivers/usb/cdns3/cdnsp-gadget.c
1028
pep->ep_state |= EP_ENABLED;
drivers/usb/cdns3/cdnsp-gadget.c
1029
pep->ep_state &= ~EP_STOPPED;
drivers/usb/cdns3/cdnsp-gadget.c
1056
if (!(pep->ep_state & EP_ENABLED)) {
drivers/usb/cdns3/cdnsp-gadget.c
1062
pep->ep_state |= EP_DIS_IN_RROGRESS;
drivers/usb/cdns3/cdnsp-gadget.c
1065
if (!(pep->ep_state & EP_UNCONFIGURED))
drivers/usb/cdns3/cdnsp-gadget.c
1076
pep->ep_state &= ~EP_DIS_IN_RROGRESS;
drivers/usb/cdns3/cdnsp-gadget.c
1084
if (!(pep->ep_state & EP_UNCONFIGURED))
drivers/usb/cdns3/cdnsp-gadget.c
1089
pep->ep_state &= ~(EP_ENABLED | EP_UNCONFIGURED);
drivers/usb/cdns3/cdnsp-gadget.c
1090
pep->ep_state |= EP_STOPPED;
drivers/usb/cdns3/cdnsp-gadget.c
1142
if (!(pep->ep_state & EP_ENABLED)) {
drivers/usb/cdns3/cdnsp-gadget.c
1175
if (!(pep->ep_state & EP_ENABLED))
drivers/usb/cdns3/cdnsp-gadget.c
1219
pep->ep_state |= EP_WEDGE;
drivers/usb/cdns3/cdnsp-gadget.c
652
pep->ep_state |= EP_HALTED;
drivers/usb/cdns3/cdnsp-gadget.c
662
pep->ep_state &= ~EP_HALTED;
drivers/usb/cdns3/cdnsp-gadget.c
664
if (pep->idx != 0 && !(pep->ep_state & EP_WEDGE))
drivers/usb/cdns3/cdnsp-gadget.c
667
pep->ep_state &= ~EP_WEDGE;
drivers/usb/cdns3/cdnsp-gadget.c
742
pdev->eps[0].ep_state & EP_HALTED) {
drivers/usb/cdns3/cdnsp-gadget.c
750
pdev->eps[0].ep_state &= ~(EP_STOPPED | EP_HALTED);
drivers/usb/cdns3/cdnsp-gadget.c
751
pdev->eps[0].ep_state |= EP_ENABLED;
drivers/usb/cdns3/cdnsp-gadget.c
765
pdev->eps[i].ep_state |= EP_STOPPED | EP_UNCONFIGURED;
drivers/usb/cdns3/cdnsp-gadget.c
833
pep->ep_state |= EP_HAS_STREAMS;
drivers/usb/cdns3/cdnsp-gadget.c
980
pep->ep_state &= ~EP_UNCONFIGURED;
drivers/usb/cdns3/cdnsp-gadget.c
982
if (dev_WARN_ONCE(pdev->dev, pep->ep_state & EP_ENABLED,
drivers/usb/cdns3/cdnsp-gadget.h
838
unsigned int ep_state;
drivers/usb/cdns3/cdnsp-mem.c
545
if (pep->ep_state & EP_HAS_STREAMS)
drivers/usb/cdns3/cdnsp-mem.c
648
if (!(pep->ep_state & EP_HAS_STREAMS))
drivers/usb/cdns3/cdnsp-mem.c
664
pep->ep_state &= ~EP_HAS_STREAMS;
drivers/usb/cdns3/cdnsp-ring.c
1196
if (!(pep->ep_state & EP_HAS_STREAMS))
drivers/usb/cdns3/cdnsp-ring.c
1630
u32 ep_state, unsigned
drivers/usb/cdns3/cdnsp-ring.c
1637
switch (ep_state) {
drivers/usb/cdns3/cdnsp-ring.c
2124
if (pep->ep_state & EP0_HALTED_STATUS) {
drivers/usb/cdns3/cdnsp-ring.c
2125
pep->ep_state &= ~EP0_HALTED_STATUS;
drivers/usb/cdns3/cdnsp-ring.c
2142
u32 ep_state = GET_EP_CTX_STATE(pep->out_ctx);
drivers/usb/cdns3/cdnsp-ring.c
2145
if (ep_state == EP_STATE_STOPPED || ep_state == EP_STATE_DISABLED ||
drivers/usb/cdns3/cdnsp-ring.c
2146
ep_state == EP_STATE_HALTED) {
drivers/usb/cdns3/cdnsp-ring.c
2158
pep->ep_state |= EP_STOPPED;
drivers/usb/cdns3/cdnsp-ring.c
281
unsigned int ep_state = pep->ep_state;
drivers/usb/cdns3/cdnsp-ring.c
288
if (ep_state & EP_HALTED || !(ep_state & EP_ENABLED))
drivers/usb/cdns3/cdnsp-ring.c
292
if (pep->ep_state & EP_HAS_STREAMS) {
drivers/usb/cdns3/cdnsp-ring.c
299
pep->ep_state &= ~EP_STOPPED;
drivers/usb/cdns3/cdnsp-ring.c
327
if (!(pep->ep_state & EP_HAS_STREAMS))
drivers/usb/cdns3/cdnsp-ring.c
355
if (pep->ep_state & EP_DIS_IN_RROGRESS)
drivers/usb/cdns3/cdnsp-ring.c
359
if (!(pep->ep_state & EP_HAS_STREAMS) && pep->number) {
drivers/usb/cdns3/cdnsp-ring.c
408
if (pep->ep_state & EP_HAS_STREAMS) {
drivers/usb/cdns3/cdnsp-ring.c
722
if (seg && (pep->ep_state & EP_ENABLED) &&
drivers/usb/cdns3/cdnsp-ring.c
723
!(pep->ep_state & EP_DIS_IN_RROGRESS))
drivers/usb/cdns3/cdnsp-ring.c
742
pep->ep_state & EP_DIS_IN_RROGRESS) {
drivers/usb/cdns3/cdnsp-ring.c
985
if ((pep->ep_state & EP_HAS_STREAMS) &&
drivers/usb/cdns3/cdnsp-trace.h
52
__entry->state = pep->ep_state;
drivers/usb/cdns3/cdnsp-trace.h
54
__entry->enabled = pep->ep_state & EP_HAS_STREAMS;
drivers/usb/gadget/legacy/inode.c
199
enum ep_state state;
drivers/usb/gadget/legacy/raw_gadget.c
141
enum ep_state state;
drivers/usb/gadget/udc/cdns2/cdns2-ep0.c
104
pep->ep_state |= EP_STALLED;
drivers/usb/gadget/udc/cdns2/cdns2-ep0.c
195
if (pep->ep_state & EP_STALLED)
drivers/usb/gadget/udc/cdns2/cdns2-ep0.c
300
if (set || !(pep->ep_state & EP_WEDGE))
drivers/usb/gadget/udc/cdns2/cdns2-ep0.c
416
pep->ep_state &= ~EP_STALLED;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1038
if (!(pep->ep_state & EP_STALLED) &&
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1039
!(pep->ep_state & EP_STALL_PENDING))
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1120
if (pep->ep_state & EP_STALL_PENDING &&
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1137
if (pep->ep_state & EP_DEFERRED_DRDY) {
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1138
pep->ep_state &= ~EP_DEFERRED_DRDY;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1147
if (!(pep->ep_state & EP_STALLED) &&
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1148
!(pep->ep_state & EP_STALL_PENDING)) {
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1149
if (pep->ep_state & EP_DEFERRED_DRDY) {
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1150
pep->ep_state &= ~EP_DEFERRED_DRDY;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1354
if (!(pep->ep_state & EP_CLAIMED))
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1366
if (!(pep->ep_state & EP_CLAIMED))
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1546
if (dev_WARN_ONCE(pdev->dev, pep->ep_state & EP_ENABLED,
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1592
pep->ep_state &= ~(EP_STALLED | EP_STALL_PENDING);
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1593
pep->ep_state |= EP_ENABLED;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1626
if (dev_WARN_ONCE(pdev->dev, !(pep->ep_state & EP_ENABLED),
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
166
pep->ep_state |= EP_STALLED;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1662
pep->ep_state &= ~EP_ENABLED;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
167
pep->ep_state &= ~EP_STALL_PENDING;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1690
if (!(pep->ep_state & EP_STALLED) && !(pep->ep_state & EP_STALL_PENDING))
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1712
if (!(pep->ep_state & EP_ENABLED)) {
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1761
if (!(pep->ep_state & EP_ENABLED))
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1830
if (!(pep->ep_state & EP_ENABLED))
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1863
pep->ep_state &= ~(EP_STALLED | EP_STALL_PENDING);
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1879
pep->ep_state |= EP_STALLED;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1904
pep->ep_state &= ~EP_WEDGE;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1918
pep->ep_state |= EP_WEDGE;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1950
if (ep_correct && !(pep->ep_state & EP_CLAIMED))
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
1983
pep->ep_state |= EP_CLAIMED;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
2232
pep->ep_state = 0;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
328
pep->ep_state |= EP_RING_FULL;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
339
pep->ep_state |= EP_DEFERRED_DRDY;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
808
if (!pep->wa1_set && !(pep->ep_state & EP_STALLED) && !pep->skip) {
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
838
pep->ep_state &= ~EP_RING_FULL;
drivers/usb/gadget/udc/cdns2/cdns2-gadget.h
569
u32 ep_state;
drivers/usb/gadget/udc/cdns2/cdns2-trace.h
418
__entry->flags = pep->ep_state;
drivers/usb/host/xhci-debugfs.c
288
dev->eps[ep_index].ep_state);
drivers/usb/host/xhci-hub.c
539
if (ep->ep_state & EP_HAS_STREAMS) {
drivers/usb/host/xhci-mem.c
595
if (ep->ep_state & EP_HAS_STREAMS)
drivers/usb/host/xhci-ring.c
1001
ep->ep_state |= EP_HARD_CLEAR_TOGGLE;
drivers/usb/host/xhci-ring.c
1008
if (ep->ep_state & EP_HALTED) {
drivers/usb/host/xhci-ring.c
1018
ep->ep_state |= EP_HALTED;
drivers/usb/host/xhci-ring.c
1049
if (ep->ep_state & SET_DEQ_PENDING)
drivers/usb/host/xhci-ring.c
1232
if (ep->ep_state & EP_HALTED)
drivers/usb/host/xhci-ring.c
1235
if (ep->ep_state & EP_HAS_STREAMS) {
drivers/usb/host/xhci-ring.c
1250
ep->ep_state &= ~EP_STOP_CMD_PENDING;
drivers/usb/host/xhci-ring.c
1261
if (ep->ep_state & EP_HALTED)
drivers/usb/host/xhci-ring.c
1285
ep->ep_state &= ~EP_STOP_CMD_PENDING;
drivers/usb/host/xhci-ring.c
1299
ep->ep_state &= ~EP_STOP_CMD_PENDING;
drivers/usb/host/xhci-ring.c
1337
if ((ep->ep_state & EP_HAS_STREAMS) ||
drivers/usb/host/xhci-ring.c
1338
(ep->ep_state & EP_GETTING_NO_STREAMS)) {
drivers/usb/host/xhci-ring.c
1447
if (ep->ep_state & EP_HAS_STREAMS) {
drivers/usb/host/xhci-ring.c
1453
unsigned int ep_state;
drivers/usb/host/xhci-ring.c
1462
ep_state = GET_EP_CTX_STATE(ep_ctx);
drivers/usb/host/xhci-ring.c
1467
slot_state, ep_state);
drivers/usb/host/xhci-ring.c
1487
if (ep->ep_state & EP_HAS_STREAMS) {
drivers/usb/host/xhci-ring.c
1536
ep->ep_state &= ~SET_DEQ_PENDING;
drivers/usb/host/xhci-ring.c
1581
ep->ep_state &= ~EP_HALTED;
drivers/usb/host/xhci-ring.c
1752
ep->ep_state &= ~EP_STOP_CMD_PENDING;
drivers/usb/host/xhci-ring.c
2175
!(ep->ep_state & EP_CLEARING_TT)) {
drivers/usb/host/xhci-ring.c
2176
ep->ep_state |= EP_CLEARING_TT;
drivers/usb/host/xhci-ring.c
2179
ep->ep_state &= ~EP_CLEARING_TT;
drivers/usb/host/xhci-ring.c
3264
u32 ep_state, unsigned int num_trbs, gfp_t mem_flags)
drivers/usb/host/xhci-ring.c
3269
switch (ep_state) {
drivers/usb/host/xhci-ring.c
556
unsigned int ep_state = ep->ep_state;
drivers/usb/host/xhci-ring.c
564
if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) ||
drivers/usb/host/xhci-ring.c
565
(ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT))
drivers/usb/host/xhci-ring.c
586
if (!(ep->ep_state & EP_HAS_STREAMS)) {
drivers/usb/host/xhci-ring.c
633
if (!(ep->ep_state & EP_HAS_STREAMS))
drivers/usb/host/xhci-ring.c
681
if (ep->ep_state & EP_HAS_STREAMS) {
drivers/usb/host/xhci-ring.c
757
if ((ep->ep_state & SET_DEQ_PENDING)) {
drivers/usb/host/xhci-ring.c
792
ep->ep_state |= SET_DEQ_PENDING;
drivers/usb/host/xhci-sideband.c
158
if (ep->ep_state & EP_HAS_STREAMS)
drivers/usb/host/xhci.c
1628
unsigned int *ep_state;
drivers/usb/host/xhci.c
1683
ep_state = &xhci->devs[slot_id]->eps[ep_index].ep_state;
drivers/usb/host/xhci.c
1685
if (*ep_state & (EP_GETTING_STREAMS | EP_GETTING_NO_STREAMS)) {
drivers/usb/host/xhci.c
1687
*ep_state);
drivers/usb/host/xhci.c
1691
if (*ep_state & EP_SOFT_CLEAR_TOGGLE) {
drivers/usb/host/xhci.c
1851
if (ep->ep_state & (EP_STOP_CMD_PENDING | EP_HALTED | SET_DEQ_PENDING)) {
drivers/usb/host/xhci.c
1853
urb->dev->slot_id, ep_index, ep->ep_state);
drivers/usb/host/xhci.c
1858
if (ep->ep_state & EP_CLEARING_TT) {
drivers/usb/host/xhci.c
1861
urb->dev->slot_id, ep_index, ep->ep_state);
drivers/usb/host/xhci.c
1871
ep->ep_state |= EP_STOP_CMD_PENDING;
drivers/usb/host/xhci.c
3061
if (ep->ep_state & EP_HAS_STREAMS) {
drivers/usb/host/xhci.c
3066
ep->ep_state &= ~EP_HAS_STREAMS;
drivers/usb/host/xhci.c
3278
if (ep->ep_state & EP_CLEARING_TT) {
drivers/usb/host/xhci.c
3284
if (ep->ep_state)
drivers/usb/host/xhci.c
3286
ep->ep_state);
drivers/usb/host/xhci.c
3357
if (ep->ep_state & EP_HARD_CLEAR_TOGGLE) {
drivers/usb/host/xhci.c
3358
ep->ep_state &= ~EP_HARD_CLEAR_TOGGLE;
drivers/usb/host/xhci.c
3384
ep->ep_state |= EP_SOFT_CLEAR_TOGGLE;
drivers/usb/host/xhci.c
3449
if (ep->ep_state & EP_SOFT_CLEAR_TOGGLE)
drivers/usb/host/xhci.c
3450
ep->ep_state &= ~EP_SOFT_CLEAR_TOGGLE;
drivers/usb/host/xhci.c
3460
unsigned int ep_state;
drivers/usb/host/xhci.c
3475
ep_state = xhci->devs[slot_id]->eps[ep_index].ep_state;
drivers/usb/host/xhci.c
3476
if (ep_state & EP_HAS_STREAMS ||
drivers/usb/host/xhci.c
3477
ep_state & EP_GETTING_STREAMS) {
drivers/usb/host/xhci.c
3559
unsigned int ep_state;
drivers/usb/host/xhci.c
3568
ep_state = xhci->devs[slot_id]->eps[ep_index].ep_state;
drivers/usb/host/xhci.c
3570
if (ep_state & EP_GETTING_NO_STREAMS) {
drivers/usb/host/xhci.c
3578
if (!(ep_state & EP_HAS_STREAMS) &&
drivers/usb/host/xhci.c
3579
!(ep_state & EP_GETTING_STREAMS)) {
drivers/usb/host/xhci.c
3679
vdev->eps[ep_index].ep_state |= EP_GETTING_STREAMS;
drivers/usb/host/xhci.c
3738
vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS;
drivers/usb/host/xhci.c
3741
vdev->eps[ep_index].ep_state |= EP_HAS_STREAMS;
drivers/usb/host/xhci.c
3762
vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS;
drivers/usb/host/xhci.c
3763
vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS;
drivers/usb/host/xhci.c
3820
xhci->devs[udev->slot_id]->eps[ep_index].ep_state |=
drivers/usb/host/xhci.c
3853
vdev->eps[ep_index].ep_state &= ~EP_GETTING_NO_STREAMS;
drivers/usb/host/xhci.c
3854
vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS;
drivers/usb/host/xhci.c
4053
if (ep->ep_state & EP_HAS_STREAMS) {
drivers/usb/host/xhci.c
4058
ep->ep_state &= ~EP_HAS_STREAMS;
drivers/usb/host/xhci.c
4120
virt_dev->eps[i].ep_state &= ~EP_STOP_CMD_PENDING;
drivers/usb/host/xhci.c
5559
xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_CLEARING_TT;
drivers/usb/host/xhci.h
2566
u8 ep_state;
drivers/usb/host/xhci.h
2579
ep_state = info & EP_STATE_MASK;
drivers/usb/host/xhci.h
2594
xhci_ep_state_string(ep_state), mult,
drivers/usb/host/xhci.h
663
unsigned int ep_state;