Home
last modified time | relevance | path

Searched full:onie (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/Documentation/devicetree/bindings/nvmem/layouts/
Donie,tlv-layout.yaml4 $id: http://devicetree.org/schemas/nvmem/layouts/onie,tlv-layout.yaml#
7 title: NVMEM layout of the ONIE tlv table
13 Modern networking hardware implementing the Open Compute Project ONIE
26 const: onie,tlv-layout
68 onie-version:
117 compatible = "onie,tlv-layout";
138 compatible = "onie,tlv-layout";
Dnvmem-layout.yaml23 - $ref: onie,tlv-layout.yaml
/Linux-v6.6/drivers/nvmem/layouts/
Donie-tlv.c3 * ONIE tlv NVMEM cells provider
5 * Copyright (C) 2022 Open Compute Group ONIE
53 return "onie-version"; in onie_tlv_cell_name()
198 dev_err(dev, "Invalid ONIE TLV header\n"); in onie_tlv_parse_table()
206 dev_err(dev, "Invalid ONIE TLV data length\n"); in onie_tlv_parse_table()
230 { .compatible = "onie,tlv-layout", },
236 .name = "ONIE tlv layout",
244 MODULE_DESCRIPTION("NVMEM layout driver for Onie TLV table parsing");
DKconfig15 tristate "ONIE tlv support"
18 Say Y here if you want to support the Open Compute Project ONIE
DMakefile7 obj-$(CONFIG_NVMEM_LAYOUT_ONIE_TLV) += onie-tlv.o
/Linux-v6.6/Documentation/devicetree/bindings/
Dvendor-prefixes.yaml988 "^onie,.*":
/Linux-v6.6/
DMAINTAINERS15919 ONIE TLV NVMEM LAYOUT DRIVER
15922 F: Documentation/devicetree/bindings/nvmem/layouts/onie,tlv-layout.yaml
15923 F: drivers/nvmem/layouts/onie-tlv.c