Lines Matching full:item
103 * @key: selector key value for new fw_cfg item
104 * @data: pointer to start of item data
105 * @len: size of item data
107 * Add a new fw_cfg item, available by selecting the given key, as a raw
116 * @key: selector key value for new fw_cfg item
119 * Add a new fw_cfg item, available by selecting the given key. The item
128 * @key: selector key value for new fw_cfg item
131 * Replace the fw_cfg item available by selecting the given key. The new
142 * @key: selector key value for new fw_cfg item
145 * Add a new fw_cfg item, available by selecting the given key. The item
154 * @key: selector key value for new fw_cfg item
157 * Replace the fw_cfg item available by selecting the given key. The new
168 * @key: selector key value for new fw_cfg item
171 * Add a new fw_cfg item, available by selecting the given key. The item
180 * @key: selector key value for new fw_cfg item
183 * Replace the fw_cfg item available by selecting the given key. The new
194 * @key: selector key value for new fw_cfg item
197 * Add a new fw_cfg item, available by selecting the given key. The item
206 * @key: selector key value for new fw_cfg item
209 * Replace the fw_cfg item available by selecting the given key. The new
220 * @filename: name of new fw_cfg file item
221 * @data: pointer to start of item data
222 * @len: size of item data
224 * Add a new NAMED fw_cfg item as a raw "blob" of the given size. The data
229 * structure residing at key value FW_CFG_FILE_DIR, containing the item name,
238 * @filename: name of new fw_cfg file item
242 * @data: pointer to start of item data
243 * @len: size of item data
246 * Add a new NAMED fw_cfg item as a raw "blob" of the given size. The data
251 * structure residing at key value FW_CFG_FILE_DIR, containing the item name,
254 * time this item is selected (by having its selector key either written to
267 * @filename: name of new fw_cfg file item
268 * @data: pointer to start of item data
269 * @len: size of item data
271 * Replace a NAMED fw_cfg item. If an existing item is found, its callback
273 * to the caller, so that it may be freed if necessary. If an existing item
276 * In either case, the new item data is only linked, NOT copied, into the
279 * Returns: pointer to old item's data, or NULL if old item does not exist.
287 * @filename: name of new fw_cfg file item
292 * If the @part object generates content, add a new NAMED fw_cfg item with it.
297 * structure residing at key value FW_CFG_FILE_DIR, containing the item name,
300 * If the @part object does not generate content, no fw_cfg item is added.
327 * refers to a well-known numerically defined item, or NULL on