Lines Matching full:binding
20 * DOC: Late Binding Firmware Update/Upload
22 * Late Binding is a firmware update/upload mechanism that allows configuration
53 * 1. Host driver (KMD or user-space tool) loads the late binding firmware.
69 * struct mei_lb_req - Late Binding request structure
71 * @type: Type of the Late Binding payload
87 * struct mei_lb_rsp - Late Binding response structure
89 * @type: Type of the Late Binding payload
180 dev_err(dev, "Failed to send late binding request to firmware. %zd\n", bytes); in mei_lb_push_payload()
188 dev_err(dev, "Failed to receive late binding reply from MEI firmware. %zd\n", in mei_lb_push_payload()
281 dev_err(&cldev->dev, "Failed to add late binding master component. %d\n", ret); in mei_lb_probe()
311 MODULE_DESCRIPTION("MEI Late Binding Firmware Update/Upload");