Searched refs:EP (Results 1 - 159 of 159) sorted by relevance

/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
H A Drtl28xxu.h168 #define EP0_SETUPA 0x20F8 /* EP 0 setup packet lower byte */
169 #define EP0_SETUPB 0x20FC /* EP 0 setup packet higher byte */
170 #define USB_EP0_CFG 0x2104 /* EP 0 configure */
171 #define USB_EP0_CTL 0x2108 /* EP 0 control */
172 #define USB_EP0_STAT 0x210C /* EP 0 status */
173 #define USB_EP0_IRQSTAT 0x2110 /* EP 0 interrupt status */
174 #define USB_EP0_IRQEN 0x2114 /* EP 0 interrupt enable */
175 #define USB_EP0_MAXPKT 0x2118 /* EP 0 max packet size */
176 #define USB_EP0_BC 0x2120 /* EP 0 FIFO byte counter */
177 #define USB_EPA_CFG 0x2144 /* EP A configure */
178 #define USB_EPA_CFG_0 0x2144 /* EP A configure */
179 #define USB_EPA_CFG_1 0x2145 /* EP A configure */
180 #define USB_EPA_CFG_2 0x2146 /* EP A configure */
181 #define USB_EPA_CFG_3 0x2147 /* EP A configure */
182 #define USB_EPA_CTL 0x2148 /* EP A control */
183 #define USB_EPA_CTL_0 0x2148 /* EP A control */
184 #define USB_EPA_CTL_1 0x2149 /* EP A control */
185 #define USB_EPA_CTL_2 0x214A /* EP A control */
186 #define USB_EPA_CTL_3 0x214B /* EP A control */
187 #define USB_EPA_STAT 0x214C /* EP A status */
188 #define USB_EPA_IRQSTAT 0x2150 /* EP A interrupt status */
189 #define USB_EPA_IRQEN 0x2154 /* EP A interrupt enable */
190 #define USB_EPA_MAXPKT 0x2158 /* EP A max packet size */
191 #define USB_EPA_MAXPKT_0 0x2158 /* EP A max packet size */
192 #define USB_EPA_MAXPKT_1 0x2159 /* EP A max packet size */
193 #define USB_EPA_MAXPKT_2 0x215A /* EP A max packet size */
194 #define USB_EPA_MAXPKT_3 0x215B /* EP A max packet size */
195 #define USB_EPA_FIFO_CFG 0x2160 /* EP A FIFO configure */
196 #define USB_EPA_FIFO_CFG_0 0x2160 /* EP A FIFO configure */
197 #define USB_EPA_FIFO_CFG_1 0x2161 /* EP A FIFO configure */
198 #define USB_EPA_FIFO_CFG_2 0x2162 /* EP A FIFO configure */
199 #define USB_EPA_FIFO_CFG_3 0x2163 /* EP A FIFO configure */
H A Drtl28xxu.c1322 /* streaming EP: stall & reset */ rtl2831u_power_ctrl()
1363 /* streaming EP: clear stall & reset */ rtl2832u_power_ctrl()
1382 /* streaming EP: set stall & reset */ rtl2832u_power_ctrl()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h156 #define ep_index(EP) ((EP)->ep.desc->bEndpointAddress & 0xF)
157 #define ep_maxpacket(EP) ((EP)->ep.maxpacket)
158 #define ep_is_in(EP) ((ep_index(EP) == 0) ? (EP->udc->ep0_dir == \
159 USB_DIR_IN) : ((EP)->ep.desc->bEndpointAddress \
330 /* USB and EP Parameter Block pointer */
H A Damd5536udc.h53 /* EP NE bits */
54 /* EP number */
57 /* EP direction */
60 /* EP type */
63 /* EP config number */
66 /* EP interface number */
69 /* EP alt setting */
347 /* EP number as layouted in AHB space */
352 /* EP number of EP's really used = EP0 + 8 data EP's */
354 /* UDC CSR regs are aligned but AHB regs not - offset for OUT EP's */
H A Dfsl_usb2_udc.h568 #define USB_RECV 0 /* OUT EP */
569 #define USB_SEND 1 /* IN EP */
574 #define ep_index(EP) ((EP)->ep.desc->bEndpointAddress&0xF)
575 #define ep_maxpacket(EP) ((EP)->ep.maxpacket)
576 #define ep_is_in(EP) ( (ep_index(EP) == 0) ? (EP->udc->ep0_dir == \
577 USB_DIR_IN) : ((EP)->ep.desc->bEndpointAddress \
583 #define get_pipe_by_ep(EP) (ep_index(EP) * 2 + ep_is_in(EP))
H A Dlpc32xx_udc.c131 u32 hwep_num_base; /* Physical hardware EP */
172 /* Common EP and control data */
262 * enabled, an IN or OUT token will start a DMA transfer for the EP */
268 /* EP DMA status, enable, and disable. This is used to specifically
269 * enabled or disable DMA for a specific EP */
738 /* EP may lock on CLRI if this read isn't done */ udc_protocol_cmd_w()
879 dev_dbg(udc->dev, "EP not correctly realized in hardware\n"); udc_realize_hwep()
884 /* Unrealize an EP */ udc_unrealize_hwep()
951 /* Clear EP interrupt */ udc_clearep_getsts()
958 * USB EP DMA support
1035 * installing the DD into the UDCA, and then enabling the DMA for that EP */ udc_ep_in_req_dma()
1049 /* Enable DMA and interrupt for the HW EP */ udc_ep_in_req_dma()
1061 * installing the DD into the UDCA, and then enabling the DMA for that EP */ udc_ep_out_req_dma()
1075 /* Enable DMA and interrupt for the HW EP */ udc_ep_out_req_dma()
1124 /* EP interrupts on high priority, FRAME interrupt on low priority */ udc_enable()
1278 dev_dbg(udc->dev, "No packet ready on FIFO EP read\n"); udc_read_hwep()
1637 /* Clear all DMA statuses for this EP */ lpc32xx_ep_disable()
1671 /* Verify EP data */ lpc32xx_ep_enable()
1739 ep_dbg(ep, "EP enabled: %s, HW:%d, MP:%d IN:%d\n", ep->ep.name, lpc32xx_ep_enable()
1749 /* Clear all DMA statuses for this EP */ lpc32xx_ep_enable()
1930 /* Don't halt an IN EP */ lpc32xx_ep_set_halt()
1976 /* Send a ZLP on a non-0 IN EP */ udc_send_in_zlp()
1979 /* Clear EP status */ udc_send_in_zlp()
1987 * Handle EP completion for ZLP
2086 ep_err(ep, "DMA critical EP error: DD not serviced (0x%x)!\n", udc_handle_dma_ep()
2095 ep_err(ep, "DMA critical EP error: EOT prior to service completion (0x%x)!\n", udc_handle_dma_ep()
2109 ep_err(ep, "DMA critical EP error: System error (0x%x)!\n", udc_handle_dma_ep()
2137 /* Let the EP interrupt handle the ZLP */ udc_handle_dma_ep()
2387 /* Clear EP interrupt */ udc_handle_ep0_in()
2421 /* Clear EP interrupt */ udc_handle_ep0_out()
2791 /* EP interrupts */ lpc32xx_usb_hp_irq()
2820 /* Handle other EP interrupts */ lpc32xx_usb_hp_irq()
2841 /* Handle EP DMA EOT interrupts */ lpc32xx_usb_devdma_irq()
H A Ds3c-hsudc.c42 #define S3C_EIR S3C_HSUDC_REG(0x04) /* EP Intr Status */
44 #define S3C_EIER S3C_HSUDC_REG(0x08) /* EP Intr Enable */
47 #define S3C_EDR S3C_HSUDC_REG(0x14) /* EP Direction */
103 * @dev: Reference to the device controller to which this EP belongs.
106 * @stopped: Maintains state of endpoint, set if EP is halted.
107 * @bEndpointAddress: EP address (including direction bit).
108 * @fifo: Base address of EP FIFO.
136 * @lock: Lock to synchronize the usage of Endpoints (EP's are indexed).
284 * @hsudc: Device controller for which EP activity is to be stopped.
324 * s3c_hsudc_write_fifo - Write next chunk of transfer data to EP fifo.
369 * s3c_hsudc_read_fifo - Read the next chunk of data from EP fifo.
H A Domap_udc.h93 #define UDC_EPN_STAT (UDC_BASE + 0x34) /* EP irq status */
H A Dpxa27x_udc.h69 #define UDCICR_FIFOERR (1 << 1) /* FIFO Error interrupt for EP */
70 #define UDCICR_PKTCOMPL (1 << 0) /* Packet Complete interrupt for EP */
174 * UDCCSR = UDC Control/Status Register for this EP
H A Dpxa25x_udc.h54 /* UDCCS = UDC Control/Status for this EP
H A Dudc-xilinx.c70 #define XUSB_STATUS_EP1_BUFF2_COMP_MASK 0x00000200 /* EP 1 Buff 2 Processed */
71 #define XUSB_STATUS_EP1_BUFF1_COMP_MASK 0x00000002 /* EP 1 Buff 1 Processed */
72 #define XUSB_STATUS_EP0_BUFF2_COMP_MASK 0x00000100 /* EP 0 Buff 2 Processed */
73 #define XUSB_STATUS_EP0_BUFF1_COMP_MASK 0x00000001 /* EP 0 Buff 1 Processed */
81 #define XUSB_STATUS_EP_BUFF2_SHIFT 8 /* EP buffer offset */
289 * EP buffer location. xudc_epconfig()
H A Dfsl_udc_core.c726 /* Add dTD chain to the dQH of an EP */ fsl_queue_td()
985 /* Enable EP */ fsl_ep_dequeue()
1696 WARNING("Invalid EP?"); dtd_complete_irq()
1838 /* Reset all the queues, include XD, dTD, EP queue reset_irq()
1844 /* initialize usb hw reg except for regs for EP, not reset_irq()
2152 seq_printf(m, "EP Ctrl Reg [0x%x]: = [0x%x]\n", i, tmp_reg); fsl_proc_read()
2155 seq_printf(m, "EP Prime Reg = [0x%x]\n\n", tmp_reg); fsl_proc_read()
2442 /* initialize usb hw reg except for regs for EP, fsl_udc_probe()
H A Dpch_udc.c28 #define UDC_EP_REG_SHIFT 0x20 /* Offset to next EP */
195 #define PCH_UDC_USED_EP_NUM 4 /* EP number of EP's really used */
199 /* Value of EP Buffer Size */
204 /* Value of EP maximum packet size */
1041 * pch_udc_wait_ep_stall() - Wait EP stall.
2529 /* Initialize the IN EP Descriptor */ pch_udc_activate_control_ep()
2588 /* disable ep to empty req queue. Skip the control EP's */ pch_udc_svc_ur_interrupt()
H A Dbcm63xx_udc.c217 * @ep: USB gadget layer representation of the EP.
219 * @queue: Linked list of outstanding requests for this EP.
220 * @halted: 1 if the EP is stalled; 0 otherwise.
233 * @queue: Links back to the EP's request list.
1009 * Standard EP gadget operations
H A Dgr_udc.c740 dev_dbg(ep->dev->dev, "EP: stall ep0\n"); gr_ep_halt_wedge()
746 dev_dbg(ep->dev->dev, "EP: %s halt %s\n", gr_ep_halt_wedge()
1614 dev_dbg(ep->dev->dev, "EP: %s enabled - %s with %d bytes/buffer\n", gr_ep_enable()
1639 dev_dbg(ep->dev->dev, "EP: disable %s\n", ep->ep.name); gr_ep_disable()
1834 dev_vdbg(ep->dev->dev, "EP: flush fifo %s\n", ep->ep.name); gr_fifo_flush()
H A Dfusb300_udc.h555 /* EP PRD Ready (EP_PRD_RDY, offset = 504H) */
H A Dmv_u3d_core.c263 /* Ensure that updates to the EP Context will mv_u3d_queue_trb()
749 "EP FLUSH TIMEOUT for ep%d%s\n", ep->ep_num, mv_u3d_ep_fifo_flush()
771 "EP FLUSH TIMEOUT for ep%d%s\n", ep->ep_num, mv_u3d_ep_fifo_flush()
899 /* Point first TRB of next request to the EP context. */ mv_u3d_ep_dequeue()
H A Dfsl_qe_udc.c680 /* Now HW will be NAKing transfers to that EP, qe_ep_init()
706 * USB and EP basic manipulate function end *
2497 /* initialize usb hw reg except for regs for EP, qe_udc_probe()
H A Ds3c2410_udc.c904 * - EP -> ep_int_reg s3c2410_udc_irq()
964 /* EP */ s3c2410_udc_irq()
H A Dfusb300_udc.c396 printk(KERN_DEBUG "EP%d stall... Clear!!\n", ep); fusb300_clear_epnstall()
H A Dmv_udc_core.c852 /* Enable EP */ mv_ep_dequeue()
H A Dnet2280.c1579 /* Configurable EP Control Registers */ registers_show()
H A Domap_udc.c2014 /* 6 wait states before next EP */ omap_udc_iso_irq()
/linux-4.1.27/include/linux/
H A Drio_regs.h197 #define RIO_EFB_PAR_EP_ID 0x0001 /* [IV] LP/LVDS EP Devices */
198 #define RIO_EFB_PAR_EP_REC_ID 0x0002 /* [IV] LP/LVDS EP Recovery Devices */
199 #define RIO_EFB_PAR_EP_FREE_ID 0x0003 /* [IV] LP/LVDS EP Free Devices */
200 #define RIO_EFB_SER_EP_ID_V13P 0x0001 /* [VI] LP/Serial EP Devices, RapidIO Spec ver 1.3 and above */
201 #define RIO_EFB_SER_EP_REC_ID_V13P 0x0002 /* [VI] LP/Serial EP Recovery Devices, RapidIO Spec ver 1.3 and above */
202 #define RIO_EFB_SER_EP_FREE_ID_V13P 0x0003 /* [VI] LP/Serial EP Free Devices, RapidIO Spec ver 1.3 and above */
203 #define RIO_EFB_SER_EP_ID 0x0004 /* [VI] LP/Serial EP Devices */
204 #define RIO_EFB_SER_EP_REC_ID 0x0005 /* [VI] LP/Serial EP Recovery Devices */
205 #define RIO_EFB_SER_EP_FREE_ID 0x0006 /* [VI] LP/Serial EP Free Devices */
206 #define RIO_EFB_SER_EP_FREC_ID 0x0009 /* [VI] LP/Serial EP Free Recovery Devices */
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl8712_hal.h77 unsigned char usb_ep_num; /* 4: 4EP, 6: 6EP, 11: 11EP*/
/linux-4.1.27/drivers/staging/emxx_udc/
H A Demxx_udc.h479 u32 EP_CONTROL; /* EP Control */
480 u32 EP_STATUS; /* EP Status */
481 u32 EP_INT_ENA; /* EP Interrupt Enable */
482 u32 EP_DMA_CTRL; /* EP DMA Control */
483 u32 EP_PCKT_ADRS; /* EP Maxpacket & BaseAddress */
484 u32 EP_LEN_DCNT; /* EP Length & DMA count */
485 u32 EP_READ; /* EP Read */
486 u32 EP_WRITE; /* EP Write */
H A Demxx_udc.c2572 /* EP INT */ _nbu2ss_udc_irq()
/linux-4.1.27/tools/power/cpupower/utils/helpers/
H A Dcpuid.c148 * Bloomfield, Gainstown NHM-EP get_cpu_info()
157 case 0x2C: /* Westmere EP - Gulftown */ get_cpu_info()
/linux-4.1.27/drivers/pci/host/
H A Dpcie-iproc.c93 /* EP device access */ iproc_pcie_map_cfg_bus()
133 /* make sure we are not in EP mode */ iproc_pcie_check_link()
136 dev_err(pcie->dev, "in EP mode, hdr=%#02x\n", hdr_type); iproc_pcie_check_link()
224 dev_err(pcie->dev, "no PCIe EP device detected\n"); iproc_pcie_setup()
H A Dpci-imx6.c495 * From L0, initiate MAC entry to gen2 if EP/RC supports gen2. imx6_pcie_link_up()
H A Dpci-xgene.c117 * reached by DMA from EP devices. The BAR0/1 of bridge should be
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_intel_uncore_snbep.c1 /* SandyBridge-EP/IvyTown uncore support */
5 /* SNB-EP Box level control */
13 /* SNB-EP event control */
28 /* SNB-EP Ubox event control */
41 /* SNB-EP PCU event control */
60 /* SNB-EP pci control register */
63 /* SNB-EP pci counter register */
66 /* SNB-EP home agent register */
70 /* SNB-EP memory controller register */
73 /* SNB-EP QPI register */
79 /* SNB-EP Ubox register */
86 /* SNB-EP Cbo register */
105 /* SNB-EP PCU register */
166 /* Haswell-EP Ubox */
180 /* Haswell-EP CBo */
198 /* Haswell-EP Sbox */
206 /* Haswell-EP PCU */
1149 /* end of Sandy Bridge-EP uncore support */
1715 /* Haswell-EP uncore support */
2323 /* end of Haswell-EP uncore support */
H A Dperf_event_intel_uncore.c197 * The overflow interrupt is unavailable for SandyBridge-EP, is broken
906 case 45: /* Sandy Bridge-EP */ uncore_pci_init()
909 case 62: /* Ivy Bridge-EP */ uncore_pci_init()
912 case 63: /* Haswell-EP */ uncore_pci_init()
1212 case 45: /* Sandy Bridge-EP */ uncore_cpu_init()
1219 case 62: /* Ivy Bridge-EP */ uncore_cpu_init()
1222 case 63: /* Haswell-EP */ uncore_cpu_init()
H A Dperf_event_intel.c2810 case 45: /* SNB-EP */ intel_snb_pebs_broken()
3073 case 26: /* 45nm Nehalem-EP */ intel_pmu_init()
3134 case 44: /* 32nm Westmere-EP */ intel_pmu_init()
3162 case 45: /* 32nm SandyBridge-E/EN/EP */ intel_pmu_init()
3198 case 62: /* 22nm IvyBridge-EP/EX */ intel_pmu_init()
H A Dperf_event_intel_rapl.c729 case 45: /* Sandy Bridge-EP */ rapl_pmu_init()
/linux-4.1.27/drivers/usb/image/
H A Dmicrotek.c33 * Send raw SCSI command to EP 0x1
37 * Read a lot of data from EP 0x83
39 * Read data from EP 0x82
42 * Write it to EP 0x1
44 * Read status byte from EP 0x82
756 MTS_WARNING( "will this work? Command EP is not usually %d\n", mts_usb_probe()
760 MTS_WARNING( "will this work? Response EP is not usually %d\n", mts_usb_probe()
764 MTS_WARNING( "will this work? Image data EP is not usually %d\n", mts_usb_probe()
/linux-4.1.27/drivers/usb/musb/
H A Djz4740.c69 /* Max EPs scanned, driver will decide which EP can be used. */
92 * Set dyn_fifo to avoid reading EP config from hardware. jz4740_musb_init()
H A Dmusb_cppi41.c140 * multiple of EP packet size. cppi41_trans_done()
H A Dmusb_gadget.c267 /* Check if EP is disabled */ txstate()
579 /* Check if EP is disabled */ rxstate()
2046 /* report reset, if we didn't already (flushing EP state) */
H A Dmusb_host.c165 /* NOTE: no locks here; caller should lock and select EP */ musb_h_tx_start()
181 /* NOTE: no locks here; caller should lock and select EP */ musb_h_tx_dma_start()
2017 * while allocating the EP for a Tx Bulk transfer. If musb_schedule()
2018 * so skip this EP. musb_schedule()
H A Dtusb6010.c907 /* EP interrupts. In OCP mode tusb6010 mirrors the MUSB interrupts */ tusb_musb_interrupt()
/linux-4.1.27/arch/powerpc/boot/
H A Ddcr.h145 /* 440EP Clock/Power-on Reset regs */
161 /* 405EP Clocking/Power Management/Chip Control regs */
/linux-4.1.27/sound/soc/codecs/
H A Dlm4857.c111 SND_SOC_DAPM_OUTPUT("EP"),
142 {"EP", NULL, "IN"},
H A Dlm49453.c552 SOC_SINGLE_TLV("EP Volume", LM49453_P0_DAC_LS_LEVELL_REG,
591 /* All end points HP,EP, LS, Lineout and Haptic */
828 /* EP map */
H A Dtwl6040.c538 if (snd_soc_dapm_get_pin_status(dapm, "EP")) twl6040_get_dl1_gain()
626 SND_SOC_DAPM_OUTPUT("EP"),
786 {"EP", NULL, "Earphone Driver"},
H A Dadau1373.c820 SND_SOC_DAPM_OUTPUT("EP"),
972 { "EP", NULL, "Earpiece Mixer" },
H A Disabelle.c489 SND_SOC_DAPM_OUTPUT("EP"),
838 { "EP", NULL, "Earphone Driver" },
/linux-4.1.27/drivers/usb/wusbcore/
H A Dwa-hc.c46 /* Fill up Data Transfer EP pointers */ wa_create()
H A Dwa-rpipe.c259 * Look for EP companion descriptor
H A Dwa-xfer.c2403 dev_info(dev, "Control EP stall. Queue delayed work.\n"); wa_xfer_result_chew()
2819 dev_err(dev, "DTI Error: unexpected EP state = %d\n", wa_dti_cb()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dfw.h95 /* 4: 4EP, 6: 6EP, 11: 11EP */
/linux-4.1.27/sound/soc/blackfin/
H A Dbfin-eval-adau1373.c61 { "Earpiece", NULL, "EP" },
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
H A Dmal.h31 * We call MAL 1 the version in 405GP, 405GPR, 405EP, 440EP, 440GR and
H A Dcore.c140 * 440EP/440GR has more sane SDR0_MFR register implementation than 440GX,
/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
H A DdefBF525.h547 #define DMAREQ_ENA_T 0x1000 /* Enable DMA request for Tx EP */
588 #define DMAREQ_ENA_R 0x2000 /* Enable DMA request for Tx EP */
613 #define TARGET_EP_NO_T 0xf /* EP number */
618 #define TX_POLL_INTERVAL 0xff /* polling interval for selected Tx EP */
622 #define TARGET_EP_NO_R 0xf /* EP number */
627 #define RX_POLL_INTERVAL 0xff /* polling interval for selected Rx EP */
658 #define EPNUM 0xf0 /* EP number */
H A Danomaly.h204 /* Possible USB RX Data Corruption When Control & Data EP FIFOs are Accessed via the Core */
/linux-4.1.27/arch/avr32/mach-at32ap/
H A Dat32ap700x.c1748 #define EP(nam, idx, maxpkt, maxbk, dma, isoc) \ macro
1759 EP("ep0", 0, 64, 1, 0, 0),
1760 EP("ep1", 1, 512, 2, 1, 1),
1761 EP("ep2", 2, 512, 2, 1, 1),
1762 EP("ep3-int", 3, 64, 3, 1, 0),
1763 EP("ep4-int", 4, 64, 3, 1, 0),
1764 EP("ep5", 5, 1024, 3, 1, 1),
1765 EP("ep6", 6, 1024, 3, 1, 1),
1768 #undef EP macro
/linux-4.1.27/drivers/usb/gadget/
H A Depautoconf.c114 * Get the number of required streams from the EP companion ep_matches()
115 * descriptor and see if the EP matches it ep_matches()
212 * number of streams. Will be modified when the chosen EP
H A Dcomposite.c56 * next_ep_desc() - advance to the next EP descriptor
59 * Return: next EP descriptor or NULL
61 * Iterate over @t until either EP descriptor found or
155 * Companion descriptor should follow EP descriptor
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dwmi.h72 u8 ts_rate; /* Also holds EP ID */
H A Ddebug.c577 PR_IS("RADM-CPL-EP", radm_cpl_ep); read_file_interrupt()
/linux-4.1.27/arch/m68k/coldfire/
H A Dintc-2.c185 .name = "CF-INTC-EP",
H A Dintc-simr.c169 .name = "CF-INTC-EP",
/linux-4.1.27/sound/usb/
H A Dproc.c114 // snd_iprintf(buffer, " EP Attribute = %#x\n", fp->attributes); proc_dump_substream_formats()
H A Dcard.h139 bool need_setup_ep; /* (re)configure EP at prepare? */
H A Dpcm.c231 dev_dbg(&subs->dev->dev, "Starting data EP @%p\n", ep); start_endpoints()
260 dev_dbg(&subs->dev->dev, "Starting sync EP @%p\n", ep); start_endpoints()
390 /* check the number of EP, since some devices have broken set_sync_endpoint()
391 * descriptors which fool us. if it has only one EP, set_sync_endpoint()
H A Dendpoint.c439 "Re-using EP %x in iface %d,%d @%p\n", snd_usb_add_endpoint()
514 "timeout: still %d active urbs on EP #%x\n", wait_clear_urbs()
H A Dmidi.c1868 dev_dbg(&umidi->dev->dev, "EP %02X: %d jack(s)\n", snd_usbmidi_get_ms_info()
1885 dev_dbg(&umidi->dev->dev, "EP %02X: %d jack(s)\n", snd_usbmidi_get_ms_info()
/linux-4.1.27/drivers/usb/chipidea/
H A Ddebug.c140 seq_printf(s, "EP=%02i: RX=%08X TX=%08X\n", ci_qheads_show()
187 seq_printf(s, "EP=%02i: TD=%08X %s\n", ci_requests_show()
/linux-4.1.27/arch/powerpc/kernel/
H A Dcputable.c1387 { /* 405EP */
1390 .cpu_name = "405EP",
1585 { /* Use logical PVR for 440EP (logical pvr = pvr | 0x8) */
1588 .cpu_name = "440EP Rev. A",
1610 { /* Matches both physical and logical PVR for 440EP (logical pvr = pvr | 0x8) */
1613 .cpu_name = "440EP Rev. C",
1623 { /* Use logical PVR for 440EP (logical pvr = pvr | 0x8) */
1626 .cpu_name = "440EP Rev. B",
H A Dprom.c271 * Since 440GR(x)/440EP(x) processors have the same pvr, identical_pvr_fixup()
273 * pvr for EP(x) processor version. This bit is always 0 in identical_pvr_fixup()
277 if (model && strstr(model, "440EP")) { identical_pvr_fixup()
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
H A DdefBF542.h665 #define DMAREQ_ENA_T 0x1000 /* Enable DMA request for Tx EP */
689 #define DMAREQ_ENA_R 0x2000 /* Enable DMA request for Tx EP */
705 #define TARGET_EP_NO_T 0xf /* EP number */
710 #define TX_POLL_INTERVAL 0xff /* polling interval for selected Tx EP */
714 #define TARGET_EP_NO_R 0xf /* EP number */
719 #define RX_POLL_INTERVAL 0xff /* polling interval for selected Rx EP */
738 #define EPNUM 0xf0 /* EP number */
H A DdefBF547.h942 #define DMAREQ_ENA_T 0x1000 /* Enable DMA request for Tx EP */
966 #define DMAREQ_ENA_R 0x2000 /* Enable DMA request for Tx EP */
982 #define TARGET_EP_NO_T 0xf /* EP number */
987 #define TX_POLL_INTERVAL 0xff /* polling interval for selected Tx EP */
991 #define TARGET_EP_NO_R 0xf /* EP number */
996 #define RX_POLL_INTERVAL 0xff /* polling interval for selected Rx EP */
1015 #define EPNUM 0xf0 /* EP number */
H A Danomaly.h126 /* Possible USB RX Data Corruption When Control & Data EP FIFOs are Accessed via the Core */
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
H A Dhw.h745 * Control EP is always EP 0 (USB SPEC)
748 * comments that suggest that the actual EP numbers
H A Dusb.c299 * While the carl9170 firmware does not use this EP, the carl9170_usb_rx_irq_complete()
/linux-4.1.27/drivers/usb/serial/
H A Dio_ti.c13 * EP/1 EP/2 EP/4 EP/21 EP/22 EP/221 EP/42 EP/421 WATCHPORT
H A Dkeyspan.h435 .indat_endpoints = {-1, -1, -1, -1}, /* single 'global' data in EP */
441 .glocont_endpoint = 0x00, /* uses control EP */
H A Df81232.c37 /* USB Control EP parameter */
H A Dio_usbvend.h85 #define ION_DEVICE_ID_EDGEPORT_8_DUAL_CPU 0x00E // Half of an Edgeport/8 (the kind with 2 EP/4s on 1 PCB)
89 #define ION_DEVICE_ID_EDGEPORT_16_DUAL_CPU 0x012 // Half of an Edgeport/16 (the kind with 2 EP/8s)
H A Dkeyspan.c65 on 1 EP and high-speed supported */
1246 /* control EP filled in when used */ keyspan_setup_urb()
1961 control EP 0 */ keyspan_usa49_send_setup()
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
H A Dpxa27x-udc.h34 #define UDCICR_FIFOERR (1 << 1) /* FIFO Error interrupt for EP */
35 #define UDCICR_PKTCOMPL (1 << 0) /* Packet Complete interrupt for EP */
/linux-4.1.27/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c1143 * other Bus masters on this EP sta2x11_vip_init_one()
1186 * other Bus masters on this EP sta2x11_vip_remove_one()
1226 * break all other Bus masters on this EP sta2x11_vip_suspend()
1268 * break all other Bus masters on this EP sta2x11_vip_resume()
/linux-4.1.27/drivers/media/usb/gspca/
H A Dgspca.h107 cam_op isoc_init; /* called on stream on before getting the EP */
/linux-4.1.27/include/linux/usb/
H A Dwusb-wa.h110 u8 bEndpointAddress; /* rw: Target EP address */
H A Dgadget.h155 * by this EP (0 - 16, actual number is 2^n)
157 * @maxburst: the maximum number of bursts supported by this EP (for usb3)
/linux-4.1.27/sound/soc/omap/
H A Domap-abe-twl6040.c142 {"Earphone Spk", NULL, "EP"},
/linux-4.1.27/drivers/rapidio/
H A Drio.c904 * to be handled completely by EP specific device driver. rio_inb_pwrite_handler()
1067 * %RIO_EFB_PAR_EP_ID LP/LVDS EP Devices
1069 * %RIO_EFB_PAR_EP_REC_ID LP/LVDS EP Recovery Devices
1071 * %RIO_EFB_PAR_EP_FREE_ID LP/LVDS EP Free Devices
1073 * %RIO_EFB_SER_EP_ID LP/Serial EP Devices
1075 * %RIO_EFB_SER_EP_REC_ID LP/Serial EP Recovery Devices
1077 * %RIO_EFB_SER_EP_FREE_ID LP/Serial EP Free Devices
/linux-4.1.27/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c600 * bnx2i_ep_destroy_list_add - add an entry to EP destroy list
604 * EP destroy queue manager
616 * bnx2i_ep_destroy_list_del - add an entry to EP destroy list
621 * EP destroy queue manager
1397 * @transport_fd: 64-bit EP handle
1975 * bnx2i_ep_tcp_conn_active - check EP state transition
H A Dbnx2i.h730 * @conn: iscsi connection this EP is linked to
H A Dbnx2i_hwi.c1054 * memory for SQ/RQ/CQ and page tables. EP structure elements such
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/
H A Dtrx.c139 "USB 3EP Setting for WMM.....\n"); _ThreeOutEpMapping()
149 "USB 3EP Setting for typical.....\n"); _ThreeOutEpMapping()
/linux-4.1.27/drivers/usb/dwc2/
H A Dhcd_queue.c90 "QH init: EP %d: TT found at hub addr %d, for port %d\n", dwc2_qh_init()
774 * scheduled, it is placed into the proper schedule based on its EP type.
H A Dhcd.h72 * 3: MDATA (non-Control EP),
73 * SETUP (Control EP)
H A Dhcd.c1101 /* Make sure EP's TT buffer is clean before queueing qtds */ dwc2_process_periodic_channels()
1248 /* Make sure EP's TT buffer is clean before queueing qtds */ dwc2_process_non_periodic_channels()
1958 " Dev: %d, EP: %d %s\n", dwc2_hcd_dump_state()
2584 "DWC OTG HCD EP DISABLE: bEndpointAddress=0x%02x, ep->hcpriv=%p\n", _dwc2_hcd_endpoint_disable()
2601 "DWC OTG HCD EP RESET: bEndpointAddress=0x%02x\n", _dwc2_hcd_endpoint_reset()
H A Dcore.c539 * defines MPS(Max Packet size) for a periodic EP=1024, and for dwc2_calculate_dynamic_fifo()
840 dev_err(hsotg->dev, "## Unknown EP type ##\n"); dwc2_hc_enable_slave_ints()
1255 * with a non-periodic EP, the non-periodic Tx FIFO is written. For a channel
1256 * associated with a periodic EP, the periodic Tx FIFO is written.
H A Dcore.h568 * @dedicated_fifos: Set if the hardware has dedicated IN-EP fifos.
H A Dgadget.c1168 * DxEPCTL_Stall will be cleared by EP once it has s3c_hsotg_stall_ep0()
2693 * if the hardware has dedicated fifos, we must give each IN EP s3c_hsotg_ep_enable()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_uvc.c650 INFO(cdev, "Unable to allocate control EP\n"); uvc_function_bind()
665 INFO(cdev, "Unable to allocate streaming EP\n"); uvc_function_bind()
H A Df_fs.c1808 pr_vdebug("EP SS companion descriptor\n"); ffs_do_single_desc()
2501 pr_err("two %sspeed descriptors for EP %d\n", __ffs_func_bind_do_descs()
/linux-4.1.27/arch/x86/pci/
H A Dsta2x11-fixup.c305 "sta2x11: Map EP %i: AMBA address %#8x-%#8x\n", sta2x11_map_ep()
/linux-4.1.27/arch/sparc/kernel/
H A Dpsycho_common.c106 "LADDR(%llx)EP(%llx)V(%d)FOFN(%d)]\n", psycho_check_stc_error()
H A Dpci_schizo.c199 printk("%s: STC_LINE(%d)[LIDX(%lx)SP(%lx)LADDR(%lx)EP(%lx)" __schizo_check_stc_error_pbm()
/linux-4.1.27/arch/tile/kernel/
H A Dpci_gx.c237 * If this is really intended to be an EP port, record tile_pcie_open()
454 * and the BIB doesn't allow the EP mode. tile_pci_init()
455 * 2. It is allowed to be in either the RC or the EP mode by the BIB, tile_pci_init()
742 * Wait a bit here because some EP devices pcibios_init()
/linux-4.1.27/sound/soc/intel/boards/
H A Dmfld_machine.c117 pr_debug("hs_set EP path\n"); headset_set_switch()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c1146 * on the EP. This can be a normal close (RTS->CLOSING) or iwch_modify_qp()
1155 * If free is 1, then we've disassociated the EP from the QP iwch_modify_qp()
1156 * and we need to dereference the EP. iwch_modify_qp()
H A Diwch_cm.c1831 /* bind QP to EP and move to RTS */ iwch_accept_cr()
/linux-4.1.27/drivers/usb/class/
H A Dusbtmc.c213 dev_dbg(dev, "Reading from bulk in EP\n"); usbtmc_ioctl_abort_bulk_in()
267 dev_dbg(dev, "Reading from bulk in EP\n"); usbtmc_ioctl_abort_bulk_in()
792 dev_dbg(dev, "Reading from bulk in EP\n"); usbtmc_ioctl_clear()
/linux-4.1.27/drivers/usb/host/
H A Dmax3421-hcd.c132 struct list_head ep_list; /* list of EP's with work */
729 * We already tried this EP max3421_select_and_start_urb()
1214 pr_info("EP%0u %u lst %04u rtr %u nak %6u rxmt %u: %s\n", dump_eps()
H A Disp116x.h312 /* queue of active EP's (the ones scheduled for the
H A Duhci-debug.c112 out += sprintf(out, "EP=%x(%s) ", usb_pipeendpoint(urbp->urb->pipe), uhci_show_urbp()
H A Disp1362.h966 DBG(0, "EP %p: CC=%x EP=%d DIR=%x CNT=%d LEN=%d MPS=%d TGL=%x ACT=%x FA=%d SPD=%x SF=%x PR=%x LST=%x\n", dump_ptd()
H A Dohci-dbg.c327 " info %08x MAX=%d%s%s%s%s EP=%d%s DEV=%d\n", tmp, ohci_dump_ed()
H A Disp1362-hcd.c1322 /* urb submitted for already existing EP */ isp1362_urb_enqueue()
1436 pr_warning("%s: No EP in URB %p\n", __func__, urb); isp1362_urb_dequeue()
1470 DBG(1, "%s: Freeing EP %p\n", __func__, ep); isp1362_endpoint_disable()
H A Dxhci-hub.c265 * It issues stop endpoint command for EP 0 to 30. And wait the last command
H A Dxhci-ring.c842 "Stop EP timer ran, but another timer marked " xhci_stop_endpoint_command_watchdog()
849 "Stop EP timer ran, but no command pending, " xhci_stop_endpoint_command_watchdog()
995 "Slot state = %u, EP state = %u", xhci_handle_cmd_set_deq()
H A Dxhci-mem.c1193 /* EP 0 can handle "burst" sizes of 1, so Max Burst Size field is 0 */ xhci_setup_addressable_virt_dev()
H A Dxhci.h659 /* Mult - Max number of burtst within an interval, in EP companion desc. */
/linux-4.1.27/drivers/edac/
H A Di7core_edac.c5 * Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield
6 * and Westmere-EP.
53 * This is used for Nehalem-EP and Nehalem-EX devices, where the non-core
2331 * memory controller is not visible on some Nehalem/Nehalem-EP, we i7core_probe()
H A Dsb_edac.c1 /* Intel Sandy Bridge -EN/-EP/-EX Memory Controller kernel module
441 * EP processor:
444 * EP 4S processor:
H A Dppc4xx_edac.c88 * - IBM SDRAM (405GP, 405CR and 405EP) "ibm,sdram-4xx"
89 * - IBM DDR1 (440GP, 440GX, 440EP and 440GR) "ibm,sdram-4xx-ddr"
/linux-4.1.27/drivers/acpi/
H A Dacpi_pnp.c201 {"MNP0339"}, /* Microcom DeskPorte FAST EP 28.8 Plug & Play */
/linux-4.1.27/drivers/tty/serial/8250/
H A D8250_pnp.c152 /* Microcom DeskPorte FAST EP 28.8 Plug & Play */
/linux-4.1.27/arch/arm/nwfpe/
H A Dfpopcode.h79 | Precision | u | v | FPSR.EP | length |
/linux-4.1.27/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c191 * @transport_fd: EP handle(64 bit)
1194 * This routines first asks chip to create a connection and then allocates an EP
/linux-4.1.27/drivers/staging/rtl8723au/hal/
H A Dusb_halinit.c62 ("Out EP number isn't match! %d(Descriptor) != %d (SIE reg)\n", _ConfigChipOutEP()
75 /* Normal chip with one IN and one OUT doesn't have interrupt IN EP. */ rtl8723au_chip_configure()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dusb.c1362 brcmf_err("No RX (in) Bulk EP found\n"); brcmf_usb_probe()
1367 brcmf_err("No TX (out) Bulk EP found\n"); brcmf_usb_probe()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
H A Dqp.c1552 * on the EP. This can be a normal close (RTS->CLOSING) or c4iw_modify_qp()
1562 * If free is 1, then we've disassociated the EP from the QP c4iw_modify_qp()
1563 * and we need to dereference the EP. c4iw_modify_qp()
H A Dcm.c2888 /* bind QP to EP and move to RTS */ c4iw_accept_cr()
/linux-4.1.27/drivers/net/ethernet/8390/
H A Dpcnet_cs.c145 { /* EP-210 Ethernet */ 0x0110, 0x00, 0x40, 0x33, 0 },
1572 PCMCIA_DEVICE_PROD_ID12("Ethernet PCMCIA adapter", "EP-210", 0x8dd86181, 0xf2b52517),
1656 PCMCIA_DEVICE_PROD_ID1("EP-210 PCMCIA LAN CARD.", 0x8850b4de),
/linux-4.1.27/drivers/media/radio/si470x/
H A Dradio-si470x-common.c35 * - RDS support added (polling mode via interrupt EP 1)
/linux-4.1.27/drivers/media/usb/airspy/
H A Dairspy.c51 * bEndpointAddress 0x81 EP 1 IN
/linux-4.1.27/drivers/net/wireless/orinoco/
H A Dhermes.c628 pr_debug("Enabling volatile, EP 0x%08x\n", offset); hermesi_program_init()
/linux-4.1.27/sound/isa/cs423x/
H A Dcs4236.c199 /* Crystal CX4235-XQ3 EP - CS4235 */
/linux-4.1.27/drivers/usb/dwc3/
H A Dgadget.c394 * dwc3_gadget_start_config - Configure EP resources
873 /* Can't wrap around on a non-isoc EP since there's no link TRB */ dwc3_prepare_trbs()
1142 * 2. XferInProgress on Isoc EP with an active transfer. We need to __dwc3_gadget_ep_queue()
H A Dcore.h379 /* The EP number goes 0..31 so ep0 is always out and ep1 is always in */
/linux-4.1.27/drivers/hid/
H A Dhid-sony.c2011 * Interrupt EP like it could, so we need to force HID Output sony_probe()
2012 * Reports to use HID_REQ_SET_REPORT on the Control EP. sony_probe()
/linux-4.1.27/drivers/infiniband/hw/amso1100/
H A Dc2_wr.h951 u32 handle; /* QPID or EP Handle */
/linux-4.1.27/drivers/net/usb/
H A Dasix_devices.c990 // Surecom EP-1427X-2
/linux-4.1.27/drivers/media/usb/hackrf/
H A Dhackrf.c39 * bEndpointAddress 0x81 EP 1 IN
/linux-4.1.27/drivers/media/usb/msi2500/
H A Dmsi2500.c46 * bEndpointAddress 0x81 EP 1 IN
/linux-4.1.27/drivers/net/wireless/rtlwifi/
H A Dusb.c366 "USB EP(0x%02x), MaxPacketSize=%d, Interval=%d\n", _rtl_usb_init()
/linux-4.1.27/drivers/powercap/
H A Dintel_rapl.c1059 RAPL_CPU(0x2d, rapl_defaults_core),/* Sandy Bridge EP */
/linux-4.1.27/tools/power/x86/turbostat/
H A Dturbostat.c1772 case 0x1A: /* Core i7, Xeon 5500 series - Bloomfield, Gainstown NHM-EP */ probe_nhm_msrs()
1776 case 0x2C: /* Westmere EP - Gulftown */ probe_nhm_msrs()
/linux-4.1.27/arch/powerpc/kvm/
H A Dmpic.c174 /* IDR[EP/CI] are only for FSL MPIC prior to v4.0 */
/linux-4.1.27/arch/blackfin/include/asm/
H A Dbfin_can.h122 #define EP 0x0004 /* Error Passive Mode */ macro
/linux-4.1.27/drivers/media/usb/s2255/
H A Ds2255drv.c2263 dev_dbg(&interface->dev, "num EP: %d\n", s2255_probe()
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
H A Dusb_halinit.c64 /* Normal chip with one IN and one OUT doesn't have interrupt IN EP. */ HalUsbSetQueuePipeMapping8188EUsb()
/linux-4.1.27/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c1362 dev_err(bdc->dev, "ISSUE, GET_STATUS for invalid EP ?"); ep0_handle_status()
/linux-4.1.27/arch/powerpc/sysdev/
H A Dppc4xx_pci.c220 * on the specific SoC. For example, it's 0 on 440EP and 1 on 440EPx. ppc4xx_setup_one_pci_PMM()
/linux-4.1.27/drivers/isdn/gigaset/
H A Dbas-gigaset.c267 " dev=0x%08lx, pipe=%s:EP%d/DV%d:%s, " dump_urb()
/linux-4.1.27/drivers/media/usb/cx231xx/
H A Dcx231xx-avcore.c2618 /* get EP for media type */ cx231xx_capture_start()
/linux-4.1.27/drivers/scsi/
H A Dnsp32.c149 /* {PNo, AW, SP, EP, SREQ smpl} Speed(MB/s) Period AckWidth */
/linux-4.1.27/drivers/usb/core/
H A Dhcd.c356 0x30, /* __u8 ss_bDescriptorType; SuperSpeed EP Companion */
H A Dhub.c1592 * We use the EP's maxpacket size instead of (PORTS+1+7)/8 hub_configure()
/linux-4.1.27/sound/pci/
H A Dvia82xx.c2489 SND_PCI_QUIRK(0x1695, 0x3005, "EPoX EP-8K9A", VIA_DXS_ENABLE),
/linux-4.1.27/drivers/pci/
H A Dquirks.c1285 case 0xB16C: /* Compaq Deskpro EP 401963-001 (PCA# 010174) */ asus_hides_smbus_hostbridge()
/linux-4.1.27/drivers/net/ethernet/realtek/
H A Dr8169.c2293 /* 8168EP family. */ rtl8169_get_mac_version()
/linux-4.1.27/sound/pci/hda/
H A Dpatch_realtek.c1422 SND_PCI_QUIRK(0x1695, 0x4012, "EPox EP-5LDA", ALC880_FIXUP_5ST_DIG),

Completed in 6101 milliseconds