Intel Graphics System Controller Firmware Update Library
Intel Graphics System Controller Firmware Update Library
|
Functions | |
IGSC_EXPORT int | igsc_device_iterator_create (struct igsc_device_iterator **iter) |
Create iterator for devices capable of FW update. | |
IGSC_EXPORT int | igsc_device_iterator_next (struct igsc_device_iterator *iter, struct igsc_device_info *info) |
Obtain next devices capable of FW update. | |
IGSC_EXPORT void | igsc_device_iterator_destroy (struct igsc_device_iterator *iter) |
Free iterator for devices capable of FW update. |
IGSC_EXPORT int igsc_device_iterator_create | ( | struct igsc_device_iterator ** | iter | ) |
Create iterator for devices capable of FW update.
iter | pointer to return the iterator pointer |
IGSC_EXPORT void igsc_device_iterator_destroy | ( | struct igsc_device_iterator * | iter | ) |
Free iterator for devices capable of FW update.
iter | pointer to iterator |
IGSC_EXPORT int igsc_device_iterator_next | ( | struct igsc_device_iterator * | iter, |
struct igsc_device_info * | info ) |
Obtain next devices capable of FW update.
iter | pointer to iterator. |
info | pointer for device information. |