Home
last modified time | relevance | path

Searched refs:fixups (Results 1 – 25 of 93) sorted by relevance

1234

/OK3568_Linux_fs/kernel/arch/sh/drivers/pci/
H A DMakefile14 obj-$(CONFIG_SH_DREAMCAST) += ops-dreamcast.o fixups-dreamcast.o \
16 obj-$(CONFIG_SH_SECUREEDGE5410) += fixups-snapgear.o
17 obj-$(CONFIG_SH_7751_SOLUTION_ENGINE) += fixups-se7751.o
18 obj-$(CONFIG_SH_RTS7751R2D) += fixups-rts7751r2d.o
19 obj-$(CONFIG_SH_SH03) += fixups-sh03.o
20 obj-$(CONFIG_SH_HIGHLANDER) += fixups-r7780rp.o
21 obj-$(CONFIG_SH_SH7785LCR) += fixups-r7780rp.o
22 obj-$(CONFIG_SH_SDK7786) += fixups-sdk7786.o
23 obj-$(CONFIG_SH_SDK7780) += fixups-sdk7780.o
24 obj-$(CONFIG_SH_7780_SOLUTION_ENGINE) += fixups-sdk7780.o
[all …]
/OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/
H A Dmodels.rst112 Pin fixups for Sony VAIO laptops
124 Dock pin fixups for Fujitsu Lifebook
130 Lifebook U7x7 fixups
132 ALC269VB analog mic pin fixups
134 ALC269VB digital mic pin fixups
152 ASUS X101 fixups
154 Acer AO7xx fixups
156 Acer Aspire E1 fixups
158 Acer AC700 fixups
162 ASUS Zenbook fixups
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A DMakefile9 CFLAGS_feature-fixups.o += -fno-stack-protector
12 CFLAGS_REMOVE_feature-fixups.o = $(CC_FLAGS_FTRACE)
15 KASAN_SANITIZE_feature-fixups.o := n
19 CFLAGS_feature-fixups.o += -DDISABLE_BRANCH_PROFILING
23 CFLAGS_feature-fixups.o += $(DISABLE_LATENT_ENTROPY_PLUGIN)
25 obj-y += alloc.o code-patching.o feature-fixups.o pmem.o inst.o test_code-patching.o
67 obj-$(CONFIG_FTR_FIXUP_SELFTEST) += feature-fixups-test.o
/OK3568_Linux_fs/kernel/arch/mips/generic/
H A Dinit.c126 const struct mips_fdt_fixup *fixups) in apply_mips_fdt_fixups() argument
136 for (; fixups->apply; fixups++) { in apply_mips_fdt_fixups()
137 err = fixups->apply(fdt_out); in apply_mips_fdt_fixups()
140 fixups->description); in apply_mips_fdt_fixups()
/OK3568_Linux_fs/kernel/lib/
H A Ddebugobjects.c1161 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument
1182 if (fixups != debug_objects_fixups) { in check_results()
1184 fixups, debug_objects_fixups); in check_results()
1213 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local
1218 fixups = oldfixups = debug_objects_fixups; in debug_objects_selftest()
1223 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1226 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1229 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest()
1232 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest()
1235 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Duprobes.c433 auprobe->defparam.fixups |= UPROBE_FIX_RIP_SI; in riprel_analyze()
436 auprobe->defparam.fixups |= UPROBE_FIX_RIP_DI; in riprel_analyze()
440 auprobe->defparam.fixups |= UPROBE_FIX_RIP_BX; in riprel_analyze()
459 if (auprobe->defparam.fixups & UPROBE_FIX_RIP_SI) in scratch_reg()
461 if (auprobe->defparam.fixups & UPROBE_FIX_RIP_DI) in scratch_reg()
472 if (auprobe->defparam.fixups & UPROBE_FIX_RIP_MASK) { in riprel_pre_xol()
483 if (auprobe->defparam.fixups & UPROBE_FIX_RIP_MASK) { in riprel_post_xol()
559 if (auprobe->defparam.fixups & UPROBE_FIX_IP) { in default_post_xol_op()
562 } else if (auprobe->defparam.fixups & UPROBE_FIX_CALL) { in default_post_xol_op()
568 if (auprobe->defparam.fixups & UPROBE_FIX_SETF) in default_post_xol_op()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dissi.c51 .fixups = &is25lp256_fixups },
61 .fixups = &is25lp256_fixups },
82 .fixups = &issi_fixups,
H A Dspansion.c57 .fixups = &s25fs_s_fixups, },
66 .fixups = &s25fs_s_fixups, },
128 .fixups = &spansion_fixups,
H A Datmel.c61 .fixups = &atmel_at25fs_fixups },
63 .fixups = &atmel_at25fs_fixups },
H A Dgigadevice.c52 .fixups = &gd25q256_fixups },
57 .fixups = &gd25q256_fixups },
H A Dmacronix.c66 .fixups = &mx25l25635_fixups },
106 .fixups = &macronix_fixups,
H A Dwinbond.c95 .fixups = &w25q256_fixups },
151 .fixups = &winbond_fixups,
H A Dmicron-st.c153 .fixups = &micron_st_fixups,
160 .fixups = &micron_st_fixups,
H A Dcore.c2593 if (nor->manufacturer && nor->manufacturer->fixups && in spi_nor_post_bfpt_fixups()
2594 nor->manufacturer->fixups->post_bfpt) { in spi_nor_post_bfpt_fixups()
2595 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header, in spi_nor_post_bfpt_fixups()
2601 if (nor->info->fixups && nor->info->fixups->post_bfpt) in spi_nor_post_bfpt_fixups()
2602 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt, in spi_nor_post_bfpt_fixups()
2836 if (nor->manufacturer && nor->manufacturer->fixups && in spi_nor_manufacturer_init_params()
2837 nor->manufacturer->fixups->default_init) in spi_nor_manufacturer_init_params()
2838 nor->manufacturer->fixups->default_init(nor); in spi_nor_manufacturer_init_params()
2840 if (nor->info->fixups && nor->info->fixups->default_init) in spi_nor_manufacturer_init_params()
2841 nor->info->fixups->default_init(nor); in spi_nor_manufacturer_init_params()
[all …]
H A Dintel.c31 .fixups = &intel_fixups,
H A Dnormem.c27 .fixups = &normem_fixups,
/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt_overlay.c320 int fixups; in overlay_update_local_references() local
322 fixups = fdt_path_offset(fdto, "/__local_fixups__"); in overlay_update_local_references()
323 if (fixups < 0) { in overlay_update_local_references()
325 if (fixups == -FDT_ERR_NOTFOUND) in overlay_update_local_references()
328 return fixups; in overlay_update_local_references()
334 return overlay_update_local_node_references(fdto, 0, fixups, in overlay_update_local_references()
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt_overlay.c327 int fixups; in overlay_update_local_references() local
329 fixups = fdt_path_offset(fdto, "/__local_fixups__"); in overlay_update_local_references()
330 if (fixups < 0) { in overlay_update_local_references()
332 if (fixups == -FDT_ERR_NOTFOUND) in overlay_update_local_references()
335 return fixups; in overlay_update_local_references()
341 return overlay_update_local_node_references(fdto, 0, fixups, in overlay_update_local_references()
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dmpic.c369 if (source >= 128 || !mpic->fixups) in mpic_is_ht_interrupt()
371 return mpic->fixups[source].base != NULL; in mpic_is_ht_interrupt()
377 struct mpic_irq_fixup *fixup = &mpic->fixups[source]; in mpic_ht_end_irq()
394 struct mpic_irq_fixup *fixup = &mpic->fixups[source]; in mpic_startup_ht_interrupt()
422 struct mpic_irq_fixup *fixup = &mpic->fixups[source]; in mpic_shutdown_ht_interrupt()
526 mpic->fixups[irq].index = i; in mpic_scan_ht_pic()
527 mpic->fixups[irq].base = base; in mpic_scan_ht_pic()
530 mpic->fixups[irq].applebase = devbase + 0x60; in mpic_scan_ht_pic()
532 mpic->fixups[irq].applebase = NULL; in mpic_scan_ht_pic()
534 mpic->fixups[irq].data = readl(base + 4) | 0x80000000; in mpic_scan_ht_pic()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/
H A D0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch10 the recipe already does lots of similar in-place fixups elsewhere, so
15 Upstream-Status: Inappropriate [needs to be converted to in-recipe fixups]
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dmain.c243 if (platform_ops.fixups) in start()
244 platform_ops.fixups(); in start()
H A Dcuboot-warp.c31 platform_ops.fixups = warp_fixups; in platform_init()
H A Dcuboot-katmai.c51 platform_ops.fixups = katmai_fixups; in platform_init()
H A Dcuboot-amigaone.c31 platform_ops.fixups = platform_fixups; in platform_init()
H A Dcuboot-taishan.c51 platform_ops.fixups = taishan_fixups; in platform_init()

1234