Searched refs:eol (Results 1 – 14 of 14) sorted by relevance
| /linux/Documentation/devicetree/bindings/power/supply/ |
| A D | cpcap-battery.yaml | 28 - description: eol interrupt 37 - const: eol 79 "eol", "lowbph", "lowbpl",
|
| /linux/tools/bootconfig/ |
| A 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/drivers/tty/ |
| A D | n_tty.c | 2023 size_t eol; in canon_copy_from_read_buf() local 2040 eol = find_next_bit(ldata->read_flags, size, tail); in canon_copy_from_read_buf() 2042 if (eol == N_TTY_BUF_SIZE && more) { in canon_copy_from_read_buf() 2044 eol = find_first_bit(ldata->read_flags, more); in canon_copy_from_read_buf() 2045 found = eol != more; in canon_copy_from_read_buf() 2047 found = eol != size; in canon_copy_from_read_buf() 2049 n = eol - tail; in canon_copy_from_read_buf() 2054 if (!found || read_buf(ldata, eol) != __DISABLED_CHAR) in canon_copy_from_read_buf() 2058 __func__, eol, found, n, c, tail, more); in canon_copy_from_read_buf() 2065 clear_bit(eol, ldata->read_flags); in canon_copy_from_read_buf()
|
| /linux/tools/tracing/rtla/src/ |
| A D | osnoise_top.c | 197 goto eol; in osnoise_top_header() 201 eol: in osnoise_top_header()
|
| /linux/net/ipv4/ |
| A D | ip_options.c | 268 goto eol; in __ip_options_compile() 454 eol: in __ip_options_compile()
|
| /linux/drivers/infiniband/hw/irdma/ |
| A D | cm.h | 202 char eol; member
|
| A D | cm.c | 1408 options->eol = OPTION_NUM_EOL; in irdma_send_syn()
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| A D | motorola-cpcap-mapphone.dtsi | 34 "eol", "lowbph", "lowbpl",
|
| /linux/drivers/pci/hotplug/ |
| A 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/drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_struct.h | 680 uint64_t eol : 1; member
|
| A D | rvu_nix.c | 3106 int index, u8 mce_op, bool eol) in nix_blk_setup_mce() argument 3119 aq_req.mce.eol = eol; in nix_blk_setup_mce() 3213 u8 eol; in nix_update_egress_mce_list_hw() local 3237 eol = 0; in nix_update_egress_mce_list_hw() 3241 eol = 1; in nix_update_egress_mce_list_hw() 3243 regval = (next_idx << 16) | (eol << 12) | mce->channel; in nix_update_egress_mce_list_hw()
|
| /linux/net/core/ |
| A D | filter.c | 7527 u8 magic_len, bool *eol) in bpf_search_tcp_opt() argument 7531 *eol = false; in bpf_search_tcp_opt() 7537 *eol = true; in bpf_search_tcp_opt() 7572 bool eol, load_syn = flags & BPF_LOAD_HDR_OPT_TCP_SYN; in BPF_CALL_4() local 7622 &eol); in BPF_CALL_4() 7653 bool eol; in BPF_CALL_4() local 7693 &eol); in BPF_CALL_4() 7700 if (eol) in BPF_CALL_4()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| A D | i40e_common.c | 825 u32 eol = 0x7ff; in i40e_clear_hw() local 855 val = eol << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw() 859 val = eol << I40E_VPINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
|
| /linux/drivers/net/ethernet/intel/ |
| A D | e100.c | 490 u16 eol; member
|
Completed in 104 milliseconds