Home
last modified time | relevance | path

Searched refs:eol (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Ddma.h18 unsigned eol : 1; member
38 unsigned eol : 1; member
59 unsigned eol : 1; member
Ddma_defs.h104 unsigned int eol : 1; member
156 unsigned int eol : 1; member
254 unsigned int eol : 1; member
/linux-4.4.14/scripts/kconfig/
Dkxgettext.c16 int eol = 0; in escape() local
20 eol = 1; in escape()
54 if (multiline && eol) in escape()
Dzconf.lex.c_shipped1095 /* rule 1 can match eol */
1097 /* rule 2 can match eol */
1143 /* rule 8 can match eol */
1205 /* rule 21 can match eol */
1227 /* rule 24 can match eol */
1246 /* rule 27 can match eol */
1264 /* rule 29 can match eol */
1293 /* rule 32 can match eol */
1334 /* rule 34 can match eol */
1346 /* rule 35 can match eol */
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dcache.c23 if (descr->eol) in flush_dma_list()
/linux-4.4.14/drivers/tty/
Dn_tty.c2039 size_t eol; in canon_copy_from_read_buf() local
2055 eol = find_next_bit(ldata->read_flags, size, tail); in canon_copy_from_read_buf()
2057 if (eol == N_TTY_BUF_SIZE && more) { in canon_copy_from_read_buf()
2059 eol = find_next_bit(ldata->read_flags, more, 0); in canon_copy_from_read_buf()
2060 if (eol != more) in canon_copy_from_read_buf()
2062 } else if (eol != size) in canon_copy_from_read_buf()
2066 n = eol - tail; in canon_copy_from_read_buf()
2071 if (!found || read_buf(ldata, eol) != __DISABLED_CHAR) { in canon_copy_from_read_buf()
2077 __func__, eol, found, n, c, size, more); in canon_copy_from_read_buf()
2093 clear_bit(eol, ldata->read_flags); in canon_copy_from_read_buf()
/linux-4.4.14/arch/cris/arch-v32/drivers/
Dsync_serial.c407 descr->eol = 0; in initialize_port()
1267 port->active_tr_descr->eol = 1; in start_dma_out()
1268 port->prev_tr_descr->eol = 0; in start_dma_out()
1320 port->in_descr[i-1].eol = regk_sser_yes; in start_dma_in()
1387 while (!port->catch_tr_descr->eol) { in tr_interrupt()
1472 port->next_rx_desc->eol = 1; in handle_rx_packet()
1473 port->prev_rx_desc->eol = 0; in handle_rx_packet()
Dcryptocop.c341 cdesc->dma_descr->eol = 0; in alloc_cdesc()
1304 current_in_cdesc->dma_descr->eol = 1; in cryptocop_setup_dma_list()
1305 current_out_cdesc->dma_descr->eol = 1; in cryptocop_setup_dma_list()
1309 (*int_op)->ctx_out.eol = 1; in cryptocop_setup_dma_list()
1323 (*int_op)->ctx_in.eol = 1; in cryptocop_setup_dma_list()
2282 (*pj)->iop->ctx_out.eol = 1; in cryptocop_job_setup()
2287 (*pj)->iop->ctx_in.eol = 1; in cryptocop_job_setup()
3202 td->eol, in print_dma_descriptors()
3230 td->eol, in print_dma_descriptors()
3413 dd->eol, in print_user_dma_lists()
[all …]
/linux-4.4.14/net/ipv4/
Dip_options.c283 goto eol; in ip_options_compile()
470 eol: in ip_options_compile()
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped940 /* rule 1 can match eol */
950 /* rule 2 can match eol */
986 /* rule 3 can match eol */
1077 /* rule 11 can match eol */
1158 /* rule 18 can match eol */
1164 /* rule 19 can match eol */
1170 /* rule 20 can match eol */
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped844 /* rule 1 can match eol */
849 /* rule 2 can match eol */
854 /* rule 3 can match eol */
864 /* rule 5 can match eol */
869 /* rule 6 can match eol */
/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_res.c468 u8 eol = 0; /* end of list indicator */ in update_resources() local
494 eol = 1; in update_resources()
499 if (!eol) { in update_resources()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_common.c1323 u32 eol = 0x7ff; in i40e_clear_hw() local
1359 val = eol << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
1363 val = eol << I40E_VPINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
/linux-4.4.14/drivers/net/ethernet/intel/
De100.c519 u16 eol; member