Home
last modified time | relevance | path

Searched refs:EP (Results 1 – 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dfsl_usb2_udc.h570 #define ep_index(EP) ((EP)->ep.desc->bEndpointAddress&0xF) argument
571 #define ep_maxpacket(EP) ((EP)->ep.maxpacket) argument
572 #define ep_is_in(EP) ( (ep_index(EP) == 0) ? (EP->udc->ep0_dir == \ argument
573 USB_DIR_IN) : ((EP)->ep.desc->bEndpointAddress \
579 #define get_pipe_by_ep(EP) (ep_index(EP) * 2 + ep_is_in(EP)) argument
Dfsl_qe_udc.h152 #define ep_index(EP) ((EP)->ep.desc->bEndpointAddress & 0xF) argument
153 #define ep_maxpacket(EP) ((EP)->ep.maxpacket) argument
154 #define ep_is_in(EP) ((ep_index(EP) == 0) ? (EP->udc->ep0_dir == \ argument
155 USB_DIR_IN) : ((EP)->ep.desc->bEndpointAddress \
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/
Dti-pci.txt5 Should be "ti,dra7-pcie-ep" for EP (deprecated)
7 Should be "ti,dra746-pcie-ep" for dra74x/dra76 in EP mode
9 Should be "ti,dra726-pcie-ep" for dra72x in EP mode
65 work in host mode, EP mode DT node should be disabled and in order to PCI to
66 work in EP mode, host mode DT node should be disabled. Host mode and EP
Ddesignware-pcie.txt6 "snps,dw-pcie-ep" for EP mode;
23 EP mode:
48 EP mode:
Daxis,artpec6-pcie.txt8 "axis,artpec6-pcie-ep", "snps,dw-pcie" for ARTPEC-6 in EP mode;
10 "axis,artpec7-pcie-ep", "snps,dw-pcie" for ARTPEC-7 in EP mode;
Dpci-keystone.txt31 PCI in either RC mode or EP mode.
78 compatibility: Should be "ti,am654-pcie-ep" for EP on AM654x SoC
93 PCI in either RC mode or EP mode.
Dnvidia,tegra194-pcie.txt90 EP mode:
91 In Tegra194, Only controllers C0, C4 & C5 support EP mode.
130 EP mode:
196 Tegra194 EP mode:
Dlayerscape-pci.txt25 EP mode:
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
DKconfig33 This controller can work either as EP or RC. In order to enable
48 This controller can work either as EP or RC. In order to enable
65 This controller can work either as EP or RC. In order to enable
80 This controller can work either as EP or RC. In order to enable
141 This controller can work either as EP or RC. The RCW[HOST_AGT_PEX]
142 determines which PCIe controller works in EP mode and which PCIe
153 This controller can work either as EP or RC. The RCW[HOST_AGT_PEX]
154 determines which PCIe controller works in EP mode and which PCIe
263 Tegra194. This controller can work either as EP or RC. In order to
278 Tegra194. This controller can work either as EP or RC. In order to
Dpci-keystone.c95 #define EP 0x0 macro
1095 val = EP; in ks_pcie_am654_set_mode()
/kernel/linux/linux-5.10/Documentation/usb/
Ddwc3.rst37 - primary handler of the EP-interrupt
45 - threaded handler of the EP-interrupt
46 handles the remaining EP work which might sleep such as waiting
/kernel/linux/linux-5.10/Documentation/PCI/endpoint/
Dpci-test-function.rst11 However with the addition of EP-core in linux kernel, it is possible
12 to configure a PCI controller that can operate in EP mode to work as
17 for other PCI endpoint devices (to use the EP framework).
Dpci-test-howto.rst11 be followed in the host side and EP side is given below.
88 Binding pci-epf-test Device to EP Controller
Dpci-endpoint.rst21 EP system which can have a wide variety of use cases from testing or
/kernel/linux/linux-5.10/arch/powerpc/platforms/44x/
DKconfig14 select 440EP
45 select 440EP
92 select 440EP
163 select 440EP
248 config 440EP
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Domap-abe-twl6040.txt35 * EP
74 "Earphone Spk", "EP",
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dbcm283x-rpi-usb-otg.dtsi7 * According to dwc2 the sum of all device EP
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl818x/
DKconfig56 Surecom EP-9428
/kernel/linux/linux-5.10/Documentation/driver-api/
Dswitchtec.rst97 NT EP BAR 2 will be dynamically configured as a Direct Window, and
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/
Dwarp.dts32 model = "PowerPC,440EP";
Dsam440ep.dts39 model = "PowerPC,440EP";
Dhotfoot.dts33 model = "PowerPC,405EP";
Dyosemite.dts36 model = "PowerPC,440EP";
Dbamboo.dts38 model = "PowerPC,440EP";
/kernel/linux/linux-5.10/drivers/block/paride/
DKconfig160 tristate "DataStor EP-2000 protocol"
163 This option enables support for the EP-2000 parallel port IDE

12