Home
last modified time | relevance | path

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

12

/Linux-v4.19/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 \
/Linux-v4.19/Documentation/usb/
Ddwc3.txt30 - primary handler of the EP-interrupt
38 - threaded handler of the EP-interrupt
39 handles the remaining EP work which might sleep such as waiting
/Linux-v4.19/Documentation/devicetree/bindings/pci/
Dti-pci.txt5 Should be "ti,dra7-pcie-ep" for EP
53 work in host mode, EP mode DT node should be disabled and in order to PCI to
54 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;
21 EP mode:
41 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;
/Linux-v4.19/Documentation/PCI/endpoint/
Dpci-test-function.txt6 However with the addition of EP-core in linux kernel, it is possible
7 to configure a PCI controller that can operate in EP mode to work as
12 for other PCI endpoint devices (to use the EP framework).
Dpci-test-howto.txt6 be followed in the host side and EP side is given below.
72 1.5 Binding pci-epf-test Device to EP Controller
Dpci-endpoint.txt19 EP system which can have a wide variety of use cases from testing or
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Domap-abe-twl6040.txt35 * EP
74 "Earphone Spk", "EP",
/Linux-v4.19/arch/arm/boot/dts/
Dbcm283x-rpi-usb-otg.dtsi7 * According to dwc2 the sum of all device EP
Domap4-sdp.dts131 "Earphone Spk", "EP",
Domap4-droid4-xt894.dts157 "Earpiece", "EP",
/Linux-v4.19/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
/Linux-v4.19/arch/powerpc/platforms/44x/
DKconfig16 select 440EP
48 select 440EP
100 select 440EP
177 select 440EP
303 config 440EP
/Linux-v4.19/arch/powerpc/platforms/40x/
DKconfig148 # All 405-based cores up until the 405GPR and 405EP have this errata.
152 # All 40x-based cores, up until the 405GPR and 405EP have this errata.
/Linux-v4.19/drivers/net/wireless/realtek/rtl818x/
DKconfig55 Surecom EP-9428
/Linux-v4.19/arch/powerpc/boot/dts/
Dwarp.dts32 model = "PowerPC,440EP";
Dsam440ep.dts39 model = "PowerPC,440EP";
Dhotfoot.dts33 model = "PowerPC,405EP";
Dbamboo.dts38 model = "PowerPC,440EP";
Dyosemite.dts36 model = "PowerPC,440EP";
/Linux-v4.19/drivers/block/paride/
DKconfig160 tristate "DataStor EP-2000 protocol"
163 This option enables support for the EP-2000 parallel port IDE
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dibm,emac.txt49 (440EP). phandle of the EMAC to use to drive the
/Linux-v4.19/Documentation/driver-api/usb/
Dwriting_musb_glue_layer.rst256 * Set dyn_fifo to avoid reading EP config from hardware.
527 /* Max EPs scanned, driver will decide which EP can be used. */
598 * Set dyn_fifo to avoid reading EP config from hardware.

12