Lines Matching +full:device +full:- +full:specific
1 .. SPDX-License-Identifier: GPL-2.0-only
4 Driver-specific callbacks
7 The ``pldmfw`` module relies on the device driver for implementing device
8 specific behavior using the following operations.
11 -----------------
14 record matches the device being updated. This requires comparing the record
15 descriptors in the record with information from the device. Many record
20 the device.
23 ----------------------
25 The ``.send_package_data`` operation is used to send the device-specific
26 package data in a record to the device firmware. If the matching record
29 length. The device driver should send this data to firmware.
32 -------------------------
35 information to the device. It is called once for each applicable component,
37 device driver should send the component information to the device firmware,
45 --------------------
47 The ``.flash_component`` operation is used to inform the device driver to
49 the component data to the device.
52 --------------------
55 order to allow the device driver to perform any remaining device specific