Lines Matching +full:post +full:- +full:processing
1 .. SPDX-License-Identifier: GPL-2.0
20 register a sysfs file, allow in-kernel users to access the content of the
23 This was also a problem as far as other in-kernel users were involved, since
35 and write the non-volatile memory.
51 .name = "brcm-nvram",
55 config.dev = &pdev->dev;
74 .nvmem_name = "i2c-eeprom",
85 .nvmem_name = "i2c-eeprom",
88 .con_id = "mac-address",
195 the content is still well defined, e.g. tag-length-values. In this case,
200 Another use case for layouts is the post processing of cells. With layouts,
201 it is possible to associate a custom post processing hook to a cell. It
207 .. kernel-doc:: drivers/nvmem/core.c