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.c142 u8 load_method, const char *tag)
147 if (load_method != GB_FW_LOAD_METHOD_UNIPRO &&
148 load_method != GB_FW_LOAD_METHOD_INTERNAL) {
150 "invalid load-method (%d)\n", load_method);
154 request.load_method = load_method;
451 intf_load.load_method, intf_load.firmware_tag);
141 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 161 milliseconds