Searched refs:load_method (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/greybus/
H A Dgreybus_firmware.h55 __u8 load_method; member in struct:fw_mgmt_ioc_intf_load_and_validate
H A Dfw-management.c143 u8 load_method, const char *tag)
148 if (load_method != GB_FW_LOAD_METHOD_UNIPRO &&
149 load_method != GB_FW_LOAD_METHOD_INTERNAL) {
151 "invalid load-method (%d)\n", load_method);
155 request.load_method = load_method;
453 intf_load.load_method, intf_load.firmware_tag);
142 fw_mgmt_load_and_validate_operation(struct fw_mgmt *fw_mgmt, u8 load_method, const char *tag) argument
/linux-master/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware.c61 intf_load.load_method = GB_FW_U_LOAD_METHOD_UNIPRO;
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h286 __u8 load_method; member in struct:gb_fw_mgmt_load_and_validate_fw_request

Completed in 121 milliseconds