| /Linux-v4.19/drivers/usb/gadget/udc/ |
| D | fsl_usb2_udc.h | 570 #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
|
| D | fsl_qe_udc.h | 152 #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/ |
| D | dwc3.txt | 30 - 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/ |
| D | ti-pci.txt | 5 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
|
| D | designware-pcie.txt | 6 "snps,dw-pcie-ep" for EP mode; 21 EP mode: 41 EP mode:
|
| D | axis,artpec6-pcie.txt | 8 "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/ |
| D | pci-test-function.txt | 6 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).
|
| D | pci-test-howto.txt | 6 be followed in the host side and EP side is given below. 72 1.5 Binding pci-epf-test Device to EP Controller
|
| D | pci-endpoint.txt | 19 EP system which can have a wide variety of use cases from testing or
|
| /Linux-v4.19/Documentation/devicetree/bindings/sound/ |
| D | omap-abe-twl6040.txt | 35 * EP 74 "Earphone Spk", "EP",
|
| /Linux-v4.19/arch/arm/boot/dts/ |
| D | bcm283x-rpi-usb-otg.dtsi | 7 * According to dwc2 the sum of all device EP
|
| D | omap4-sdp.dts | 131 "Earphone Spk", "EP",
|
| D | omap4-droid4-xt894.dts | 157 "Earpiece", "EP",
|
| /Linux-v4.19/drivers/pci/controller/dwc/ |
| D | Kconfig | 33 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/ |
| D | Kconfig | 16 select 440EP 48 select 440EP 100 select 440EP 177 select 440EP 303 config 440EP
|
| /Linux-v4.19/arch/powerpc/platforms/40x/ |
| D | Kconfig | 148 # 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/ |
| D | Kconfig | 55 Surecom EP-9428
|
| /Linux-v4.19/arch/powerpc/boot/dts/ |
| D | warp.dts | 32 model = "PowerPC,440EP";
|
| D | sam440ep.dts | 39 model = "PowerPC,440EP";
|
| D | hotfoot.dts | 33 model = "PowerPC,405EP";
|
| D | bamboo.dts | 38 model = "PowerPC,440EP";
|
| D | yosemite.dts | 36 model = "PowerPC,440EP";
|
| /Linux-v4.19/drivers/block/paride/ |
| D | Kconfig | 160 tristate "DataStor EP-2000 protocol" 163 This option enables support for the EP-2000 parallel port IDE
|
| /Linux-v4.19/Documentation/devicetree/bindings/net/ |
| D | ibm,emac.txt | 49 (440EP). phandle of the EMAC to use to drive the
|
| /Linux-v4.19/Documentation/driver-api/usb/ |
| D | writing_musb_glue_layer.rst | 256 * 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.
|