/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | termios.h | 8 start=^Q stop=^S susp=^Z eol=\0
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | termios.h | 8 start=^Q stop=^S susp=^Z eol=\0
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | termios.h | 14 start=^Q stop=^S susp=^Z eol=\0
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | termios.h | 15 start=^Q stop=^S susp=^Z eol=\0
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
H A D | dma.h | 18 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 D | dma_defs.h | 104 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 D | cache.c | 23 if (descr->eol) flush_dma_list()
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | termios.h | 9 start=^Q stop=^S susp=^Z eol=\0
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | termios.h | 9 start=^Q stop=^S susp=^Z eol=\0
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | termios.h | 15 start=^Q stop=^S susp=^Z eol=\0
|
/linux-4.1.27/arch/m32r/include/asm/ |
H A D | termios.h | 9 start=^Q stop=^S susp=^Z eol=\0
|
/linux-4.1.27/scripts/kconfig/ |
H A D | kxgettext.c | 16 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 D | firmware.c | 151 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 D | termios.h | 20 * eof=^D eol=\0
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | termios.h | 6 /* eof=^D eol=\0 eol2=\0 erase=del
|
/linux-4.1.27/include/asm-generic/ |
H A D | termios.h | 10 start=^Q stop=^S susp=^Z eol=\0
|
/linux-4.1.27/include/video/ |
H A D | gbe.h | 40 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 D | sync_serial.c | 407 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 D | cryptocop.c | 341 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 D | termios.h | 19 eof=^D eol=\0 eol2=\0 sxtc=\0
|
/linux-4.1.27/drivers/tty/ |
H A D | n_tty.c | 2046 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 D | synclink_gt.c | 2225 * 04 eol (end of list) isr_rdma() 2250 * 04 eol (end of list) isr_tdma()
|
/linux-4.1.27/net/ipv4/ |
H A D | ip_options.c | 283 goto eol; ip_options_compile() 470 eol: ip_options_compile()
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
H A D | termbits.h | 84 * shared with eof/eol
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_logmgr.h | 386 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 D | ibmphp_res.c | 468 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 D | mac.c | 25 "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 D | aic94xx_sas.h | 359 u8 eol_ds; /* eol:6,6, ds:5,4 */
|
/linux-4.1.27/fs/nfs/ |
H A D | pnfs_nfs.c | 449 len = 3; /* '{', '}' and eol */ list_for_each_entry()
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
H A D | cx25821-core.c | 340 "irq1", "irq2", "eol", "sol", cx25821_risc_decode()
|
/linux-4.1.27/drivers/media/pci/cx88/ |
H A D | cx88-core.c | 398 "irq1", "irq2", "eol", "sol", cx88_risc_decode()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_common.c | 958 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 D | cx23885-core.c | 406 "irq1", "irq2", "eol", "sol", cx23885_risc_decode()
|
/linux-4.1.27/drivers/net/ethernet/intel/ |
H A D | e100.c | 519 u16 eol; member in struct:cb::__anon6497::__anon6498::__anon6499
|
/linux-4.1.27/drivers/message/fusion/ |
H A D | mptctl.c | 1130 /* Last sge fixup: set LE+eol+eob bits */ kbuf_alloc_2_sgl()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 3402 "irq", "res", "eol", "sol", bttv_risc_decode()
|