Searched refs:patch (Results 51 - 75 of 83) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts885 my ($major, $minor, $patch) = split /\./, $str ;
891 " DB_VERSION_PATCH >= $patch)\n" ;
H A DBerkeleyDB.xs1703 #define env_db_version(maj, min, patch) db_version(&maj, &min, &patch)
1705 env_db_version(maj, min, patch)
1708 int patch
1715 patch
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dsys-linux.c181 static void decode_version (char *buf, int *version, int *mod, int *patch);
1844 * Internal routine to decode the version.modification.patch level
1848 int *modification, int *patch)
1854 *patch = 0;
1861 *patch = (int) strtoul (buf, &buf, 10);
1847 decode_version(char *buf, int *version, int *modification, int *patch) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c238 static void decode_version (char *buf, int *version, int *mod, int *patch);
1933 * Internal routine to decode the version.modification.patch level
1937 int *modification, int *patch)
1943 *patch = 0;
1950 *patch = (int) strtoul (buf, &buf, 10);
1936 decode_version(char *buf, int *version, int *modification, int *patch) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_codec.h452 * Known codecs have the patch to build and set up the controls/PCMs
462 int (*patch)(struct hda_codec *codec); member in struct:hda_codec_preset
465 /* ops set by the preset patch */
536 /* set by patch */
H A Dpatch_analog.c2 * HD audio interface patch for AD1981HD, AD1983, AD1986A, AD1988
2760 * patch entries
2763 { .id = 0x11d41981, .name = "AD1981", .patch = patch_ad1981 },
2764 { .id = 0x11d41983, .name = "AD1983", .patch = patch_ad1983 },
2765 { .id = 0x11d41986, .name = "AD1986A", .patch = patch_ad1986a },
2766 { .id = 0x11d41988, .name = "AD1988", .patch = patch_ad1988 },
2767 { .id = 0x11d4198b, .name = "AD1988B", .patch = patch_ad1988 },
H A Dpatch_conexant.c2 * HD audio interface patch for Conexant HDA audio codec
1382 .patch = patch_cxt5045 },
1384 .patch = patch_cxt5047 },
H A Dpatch_realtek.c4 * HD audio interface patch for ALC 260/880/882 codecs
3248 * OK, here we have finally the patch for ALC880
7781 /* patch-ALC861 */
10579 * patch entries
10582 { .id = 0x10ec0260, .name = "ALC260", .patch = patch_alc260 },
10583 { .id = 0x10ec0262, .name = "ALC262", .patch = patch_alc262 },
10585 .patch = patch_alc861 },
10586 { .id = 0x10ec0660, .name = "ALC660-VD", .patch = patch_alc861vd },
10587 { .id = 0x10ec0861, .name = "ALC861", .patch = patch_alc861 },
10588 { .id = 0x10ec0862, .name = "ALC861-VD", .patch
[all...]
H A Dhda_codec.c584 if (codec->preset && codec->preset->patch)
585 err = codec->preset->patch(codec);
1217 * Called from each patch supporting the SPDIF out.
1316 * Called from each patch supporting the SPDIF in.
1730 * The build_pcms codec patch is requested to set up codec->num_pcms and
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c1565 ncrcmd patch[8]; member in struct:ccb
2112 ** We patch the address part of a
2621 ** We patch the address part of a
2846 ** We patch the address part of a
5373 ** Set actual values, sync status and patch all ccbs of
5393 ** patch ALL ccbs of this target.
5452 ** patch ALL ccbs of this target.
5500 ** patch ALL ccbs of this target.
6225 if (dsp == CCB_PHYS (cp, patch[2])) {
6226 vdsp = &cp->patch[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead.S396 # SALIPL loader support. Based on a patch by Rob van der Heij.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsetup.c54 #include <asm/patch.h>
H A Dmodule.c7 * Loosely based on patch by Rusty Russell.
36 #include <asm/patch.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/mm/
H A Dinit.c30 #include <asm/patch.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp1129 char *DbEnv::version(int *major, int *minor, int *patch) argument
1131 return (db_version(major, minor, patch));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/irda/
H A Dirda-usb.c1008 #define STIR421X_PATCH_CODE_OFFSET 512 /* patch image starts before here */
1009 /* marks end of patch file header (PC DOS text file EOF character) */
1015 * unsigned char *patch,
1021 unsigned char *patch,
1034 /* break up patch into 1023-byte sections */
1041 /* upload the patch section */
1042 memcpy(patch_block, patch + i, block_size);
1078 * Known firmware patch file names for STIR421x dongles
1087 /* We get a patch from userspace */
1119 * If we're here, we've found a correct patch
1020 stir421x_fw_upload(struct irda_usb_cb *self, unsigned char *patch, const unsigned int patch_len) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_codec.c64 int (*patch)(struct snd_ac97 *ac97); member in struct:ac97_codec_id
188 { 0x83847650, 0xffffffff, "STAC9750,51", NULL, NULL }, // patch?
189 { 0x83847652, 0xffffffff, "STAC9752,53", NULL, NULL }, // patch?
192 { 0x83847666, 0xffffffff, "STAC9766,67", NULL, NULL }, // patch?
1774 if (ac97 && pid->patch) {
1777 pid->patch(ac97);
1786 if (ac97 && pid->patch) {
1789 pid->patch(ac97);
2176 /* codec specific code (patch) should override these values */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dvmi.c128 * Apply patch if appropriate, return length of new instruction
723 paravirt_ops.patch = vmi_patch;
849 * a patch is not a big problem.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dparavirt.h47 * The patch function should return the number of bytes of code
50 unsigned (*patch)(u8 type, u16 clobber, void *firstinsn, unsigned len); member in struct:paravirt_ops
283 * the very least we can patch the call to e a simple direct call, or
284 * ideally, patch an inline implementation into the callsite. (Direct
925 /* These all sit in the .parainstructions section to tell us what to patch. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dapplets.h249 USE_PATCH(APPLET(patch, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dcassini.c807 cas_saturn_patch_t *patch = cas_saturn_patch; local
826 cas_phy_write(cp, DP83065_MII_REGE, patch->addr);
827 while (patch->addr) {
828 cas_phy_write(cp, DP83065_MII_REGD, patch->val);
829 patch++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c225 struct patch **start_patch,
6236 struct patch *cur_patch;
6279 * is in a patch that was removed.
6341 ahc_check_patch(struct ahc_softc *ahc, struct patch **start_patch,
6344 struct patch *cur_patch;
6345 struct patch *last_patch;
6360 /* Accepted this patch. Advance to the next
6404 struct patch *cur_patch;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex115 is followed by attempts to patch the hole and more mistakes...
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h495 static char *version(int *major, int *minor, int *patch);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h496 static char *version(int *major, int *minor, int *patch);

Completed in 408 milliseconds

1234