Home
last modified time | relevance | path

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

/linux-6.14.4/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-6.14.4/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()
199 dev_err(dev, "Invalid ONIE TLV header\n"); in onie_tlv_parse_table()
207 dev_err(dev, "Invalid ONIE TLV data length\n"); in onie_tlv_parse_table()
243 { .compatible = "onie,tlv-layout", },
250 .name = "onie-tlv-layout",
260 MODULE_DESCRIPTION("NVMEM layout driver for Onie TLV table parsing");
DKconfig21 tristate "ONIE tlv support"
24 Say Y here if you want to support the Open Compute Project ONIE
DMakefile7 obj-$(CONFIG_NVMEM_LAYOUT_ONIE_TLV) += onie-tlv.o
/linux-6.14.4/Documentation/devicetree/bindings/
Dvendor-prefixes.yaml1101 "^onie,.*":
/linux-6.14.4/
DMAINTAINERS17675 ONIE TLV NVMEM LAYOUT DRIVER
17678 F: Documentation/devicetree/bindings/nvmem/layouts/onie,tlv-layout.yaml
17679 F: drivers/nvmem/layouts/onie-tlv.c