Lines Matching refs:fw_file
10 * nonvolatile memory by writing the filename to the 'fw_file' sysfs control.
755 const char *fw_file, u8 *pmap)
776 error = request_firmware(&fw, fw_file, &client->dev);
779 fw_file, error);
884 static int iqs5xx_fw_file_write(struct i2c_client *client, const char *fw_file)
897 error = iqs5xx_fw_file_parse(client, fw_file, pmap);
962 char fw_file[IQS5XX_FW_FILE_LEN + 1];
974 memcpy(fw_file, buf, len);
975 fw_file[len] = '\0';
977 error = iqs5xx_fw_file_write(client, fw_file);
998 static DEVICE_ATTR_WO(fw_file);