Home
last modified time | relevance | path

Searched refs:load_method (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/staging/greybus/
H A Dfw-management.c136 u8 load_method, const char *tag) in fw_mgmt_load_and_validate_operation() argument
141 if (load_method != GB_FW_LOAD_METHOD_UNIPRO && in fw_mgmt_load_and_validate_operation()
142 load_method != GB_FW_LOAD_METHOD_INTERNAL) { in fw_mgmt_load_and_validate_operation()
144 "invalid load-method (%d)\n", load_method); in fw_mgmt_load_and_validate_operation()
148 request.load_method = load_method; in fw_mgmt_load_and_validate_operation()
437 intf_load.load_method, intf_load.firmware_tag); in fw_mgmt_ioctl()
H A Dgreybus_firmware.h55 __u8 load_method; member
/linux/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware.c61 intf_load.load_method = GB_FW_U_LOAD_METHOD_UNIPRO; in update_intf_firmware()
H A Dfirmware-management121 __u8 load_method;
157 an Interface. The user needs to fill the 'firmware_tag' and 'load_method'
/linux/include/linux/greybus/
H A Dgreybus_protocols.h286 __u8 load_method; member