/linux-4.4.14/drivers/eisa/ |
H A D | Makefile | 11 # Ugly hack to get DEVICE_NAME_SIZE value...
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | hack-coff.c | 2 * hack-coff.c - hack the header of an xcoff file to fill in 42 fprintf(stderr, "Usage: hack-coff coff-file\n"); main()
|
H A D | addnote.c | 2 * Program to hack in a PT_NOTE program header entry in an ELF file.
|
H A D | Makefile | 187 hostprogs-y := addnote hack-coff mktree 196 wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \
|
H A D | wrapper | 436 $objbin/hack-coff "$ofile"
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | driver.h | 11 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack);
|
H A D | object.h | 16 void *priv; /*XXX: hack */
|
/linux-4.4.14/arch/mips/oprofile/ |
H A D | op_impl.h | 20 /* Dummies because I am too lazy to hack the userspace tools. */
|
/linux-4.4.14/arch/alpha/oprofile/ |
H A D | op_impl.h | 18 /* Dummies because I am too lazy to hack the userspace tools. */
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_nvif.c | 55 nvkm_client_ioctl(void *priv, bool super, void *data, u32 size, void **hack) nvkm_client_ioctl() argument 57 return nvkm_ioctl(priv, super, data, size, hack); nvkm_client_ioctl()
|
H A D | nouveau_chan.c | 145 /* nv04 vram pushbuf hack, retarget to its location in nouveau_channel_prep() 407 /* hack until fencenv50 is fixed, and agp access relaxed */ nouveau_channel_new()
|
H A D | nouveau_abi16.c | 261 /* hack to allow channel engine type specification on kepler */ nouveau_abi16_ioctl_channel_alloc()
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | tlb-mmu1.h | 47 ; JH hack #2 variable 48 ; Faster than hack #1 in non-thrash case, but hard-coded for 2-way MMU
|
/linux-4.4.14/drivers/leds/ |
H A D | leds-net48xx.c | 56 /* small hack, but scx200_gpio doesn't set .dev if the probe fails */ net48xx_led_init()
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | fpu.c | 16 * However since SR serializes the pipeline, an alternate "hack" can be used
|
/linux-4.4.14/include/linux/ |
H A D | drbd_genl_api.h | 44 /* hack around predefined gcc/cpp "linux=1",
|
H A D | smp.h | 175 * which use for some reason is legal). Don't use this to hack around smp_init()
|
H A D | isdn_ppp.h | 145 /* This is a hack but seems sufficient for the moment. We do not want
|
/linux-4.4.14/net/netfilter/ |
H A D | xt_repldata.h | 2 * Today's hack: quantum tunneling in structs
|
/linux-4.4.14/tools/testing/selftests/x86/ |
H A D | thunks_32.S | 44 .code32; push $1f; .code64 /* hack: can't have X86_64_32S relocation in 32-bit ELF */
|
/linux-4.4.14/arch/x86/boot/compressed/ |
H A D | misc.h | 5 * Special hack: we have to be careful, because no indirections are allowed here,
|
/linux-4.4.14/ipc/ |
H A D | syscall.c | 21 version = call >> 16; /* hack for backward compatibility */ SYSCALL_DEFINE6()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
H A D | nodemanager.h | 69 /* this bitmap is part of a hack for disk bitmap.. will go eventually. - zab */
|
H A D | quorum.c | 23 /* This quorum hack is only here until we transition to some more rational 96 * problems related to writeout after recovery but this hack can at
|
/linux-4.4.14/arch/m68k/mm/ |
H A D | sun3mmu.c | 87 /* memory sizing is a hack stolen from motorola.c.. hope it works for us */ paging_init()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | ioctl.c | 418 void *data, u32 size, void **hack) nvkm_ioctl() 440 if (hack) { nvkm_ioctl() 441 *hack = client->data; nvkm_ioctl() 417 nvkm_ioctl(struct nvkm_client *client, bool supervisor, void *data, u32 size, void **hack) nvkm_ioctl() argument
|
/linux-4.4.14/drivers/pcmcia/ |
H A D | rsrc_iodyn.c | 94 * what was asked for. It is a hack because it does not catch all iodyn_find_io()
|
H A D | sa1111_lubbock.c | 187 * We need to hack around the const qualifier as lubbock_pcmcia_configure_socket()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_dsi.h | 109 /* our little hack */
|
H A D | intel_csr.c | 273 * differentiate this, hence figure it out with this hack. intel_csr_load_program()
|
/linux-4.4.14/arch/x86/boot/ |
H A D | video-mode.c | 116 * Recalculate the vertical video cutoff (hack!)
|
/linux-4.4.14/arch/x86/kernel/apic/ |
H A D | bigsmp_32.c | 85 /* For clustered we don't have a good way to do this yet - hack */ bigsmp_ioapic_phys_id_map()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | perfctr-watchdog.c | 97 /* checks for a bit availability (hack for oprofile) */ avail_to_resrv_perfctr_nmi_bit()
|
/linux-4.4.14/arch/x86/mm/ |
H A D | extable.c | 41 /* Special hack for uaccess_err */ fixup_exception()
|
/linux-4.4.14/samples/hidraw/ |
H A D | hid-example.c | 18 * Ugly hack to work around failing compilation on systems that don't
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
H A D | x_tables.h | 89 * ip6t_entry and arpt_entry. This sucks, and it is a hack. It will be my
|
/linux-4.4.14/arch/mips/jazz/ |
H A D | irq.c | 75 * this is a hack to get back the still needed wired mapping arch_init_irq()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | xilinx_pci.c | 70 * This is a hack. Config access to any bus other than bus 0 does not
|
H A D | xilinx_intc.c | 257 /* This looks like a dirty hack to me --gcl */ xilinx_i8259_setup_cascade()
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | page_mm.h | 96 /* This #define is a horrible hack to suppress lots of warnings. --m */
|
H A D | sun3xflop.h | 58 /* ugly hack, I can't find a way to actually detect the disk */ sun3x_82072_fd_inb()
|
H A D | dvma.h | 195 /* Yes, I hack a lot of elisp in my spare time... */
|
/linux-4.4.14/arch/mips/mti-sead3/ |
H A D | sead3-init.c | 75 * This is a hack. We do not know if the boot loader was built with mips_nmi_setup()
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | vmlinux.lds.S | 152 /* temporary hack until binutils is fixed to not emit these
|
/linux-4.4.14/arch/avr32/mm/ |
H A D | dma-coherent.c | 46 /* Following is a work-around (a.k.a. hack) to prevent pages __dma_alloc()
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | time.c | 149 /* [#2663] hack to filter junk RTC values that would cause time_init()
|
H A D | module.c | 27 * so we hack to keep the only information we needed module_frob_arch_sections()
|
H A D | time-ts.c | 367 /* [#2663] hack to filter junk RTC values that would cause time_init()
|
/linux-4.4.14/tools/vm/ |
H A D | page_owner_sort.c | 107 max_size = st.st_size / 100; /* hack ... */ main()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/ |
H A D | object.c | 31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) nvif_object_ioctl() argument 48 data, size, hack); nvif_object_ioctl()
|
/linux-4.4.14/drivers/char/agp/ |
H A D | sis-agp.c | 149 // chipsets that require the 'delay hack' 449 MODULE_PARM_DESC(agp_sis_force_delay,"forces sis delay hack");
|
H A D | amd64-agp.c | 98 * This hack alters the order element according
|
/linux-4.4.14/include/uapi/linux/netfilter_bridge/ |
H A D | ebtables.h | 91 /* This is a hack to make a difference between an ebt_entry struct and an 97 * need a hack like this.
|
/linux-4.4.14/net/netfilter/ipvs/ |
H A D | ip_vs_xmit.c | 640 /* Another hack: avoid icmp_send in ip_fragment */ ip_vs_bypass_xmit() 671 /* Another hack: avoid icmp_send in ip_fragment */ ip_vs_bypass_xmit_v6() 766 /* Another hack: avoid icmp_send in ip_fragment */ ip_vs_nat_xmit() 857 /* Another hack: avoid icmp_send in ip_fragment */ ip_vs_nat_xmit_v6() 1047 /* Another hack: avoid icmp_send in ip_fragment */ ip_vs_tunnel_xmit() 1139 /* Another hack: avoid icmp_send in ip_fragment */ ip_vs_tunnel_xmit_v6() 1189 /* Another hack: avoid icmp_send in ip_fragment */ ip_vs_dr_xmit() 1228 /* Another hack: avoid icmp_send in ip_fragment */ ip_vs_dr_xmit_v6() 1326 /* Another hack: avoid icmp_send in ip_fragment */ ip_vs_icmp_xmit() 1418 /* Another hack: avoid icmp_send in ip_fragment */ ip_vs_icmp_xmit_v6()
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
H A D | fdomain_stub.c | 133 /* A bad hack... */ fdomain_config()
|
/linux-4.4.14/drivers/uwb/ |
H A D | scan.c | 30 * 10/28/2005 No clear answer heard--maybe we'll hack the API
|
H A D | beacon.c | 487 /* temporary hack until we do something with this message... */ uwbd_evt_handle_rc_beacon_size() 546 static unsigned count; /* FIXME: this is a temp hack */ uwbd_evt_handle_rc_bpoie_change()
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
H A D | radeon_backlight.c | 167 /* Pardon me for that hack... maybe some day we can figure out in what radeonfb_bl_init()
|
/linux-4.4.14/drivers/mtd/maps/ |
H A D | scx200_docflash.c | 22 MODULE_AUTHOR("Christer Weinigel <wingel@hack.org>");
|
/linux-4.4.14/drivers/mtd/ |
H A D | mtdsuper.c | 176 /* try the old way - the hack where we allowed users to mount mount_mtd()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
H A D | cinergyT2-core.c | 168 /* hack to pass checksum on the custom field */ cinergyt2_rc_query()
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
H A D | scan.c | 182 /* Lack of documentation necessitates this hack. orinoco_add_hostscan_results()
|
H A D | orinoco_cs.c | 52 /* yuck, we need this hack to work around the insanity of the
|
/linux-4.4.14/drivers/parisc/ |
H A D | iommu-helpers.h | 24 /* Horrible hack. For efficiency's sake, dma_sg starts one iommu_fill_pdir()
|
/linux-4.4.14/arch/x86/math-emu/ |
H A D | poly_tan.c | 61 if (signnegative(st0_ptr)) { /* Can't hack a number < 0.0 */ poly_tan()
|
/linux-4.4.14/fs/ext4/ |
H A D | mballoc.h | 129 struct inode *pa_inode; /* hack, for history only */
|
/linux-4.4.14/kernel/ |
H A D | freezer.c | 24 * Remove once the hack becomes unnecessary.
|
H A D | latencytop.c | 225 * short term hack; if we're > 32 we stop; future we recycle: __account_scheduler_latency()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | dma-mapping.h | 86 * only ISA DMA device we support is the floppy and we have a hack get_dma_ops()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
H A D | udbg_adb.c | 129 * hack that doesn't quite concern us here, thus we just poll the low level
|
H A D | feature.c | 1889 /* hack hack hack... but should work */ generic_get_mb_info() 2769 /* That hack appears to be necessary for some StarMax motherboards set_initial_features() 2773 * differenciate them all and since that hack was there for a long set_initial_features()
|
H A D | bootx_init.c | 532 * here. This hack will have been done by the boostrap anyway. bootx_init()
|
H A D | pic.c | 236 /* IPI's are a hack on the powersurge -- Cort */ pmac_pic_get_irq()
|
/linux-4.4.14/arch/microblaze/pci/ |
H A D | xilinx_pci.c | 71 * This is a hack. Config access to any bus other than bus 0 does not
|
/linux-4.4.14/arch/mips/sgi-ip27/ |
H A D | ip27-timer.c | 94 * This is a hack; we really need to figure these values out dynamically
|
H A D | ip27-memory.c | 286 /* hack for 128 dimm banks */ slot_psize_compute() 367 * We need to refine the hack when we have replicated for_each_online_node()
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | time.c | 125 a hack, so don't look closely for now.. */ timer_interrupt()
|
/linux-4.4.14/sound/drivers/ |
H A D | virmidi.c | 54 /* hack: OSS defines midi_devs, so undefine it (versioned symbols) */
|
/linux-4.4.14/sound/pci/cs46xx/ |
H A D | dsp_spos.h | 26 #ifdef CONFIG_SND_CS46XX_NEW_DSP /* hack ... */
|
H A D | cs46xx_lib.c | 2522 /* get EAPD mixer switch (for voyetra hack) */ snd_cs46xx_mixer() 3588 * The original idea and code for this hack comes from David Kaiser at 3738 /* Not sure if the 570 needs the clkrun hack */ 3949 /* set up amp and clkrun hack */ snd_cs46xx_create() 3955 dev_dbg(chip->card->dev, "hack for %s enabled\n", snd_cs46xx_create() 3976 "Activating CLKRUN hack for Thinkpad.\n"); snd_cs46xx_create()
|
/linux-4.4.14/sound/ppc/ |
H A D | keywest.c | 49 * This is kind of a hack, best would be to turn powermac to fixed i2c
|
/linux-4.4.14/drivers/bcma/ |
H A D | scan.c | 407 u8 hack = (ports[1] == 1) ? 0 : 1; bcma_get_next_core() local 410 SCAN_ADDR_TYPE_SWRAP, i + hack); bcma_get_next_core()
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
H A D | tm6000-core.c | 331 * FIXME: This is a hack! xc3028 "sleeps" when no channel is detected tm6000_init_analog_mode() 337 * beginning, we needed to add this hack. The better would be to tm6000_init_analog_mode() 338 * discover some way to make tm6000 to wake up without this hack. tm6000_init_analog_mode()
|
/linux-4.4.14/drivers/hwmon/ |
H A D | i5k_amb.c | 86 * Ugly hack: For some reason the highest bit is set if there 272 /* ignore the high-order bit, see "Ugly hack" comment above */ i5k_amb_hwmon_init()
|
/linux-4.4.14/drivers/clk/zte/ |
H A D | clk-zx296702.c | 472 /* FIXME: wclk enable bit is bit8. We hack it as reserved 31 for zx296702_top_clocks_init() 693 /* FIXME: uart wclk enable bit is bit1 in. We hack it as reserved 31 for zx296702_lsp1_clocks_init()
|
/linux-4.4.14/arch/arc/plat-axs10x/ |
H A D | axs10x.c | 396 * Instead of duplicating defconfig/DT for SMP/QUAD, add a small hack axs103_early_init() 398 * This hack is really hacky as of now. Fix it properly by getting the axs103_early_init()
|
/linux-4.4.14/sound/usb/ |
H A D | format.c | 443 fp->formats = SNDRV_PCM_FMTBIT_U8; /* temporary hack to receive byte streams */ parse_audio_format_ii() 509 /* FIXME: temporary hack for extigy/audigy 2 nx/zs */ snd_usb_parse_audio_format()
|
/linux-4.4.14/drivers/usb/serial/ |
H A D | aircable.c | 26 * but with out the header. I will use a simply hack to override this situation,
|
H A D | usb-serial.c | 846 * If not, give up now and hope this hack will work usb_serial_probe() 850 dev_info(ddev, "PL-2303 hack: descriptors matched but endpoints did not\n"); usb_serial_probe() 1405 * Performance hack: We don't want udriver to be probed until usb_serial_register_drivers()
|
H A D | visor.c | 538 /* Only do this endpoint hack for the Handspring devices with treo_attach()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
H A D | llite_nfs.c | 211 /* It is hack to access lde_fid for comparison with lgd_fid. ll_nfs_get_name_filldir()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
H A D | dsp_pipeline.c | 277 /* This is a hack to make the hwec dsp_pipeline_build()
|
/linux-4.4.14/drivers/media/common/b2c2/ |
H A D | flexcop-i2c.c | 183 * hack makes them always succeed. If one knew how, it would of flexcop_master_xfer()
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | sdhci-bcm2835.c | 49 * +1 for hack rounding.
|
H A D | cb710-mmc.c | 238 "FIFO-read-hack: expected STATUS0 bit was %s\n", cb710_mmc_fifo_hack() 241 "FIFO-read-hack: dwords ignored: %08X %08X - %s\n", cb710_mmc_fifo_hack()
|
/linux-4.4.14/drivers/ide/ |
H A D | cs5530.c | 181 * Disable trapping of UDMA register accesses (Win98 hack): init_chipset_cs5530()
|
H A D | ide-xfer-mode.c | 134 * TODO: temporary hack for some legacy host drivers that didn't ide_set_pio_mode()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | antsel.c | 153 /* hack to match old 4321CB2 cards with 2of3 antenna switch */ brcms_c_antsel_attach()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.c | 26 /* Including this file like a header is a temporary hack, I promise. -- CHS */
|
/linux-4.4.14/drivers/dma/bestcomm/ |
H A D | fec.c | 168 /* This is an ugly hack, but at least it's only done
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/ |
H A D | mdp4_kms.h | 235 * "dtv", etc.. this is a bit of a hack, but we need a way for encoders
|
/linux-4.4.14/arch/x86/entry/vdso/ |
H A D | vdso2c.c | 22 * keep full performance for old Go programs). This hack is only
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | espfix_64.c | 57 # error "Need more than one PGD for the ESPFIX hack"
|
/linux-4.4.14/drivers/block/paride/ |
H A D | frpw.c | 221 a hack :-(
|
/linux-4.4.14/arch/alpha/boot/ |
H A D | bootp.c | 188 /* This is a hack, as some consoles seem to get virtual 20000000 (ie start_kernel()
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | core_titan.h | 305 #define TITAN_IACK_SC _TITAN_IACK_SC(0) /* hack! */
|
H A D | core_tsunami.h | 263 #define TSUNAMI_IACK_SC _TSUNAMI_IACK_SC(0) /* hack! */
|
H A D | pgtable.h | 184 * in this area -- memory or whathaveyou -- then this hack will have
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | ptrace.c | 130 /* Special hack for fpcr -- combine hardware and software bits. */ get_reg()
|
H A D | sys_miata.c | 53 * So, here's this grotty hack... :-( miata_srm_device_interrupt()
|
H A D | sys_noritake.c | 110 * So, here's this additional grotty hack... :-( noritake_srm_device_interrupt()
|
/linux-4.4.14/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 45 * curses) uses the wbkgdset() function, not used in the original hack.
|
/linux-4.4.14/fs/ocfs2/ |
H A D | suballoc.h | 59 int ac_find_loc_only; /* hack for reflink operation ordering */
|
/linux-4.4.14/include/uapi/linux/ |
H A D | atm.h | 52 * Note that __SO_ENCODE and __SO_LEVEL are somewhat a hack since the
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | pci_64.c | 213 /* Argh ! Please forgive me for that hack, but that's the sys_pciconfig_iobase()
|
/linux-4.4.14/arch/powerpc/kernel/vdso32/ |
H A D | sigtramp.S | 20 /* The nop here is a hack. The dwarf2 unwind routines subtract 1 from
|
/linux-4.4.14/arch/powerpc/kernel/vdso64/ |
H A D | sigtramp.S | 21 /* The nop here is a hack. The dwarf2 unwind routines subtract 1 from
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
H A D | cbe_regs.c | 212 /* That hack must die die die ! */ cbe_fill_regs_map()
|
H A D | ras.c | 270 /* Enable JTAG system-reset hack */ cbe_sysreset_init()
|
H A D | spider-pic.c | 149 /* Configure the source. One gross hack that was there before and spider_set_irq_type()
|
/linux-4.4.14/arch/m68k/kernel/ |
H A D | ptrace.c | 166 int regno = addr >> 2; /* temporary hack. */ arch_ptrace()
|
/linux-4.4.14/arch/mips/netlogic/common/ |
H A D | irq.c | 291 /* we need a hack to get the PIC's SoC chip id */ xlp_of_pic_init()
|
/linux-4.4.14/sound/pci/ |
H A D | cs5530.c | 13 * that way we can hack up some full duplex audio.
|
H A D | maestro3.c | 1965 * hack, returns non zero on err 2073 /* seems ac97 PCM needs initialization.. hack hack.. */ snd_m3_mixer()
|
/linux-4.4.14/sound/isa/sb/ |
H A D | sb16_main.c | 536 /* Vibra16X hack */ snd_sb16_playback_open() 611 /* Vibra16X hack */ snd_sb16_capture_open()
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-bcm63xx-hsspi.c | 268 * To work around this, we use the following ugly hack: bcm63xx_hsspi_transfer_one()
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | sunxvr500.c | 142 /* XXX This is a bit of a hack. I can't figure out exactly how the
|
H A D | offb.c | 67 /* Definitions used by the Avivo palette hack */
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | cs553x_nand.c | 312 /* Register all devices together here. This means we can easily hack it to cs553x_init()
|
H A D | r852.c | 879 /* TODO: hack */ r852_probe()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
H A D | virtgpu_ttm.c | 111 * Hmm, seems to not do anything useful. Leftover debug hack?
|
/linux-4.4.14/drivers/media/radio/ |
H A D | radio-miropcm20.c | 190 * needs this hack */ pcm20_setfreq()
|
/linux-4.4.14/drivers/media/usb/au0828/ |
H A D | au0828-input.c | 173 * will work, as we need to add a hack for each au0828_get_key_au8522()
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
H A D | main.c | 153 /* Note: this is a hack because beacon_int is not changed mt7601u_bss_info_changed()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
H A D | debugfs.c | 298 * So we have this hack where the driver will echo any message i2400m_debugfs_add()
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
H A D | eeprom.c | 147 hack in the caller tulip_parse_eeprom()
|
/linux-4.4.14/drivers/ata/ |
H A D | pata_cs5530.c | 241 * Disable trapping of UDMA register accesses (Win98 hack): cs5530_init_chip()
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | trampoline_64.S | 332 /* As a hack, put &init_thread_union into %g6.
|
H A D | sun4m_irq.c | 315 /* XXX HyperSparc hack XXX */ sun4m_nmi()
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
H A D | ptrace.c | 143 * space but still accessible. This is hack to make it possible to arch_ptrace()
|
/linux-4.4.14/net/core/ |
H A D | dst.c | 415 /* Dirty hack. We did it in 2.2 (in __dst_free),
|
/linux-4.4.14/sound/aoa/core/ |
H A D | gpio-feature.c | 96 /* this is a hack, usually the GPIOs 'reg' property get_gpio()
|
/linux-4.4.14/include/net/irda/ |
H A D | irda_device.h | 137 * The default_qdisc_pad field is a temporary hack.
|
/linux-4.4.14/arch/powerpc/oprofile/ |
H A D | op_model_power4.c | 161 * can remove this hack.
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-shx3.c | 28 * all rather than adding infrastructure to hack around it.
|
/linux-4.4.14/arch/m68k/sun3/ |
H A D | mmu_emu.c | 352 // hack so that vmalloc would work correctly.
|
/linux-4.4.14/arch/h8300/kernel/ |
H A D | entry.S | 366 /* FIXME: what did we hack out of here, this does nothing! */
|
/linux-4.4.14/arch/m68k/atari/ |
H A D | ataints.c | 208 * removing this hack atari_ethernat_startup()
|
/linux-4.4.14/arch/arm/mach-imx/ |
H A D | mach-mx31moboard.c | 134 if (!gpio_request(IOMUX_TO_GPIO(MX31_PIN_CTS1), "uart0-cts-hack")) { moboard_uart0_init()
|
/linux-4.4.14/drivers/watchdog/ |
H A D | iTCO_vendor_support.c | 258 * the glb_smi_en bit to 0. This is a dirty hack that bypasses the
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | book3s_pr.c | 588 * If we do the dcbz hack, we have to NX on every execution, kvmppc_handle_pagefault() 933 * XXX If we do the dcbz hack we use the NX bit to flush&patch the page, kvmppc_handle_exit_pr() 935 * that no guest that needs the dcbz hack does NX. kvmppc_handle_exit_pr()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
H A D | rtllib_softmac_wx.c | 55 /* hack to fall through */ rtllib_wx_set_freq()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac_wx.c | 54 /* hack to fall through */ ieee80211_wx_set_freq()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
H A D | libcfs_private.h | 168 /* htonl hack - either this, or compile with -O2. Stupid byteorder/generic.h */
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
H A D | mdc_lib.c | 261 /* NFSD hack (see bug 5781) */ attr_pack()
|
/linux-4.4.14/drivers/rtc/ |
H A D | rtc-twl.c | 447 * But re-reading like this is a bad hack; by doing so we twl_rtc_interrupt()
|
/linux-4.4.14/drivers/isdn/pcbit/ |
H A D | layer2.c | 623 /* this is an hack... */ pcbit_l2_err_recover()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtv-vbi.c | 394 /* Dirty hack needed for backwards ivtv_process_vbi_data()
|
H A D | ivtv-driver.h | 563 /* Raw VBI compatibility hack */ 565 u32 frame; /* frame counter hack needed for backwards compatibility
|
/linux-4.4.14/drivers/media/rc/ |
H A D | streamzap.c | 11 * delay buffer an ugly hack would be required in lircd, which can
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw-internal.h | 336 /* Minor numbers used by v4l logic (yes, this is a hack, as there
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | cx22702.c | 295 p->code_rate_LP = FEC_AUTO; /* temp hack as manual not working */ cx22702_set_tps()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | testmode.c | 279 * firmware features. Do an ugly hack where we force the firmware ath10k_tm_fetch_utf_firmware_api_1()
|
/linux-4.4.14/drivers/atm/ |
H A D | eni.c | 1054 unsigned int hack = *((char *) skb->data)-'0'; do_tx() 1056 if (hack < 8) { do_tx() 1057 skb->data += hack; do_tx() 1058 skb->len -= hack; do_tx()
|
/linux-4.4.14/arch/sparc/mm/ |
H A D | fault_64.c | 362 * Special hack, window spill/fill knows the exact fault type. do_sparc64_fault()
|
/linux-4.4.14/arch/x86/oprofile/ |
H A D | nmi_int.c | 414 /* quick little hack to _not_ expose a counter if it is not nmi_create_files()
|
/linux-4.4.14/fs/logfs/ |
H A D | inode.c | 257 * an inode is still in use. An ugly hack, no doubt. Suggections for
|
/linux-4.4.14/net/ethernet/ |
H A D | eth.c | 187 * This is a magic hack to spot IPX packets. Older Novell breaks eth_type_trans()
|
/linux-4.4.14/net/sched/ |
H A D | sch_gred.c | 564 /* hack -- fix at some point with proper message gred_dump()
|
/linux-4.4.14/fs/romfs/ |
H A D | super.c | 49 * Oct 1999 2.3.24 page->owner hack obsoleted
|
/linux-4.4.14/arch/powerpc/platforms/83xx/ |
H A D | suspend-asm.S | 267 /* Keep the i-cache enabled, so the hack below for low-boot
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
H A D | msi.c | 431 * We only want to run the 32 bit MSI hack below if rtas_setup_msi_irqs()
|
/linux-4.4.14/arch/powerpc/xmon/ |
H A D | ppc.h | 275 hack is needed because the Power rotate instructions can take
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | compat_linux.c | 296 if (call >> 16) /* hack for backward compatibility */ COMPAT_SYSCALL_DEFINE5()
|
/linux-4.4.14/arch/sh/drivers/pci/ |
H A D | pcie-sh7786.c | 550 * This is a rather nasty hack for boards with spec-mocking FPGAs sh7786_pcie_init()
|
/linux-4.4.14/arch/mips/mm/ |
H A D | init.c | 471 /* The -4 is a hack so that user tools don't have to handle mem_init()
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | perf_event_v6.c | 526 * *hack* to stop the programmable counters. To stop the counters we simply
|
H A D | sys_oabi-compat.c | 421 * consider this blatent hack as another one... and take care sys_oabi_sendmsg()
|
/linux-4.4.14/net/ipv4/ |
H A D | syncookies.c | 118 * As an extra hack, we add a small "data" value that encodes the secure_tcp_syn_cookie()
|
/linux-4.4.14/sound/pci/au88x0/ |
H A D | au88x0_pcm.c | 637 // This is an evil hack, but it saves a lot of duplicated code. snd_vortex_new_pcm()
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
H A D | grumain.c | 756 * a process. This is a hack until a _real_ resource scheduler is written.... 957 schedule_timeout(GRU_ASSIGN_DELAY); /* true hack ZZZ */ gru_fault()
|
/linux-4.4.14/drivers/media/pci/zoran/ |
H A D | zoran_card.c | 231 /* hack for in zoran_device.c */ 354 * copy Maxim's left shift hack for the 6 Eyes.
|
/linux-4.4.14/arch/mips/include/asm/sn/ |
H A D | klconfig.h | 57 // The hack file has to be before vector and after sn0_fru.... 58 #include <asm/hack.h>
|
/linux-4.4.14/sound/isa/wavefront/ |
H A D | wavefront_synth.c | 195 There is a hack in snd_wavefront_cmd() to support this. The actual 202 /* This one is a hack as well. We just read the first byte of the 1227 /* Need a hack here to pass in the number of bytes wavefront_send_multisample()
|
/linux-4.4.14/drivers/usb/storage/ |
H A D | datafab.c | 469 // most of this stuff is just a hack to get things working. the datafab_handle_mode_sense()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
H A D | ipath_user_sdma.c | 66 void *kvaddr; /* FIXME: only for pio hack */
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | lustre_dlm_flags.h | 227 * dirty hack, we set LDLM_FL_LVB_READY only after we've done the LVB poop.
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-ioctl.c | 374 /* XXX this color key handling is a hack... */
|
/linux-4.4.14/drivers/iommu/ |
H A D | tegra-smmu.c | 881 * This is a bit of a hack. Ideally we'd want to simply return this tegra_smmu_probe()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | w996Xcf.c | 28 is a bit of a hack, but it needs the driver code for a lot of different
|
/linux-4.4.14/drivers/media/v4l2-core/ |
H A D | videobuf-core.c | 857 /* dirty, undocumented hack -- pass the frame counter __videobuf_copy_stream()
|
/linux-4.4.14/drivers/media/i2c/ |
H A D | ks0127.c | 541 /* hack: CDMLPF sometimes spontaneously switches on; */ ks0127_s_routing()
|
/linux-4.4.14/drivers/net/usb/ |
H A D | sr9800.c | 452 /* Crude hack to ensure that we don't overwrite memory sr_get_eeprom()
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | panasonic-laptop.c | 467 /* hack: some firmware sends no key down for sleep / hibernate */ acpi_pcc_generate_keyinput()
|
/linux-4.4.14/drivers/cpufreq/ |
H A D | pmac32-cpufreq.c | 500 * it appears to be approx. 101Mhz on all. Let's hack around here... pmac_cpufreq_init_MacRISC3()
|
/linux-4.4.14/drivers/acpi/ |
H A D | sysfs.c | 194 /* This is a hack. We can't kmalloc in early boot. */ param_set_trace_method_name()
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | uaccess.h | 51 * special hack in arch_setup_additional_pages() to auto-create a mapping
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | uaccess.h | 416 /* FIXME: this hack is definitely wrong -AK */
|
/linux-4.4.14/block/ |
H A D | blk-merge.c | 391 * This is a hack - drivers should be neither modifying the __blk_bios_map_sg()
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
H A D | usercopy.c | 26 string.c too. I just don't think too many people will hack this file
|