Lines Matching defs:device
49 * NVM firmware upgrade is disabled for the device.
122 * Make sure the device ID in the image matches the one
228 u16 ds_size, device;
253 * Make sure the device ID in the image matches the retimer
256 device = *(u16 *)(buf + hdr_size + INTEL_NVM_DEVID);
257 if (device != rt->device)
285 struct tb_nvm *tb_nvm_alloc(struct device *dev)
405 * the image, this function does that. Can be called even if the device
418 * tb_nvm_add_active() - Adds active NVMem device to NVM
421 * NVMem device)
423 * Registers new active NVmem device for @nvm. The @reg_read is called
481 * tb_nvm_add_non_active() - Adds non-active NVMem device to NVM
484 * to the NVMem device)
486 * Registers new non-active NVmem device for @nvm. The @reg_write is called
489 * The size of the NVMem device is set to %NVM_MAX_SIZE.
546 * device.
593 * This is generic function that writes data to NVM or NVM like device.