Searched refs:eol (Results 1 - 36 of 36) sorted by relevance

/linux-4.1.27/arch/mn10300/include/asm/
H A Dtermios.h8 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/arch/frv/include/asm/
H A Dtermios.h8 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/arch/s390/include/asm/
H A Dtermios.h14 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/arch/avr32/include/asm/
H A Dtermios.h15 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
H A Ddma.h18 unsigned eol : 1; member in struct:dma_descr_group
38 unsigned eol : 1; member in struct:dma_descr_context
59 unsigned eol : 1; member in struct:dma_descr_data
H A Ddma_defs.h104 unsigned int eol : 1; member in struct:__anon421
156 unsigned int eol : 1; member in struct:__anon425
254 unsigned int eol : 1; member in struct:__anon429
/linux-4.1.27/arch/cris/arch-v32/kernel/
H A Dcache.c23 if (descr->eol) flush_dma_list()
/linux-4.1.27/arch/parisc/include/asm/
H A Dtermios.h9 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/arch/cris/include/asm/
H A Dtermios.h9 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/arch/ia64/include/asm/
H A Dtermios.h15 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/arch/m32r/include/asm/
H A Dtermios.h9 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/scripts/kconfig/
H A Dkxgettext.c16 int eol = 0; escape() local
20 eol = 1; escape()
54 if (multiline && eol) escape()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dfirmware.c151 char *eol, *sol; brcmf_nvram_handle_comment() local
154 eol = strchr(sol, '\n'); brcmf_nvram_handle_comment()
155 if (eol == NULL) brcmf_nvram_handle_comment()
161 nvp->pos += (eol - sol) + 1; brcmf_nvram_handle_comment()
/linux-4.1.27/arch/mips/include/asm/
H A Dtermios.h20 * eof=^D eol=\0
/linux-4.1.27/arch/alpha/include/asm/
H A Dtermios.h6 /* eof=^D eol=\0 eol2=\0 erase=del
/linux-4.1.27/include/asm-generic/
H A Dtermios.h10 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/include/video/
H A Dgbe.h40 volatile uint32_t did_start_xy; /* eol/f did/xy reset val */
41 volatile uint32_t crs_start_xy; /* eol/f crs/xy reset val */
42 volatile uint32_t vc_start_xy; /* eol/f vc/xy reset val */
/linux-4.1.27/arch/cris/arch-v32/drivers/
H A Dsync_serial.c407 descr->eol = 0; initialize_port()
1267 port->active_tr_descr->eol = 1; start_dma_out()
1268 port->prev_tr_descr->eol = 0; start_dma_out()
1270 DEBUGTRDMA(pr_info("Inserting eolr:%p eol@:%p\n", start_dma_out()
1320 port->in_descr[i-1].eol = regk_sser_yes; start_dma_in()
1382 * restarted and the eol flag will be cleared. tr_interrupt()
1387 while (!port->catch_tr_descr->eol) { tr_interrupt()
1401 panic("sync_serial: missing eol"); tr_interrupt()
1406 DEBUGOUTBUF(pr_info("eol at descr %p -%d (%d)\n", tr_interrupt()
1427 pr_err("sync_ser: buf not empty after eol\n"); tr_interrupt()
1472 port->next_rx_desc->eol = 1; handle_rx_packet()
1473 port->prev_rx_desc->eol = 0; handle_rx_packet()
H A Dcryptocop.c341 cdesc->dma_descr->eol = 0; alloc_cdesc()
1304 current_in_cdesc->dma_descr->eol = 1; cryptocop_setup_dma_list()
1305 current_out_cdesc->dma_descr->eol = 1; cryptocop_setup_dma_list()
1309 (*int_op)->ctx_out.eol = 1; cryptocop_setup_dma_list()
1323 (*int_op)->ctx_in.eol = 1; cryptocop_setup_dma_list()
2282 (*pj)->iop->ctx_out.eol = 1; cryptocop_job_setup()
2287 (*pj)->iop->ctx_in.eol = 1; cryptocop_job_setup()
3202 td->eol, print_dma_descriptors()
3230 td->eol, print_dma_descriptors()
3413 dd->eol, print_user_dma_lists()
3417 if (dd->eol) print_user_dma_lists()
3444 dd->eol, print_user_dma_lists()
3448 if (dd->eol) print_user_dma_lists()
/linux-4.1.27/arch/sparc/include/asm/
H A Dtermios.h19 eof=^D eol=\0 eol2=\0 sxtc=\0
/linux-4.1.27/drivers/tty/
H A Dn_tty.c2046 size_t eol; canon_copy_from_read_buf() local
2062 eol = find_next_bit(ldata->read_flags, size, tail); canon_copy_from_read_buf()
2064 if (eol == N_TTY_BUF_SIZE && more) { canon_copy_from_read_buf()
2066 eol = find_next_bit(ldata->read_flags, more, 0); canon_copy_from_read_buf()
2067 if (eol != more) canon_copy_from_read_buf()
2069 } else if (eol != size) canon_copy_from_read_buf()
2073 n = eol - tail; canon_copy_from_read_buf()
2079 if (found && !ldata->push && read_buf(ldata, eol) == __DISABLED_CHAR) { canon_copy_from_read_buf()
2084 n_tty_trace("%s: eol:%zu found:%d n:%zu c:%zu size:%zu more:%zu\n", canon_copy_from_read_buf()
2085 __func__, eol, found, n, c, size, more); canon_copy_from_read_buf()
2101 clear_bit(eol, ldata->read_flags); canon_copy_from_read_buf()
H A Dsynclink_gt.c2225 * 04 eol (end of list) isr_rdma()
2250 * 04 eol (end of list) isr_tdma()
/linux-4.1.27/net/ipv4/
H A Dip_options.c283 goto eol; ip_options_compile()
470 eol: ip_options_compile()
/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dtermbits.h84 * shared with eof/eol
/linux-4.1.27/fs/jfs/
H A Djfs_logmgr.h386 int page; /* 4: page number of eol page */
387 int eor; /* 4: eor of last record in eol page */
/linux-4.1.27/drivers/pci/hotplug/
H A Dibmphp_res.c468 u8 eol = 0; /* end of list indicator */ update_resources() local
494 eol = 1; update_resources()
499 if (!eol) { update_resources()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dmac.c25 "tx ok 0x%x err 0x%x desc 0x%x eol 0x%x urn 0x%x\n", ath9k_hw_set_txq_interrupts()
/linux-4.1.27/drivers/scsi/aic94xx/
H A Daic94xx_sas.h359 u8 eol_ds; /* eol:6,6, ds:5,4 */
/linux-4.1.27/fs/nfs/
H A Dpnfs_nfs.c449 len = 3; /* '{', '}' and eol */ list_for_each_entry()
/linux-4.1.27/drivers/media/pci/cx25821/
H A Dcx25821-core.c340 "irq1", "irq2", "eol", "sol", cx25821_risc_decode()
/linux-4.1.27/drivers/media/pci/cx88/
H A Dcx88-core.c398 "irq1", "irq2", "eol", "sol", cx88_risc_decode()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c958 u32 eol = 0x7ff; i40e_clear_hw() local
994 val = eol << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT; i40e_clear_hw()
998 val = eol << I40E_VPINT_LNKLST0_FIRSTQ_INDX_SHIFT; i40e_clear_hw()
/linux-4.1.27/drivers/media/pci/cx23885/
H A Dcx23885-core.c406 "irq1", "irq2", "eol", "sol", cx23885_risc_decode()
/linux-4.1.27/drivers/net/ethernet/intel/
H A De100.c519 u16 eol; member in struct:cb::__anon6497::__anon6498::__anon6499
/linux-4.1.27/drivers/message/fusion/
H A Dmptctl.c1130 /* Last sge fixup: set LE+eol+eob bits */ kbuf_alloc_2_sgl()
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Dbttv-driver.c3402 "irq", "res", "eol", "sol", bttv_risc_decode()

Completed in 1238 milliseconds