Searched refs:eol (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/Documentation/devicetree/bindings/power/supply/ |
D | cpcap-battery.yaml | 28 - description: eol interrupt 37 - const: eol 79 "eol", "lowbph", "lowbpl",
|
/linux-6.1.9/tools/bootconfig/ |
D | main.c | 21 const char *val, *eol; in xbc_show_value() local 25 eol = semicolon ? ";\n" : "\n"; in xbc_show_value() 31 printf("%c%s%c%s", q, val, q, xbc_node_is_array(node) ? ", " : eol); in xbc_show_value()
|
/linux-6.1.9/drivers/tty/ |
D | n_tty.c | 1986 size_t eol; in canon_copy_from_read_buf() local 2003 eol = find_next_bit(ldata->read_flags, size, tail); in canon_copy_from_read_buf() 2005 if (eol == N_TTY_BUF_SIZE && more) { in canon_copy_from_read_buf() 2007 eol = find_first_bit(ldata->read_flags, more); in canon_copy_from_read_buf() 2008 found = eol != more; in canon_copy_from_read_buf() 2010 found = eol != size; in canon_copy_from_read_buf() 2012 n = eol - tail; in canon_copy_from_read_buf() 2017 if (!found || read_buf(ldata, eol) != __DISABLED_CHAR) in canon_copy_from_read_buf() 2021 __func__, eol, found, n, c, tail, more); in canon_copy_from_read_buf() 2028 clear_bit(eol, ldata->read_flags); in canon_copy_from_read_buf()
|
/linux-6.1.9/net/ipv4/ |
D | ip_options.c | 268 goto eol; in __ip_options_compile() 454 eol: in __ip_options_compile()
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | motorola-cpcap-mapphone.dtsi | 34 "eol", "lowbph", "lowbpl",
|
/linux-6.1.9/drivers/infiniband/hw/irdma/ |
D | cm.h | 202 char eol; member
|
D | cm.c | 1408 options->eol = OPTION_NUM_EOL; in irdma_send_syn()
|
/linux-6.1.9/drivers/pci/hotplug/ |
D | ibmphp_res.c | 446 u8 eol = 0; /* end of list indicator */ in update_resources() local 472 eol = 1; in update_resources() 477 if (!eol) { in update_resources()
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_struct.h | 677 uint64_t eol : 1; member
|
D | rvu_nix.c | 2737 int mce, u8 op, u16 pcifunc, int next, bool eol) in nix_blk_setup_mce() argument 2750 aq_req.mce.eol = eol; in nix_blk_setup_mce()
|
/linux-6.1.9/net/core/ |
D | filter.c | 7212 u8 magic_len, bool *eol) in bpf_search_tcp_opt() argument 7216 *eol = false; in bpf_search_tcp_opt() 7222 *eol = true; in bpf_search_tcp_opt() 7257 bool eol, load_syn = flags & BPF_LOAD_HDR_OPT_TCP_SYN; in BPF_CALL_4() local 7307 &eol); in BPF_CALL_4() 7338 bool eol; in BPF_CALL_4() local 7378 &eol); in BPF_CALL_4() 7385 if (eol) in BPF_CALL_4()
|
/linux-6.1.9/drivers/net/ethernet/intel/i40e/ |
D | i40e_common.c | 1218 u32 eol = 0x7ff; in i40e_clear_hw() local 1254 val = eol << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw() 1258 val = eol << I40E_VPINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
|
/linux-6.1.9/drivers/net/ethernet/intel/ |
D | e100.c | 491 u16 eol; member
|