Searched defs:patch (Results 1 - 10 of 10) sorted by relevance

/drivers/scsi/
H A Dscript_asm.pl211 # &patch ($address, $offset, $length, $value) patches $code[$address]
218 sub patch { subroutine
277 &patch ($address + $word, $offset, $length, $value);
820 &patch ($address / 4, $address % 4, $length, $symbol_values{$i});
962 for $patch (sort {$a <=> $b} @label_patches) {
963 printf OUTPUT "\t0x%08x,\n", $patch;
H A Din2000.c838 Scsi_Cmnd *patch, *cmd; local
1538 patch = NULL;
1542 patch = cmd;
1555 if (patch)
1556 patch->host_scribble = cmd->host_scribble;
H A Dwd33c93.c806 struct scsi_cmnd *patch, *cmd; local
1449 patch = NULL;
1453 patch = cmd;
1469 if (patch)
1470 patch->host_scribble = cmd->host_scribble;
H A Dncr53c8xx.c1546 ncrcmd patch[8]; member in struct:ccb
2110 ** We patch the address part of a
2631 ** We patch the address part of a
2856 ** We patch the address part of a
4671 ** If the CCB is active, patch schedule jumps for the
5490 ** Set actual values, sync status and patch all ccbs of
5510 ** patch ALL ccbs of this target.
5573 ** patch ALL ccbs of this target.
5621 ** patch ALL ccbs of this target.
6346 if (dsp == CCB_PHYS (cp, patch[
[all...]
/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h144 /* Setup and patch methods for this firmware */
146 void (*patch)(struct Scsi_Host *); member in struct:sym_fw
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c66 typedef struct patch { struct
67 STAILQ_ENTRY(patch) links;
74 STAILQ_HEAD(patch_list, patch) patches;
81 static void emit_patch(scope_t *scope, int patch);
392 * Output patch information. Patch functions first.
418 "static const struct patch {\n"
466 * Emit the first patch for this scope
483 * Emit the second, closing, patch for this scope
489 emit_patch(scope_t *scope, int patch) argument
494 pinfo = &scope->patches[patch];
[all...]
/drivers/net/irda/
H A Dirda-usb.c1012 #define STIR421X_PATCH_CODE_OFFSET 512 /* patch image starts before here */
1013 /* marks end of patch file header (PC DOS text file EOF character) */
1019 * unsigned char *patch,
1025 const unsigned char *patch,
1038 /* break up patch into 1023-byte sections */
1045 /* upload the patch section */
1046 memcpy(patch_block, patch + i, block_size);
1082 * Known firmware patch file names for STIR421x dongles
1091 /* We get a patch from userspace */
1123 * If we're here, we've found a correct patch
1024 stir421x_fw_upload(struct irda_usb_cb *self, const unsigned char *patch, const unsigned int patch_len) argument
[all...]
/drivers/net/wireless/
H A Dat76c50x-usb.h328 u8 patch; member in struct:mib_fw_version
341 u8 patch; /* firmware patch level */ member in struct:at76_fw_header
/drivers/net/wireless/b43legacy/
H A Db43legacy.h649 u16 patch; member in struct:b43legacy_firmware
/drivers/net/wireless/b43/
H A Db43.h765 u16 patch; member in struct:b43_firmware

Completed in 1882 milliseconds