/openbmc/linux/drivers/clk/mvebu/ |
H A D | mv98dx3236.c | 13 #include <linux/kernel.h> 14 #include <linux/clk-provider.h> 15 #include <linux/io.h> 16 #include <linux/of.h> 17 #include "common.h" 21 * For 98DX4251 Sample At Reset the CPU, DDR and Main PLL clocks are all 30 * For 98DX3236 Sample At Reset the CPU, DDR and Main PLL clocks are all 76 if (of_machine_is_compatible("marvell,armadaxp-98dx4251")) in mv98dx3236_get_cpu_freq() 78 else if (of_machine_is_compatible("marvell,armadaxp-98dx3236")) in mv98dx3236_get_cpu_freq() 125 if (of_machine_is_compatible("marvell,armadaxp-98dx4251")) { in mv98dx3236_get_clk_ratio() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965.c | 12 #include <linux/kernel.h> 13 #include <linux/module.h> 14 #include <linux/pci.h> 15 #include <linux/dma-mapping.h> 16 #include <linux/delay.h> 17 #include <linux/sched.h> 18 #include <linux/skbuff.h> 19 #include <linux/netdevice.h> 20 #include <linux/units.h> 21 #include <net/mac80211.h> [all …]
|
/openbmc/linux/fs/udf/ |
H A D | dir.c | 13 * 10/05/98 dgb Split directory operations into its own file 15 * 10/06/98 Made directory operations work! 16 * 11/17/98 Rewrote directory to support ICBTAG_FLAG_AD_LONG 17 * 11/25/98 blf Rewrote directory handling (readdir+lookup) to support reading 19 * 12/12/98 Split out the lookup code to namei.c. bulk of directory 23 #include "udfdecl.h" 25 #include <linux/string.h> 26 #include <linux/errno.h> 27 #include <linux/mm.h> 28 #include <linux/slab.h> [all …]
|
H A D | udftime.c | 7 * dgb 10/02/98: ripped this from glibc source to help convert timestamps 9 * 10/04/98: added new table-based lookup after seeing how ugly 23 #include "udfdecl.h" 25 #include <linux/types.h> 26 #include <linux/kernel.h> 27 #include <linux/time.h>
|
H A D | file.c | 15 * 10/02/98 dgb Attempt to integrate into udf.o 16 * 10/07/98 Switched to using generic_readpage, etc., like isofs 18 * 12/06/98 blf Added udf_file_read. uses generic_file_read for all cases but 24 #include "udfdecl.h" 25 #include <linux/fs.h> 26 #include <linux/uaccess.h> 27 #include <linux/kernel.h> 28 #include <linux/string.h> /* memset */ 29 #include <linux/capability.h> 30 #include <linux/errno.h> [all …]
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | asmmacro.h | 10 #include <asm/arch/core.h> 101 98: 123 98: 127 98: 132 98: 137 bltu \ar, \as, 98b
|
/openbmc/linux/arch/sparc/lib/ |
H A D | copy_user.S | 15 #include <linux/export.h> 16 #include <asm/ptrace.h> 17 #include <asm/asmmacro.h> 18 #include <asm/page.h> 19 #include <asm/thread_info.h> 32 98: x,y; \ 37 EX_ENTRY(98b, 99b) 40 98: x,y; \ 46 EX_ENTRY(98b, 99b) 49 98: x, y; \ [all …]
|
H A D | memset.S | 12 #include <linux/export.h> 13 #include <asm/ptrace.h> 19 98: x,y; \ 26 .word 98b, 99b; \ 31 98: std source, [base + offset + n]; \ 38 .word 98b, 99b; \
|
H A D | ffs.S | 2 #include <linux/export.h> 3 #include <linux/linkage.h> 75 brz,pn %o0, 98f 79 98: retl
|
H A D | copy_in_user.S | 7 #include <linux/export.h> 8 #include <linux/linkage.h> 9 #include <asm/asi.h> 14 98: x,y; \ 17 .word 98b, z; \
|
/openbmc/linux/drivers/misc/ |
H A D | tsl2550.c | 9 #include <linux/module.h> 10 #include <linux/slab.h> 11 #include <linux/i2c.h> 12 #include <linux/mutex.h> 104 99, 99, 99, 98, 98, 98, 98, 98, 105 98, 98, 97, 97, 97, 97, 97, 96,
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | asmmacro.h | 2 * include/asm-xtensa/asmmacro.h 14 #include <asm-generic/export.h> 15 #include <asm/core.h> 57 98: 97 98: 115 98: 129 98: 140 bltu \ar, \as, 98b
|
/openbmc/linux/net/bluetooth/ |
H A D | aosp.c | 6 #include <net/bluetooth/bluetooth.h> 7 #include <net/bluetooth/hci_core.h> 9 #include "aosp.h" 33 /* v0.98: 21 octets */ 73 /* AOSP displays the verion number like v0.98, v1.00, etc. */ in aosp_do_open() 84 if (version_supported < 98) { in aosp_do_open() 93 * v0.98. Refer to in aosp_do_open()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/ |
H A D | 0002-avoid-including-sys-poll.h-directly.patch | 4 Subject: [PATCH] avoid including <sys/poll.h> directly 6 musl libc generates warnings if <sys/poll.h> is included directly. 19 @@ -98,7 +98,7 @@ 20 #include <gst/gst.h> 21 #include <gst/glib-compat-private.h> 22 #include <sys/ioctl.h> 23 -#include <sys/poll.h> 24 +#include <poll.h> 25 #include <fcntl.h> 26 #include <errno.h> [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0004-Do-not-override-flags-coming-from-build-environment.patch | 1 From 98fad8128d0f3b65619827ee5d65f7767b080c4c Mon Sep 17 00:00:00 2001 21 AM_CONFIG_HEADER(config.h) 26 -CXXFLAGS="-std=gnu++98 -fvisibility-inlines-hidden -O3 -fstack-protector -D_FORTIFY_SOURCE=2 -Wfor… 29 +#CXXFLAGS="-std=gnu++98 -fvisibility-inlines-hidden -O3 -fstack-protector -D_FORTIFY_SOURCE=2 -Wfo…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | 0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch | 16 lib/direct/util.h | 2 +- 20 diff --git a/lib/direct/util.h b/lib/direct/util.h 22 --- a/lib/direct/util.h 23 +++ b/lib/direct/util.h 24 @@ -98,7 +98,7 @@ 40 DFBRectangle rect = { 0, 0, source->config.size.w, source->config.size.h }; 51 DFBRectangle rect = { 0, 0, source->config.size.w, source->config.size.h };
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | macros.inc | 1 #include "core-isa.h" 40 98: 46 movi a5, 98b
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | expand_remote_port.patch | 6 @@ -98,6 +98,28 @@ 59 diff -ruN tcp_wrappers_7.6.orig/tcpd.h tcp_wrappers_7.6/tcpd.h 60 --- tcp_wrappers_7.6.orig/tcpd.h 2004-11-04 13:17:45.000000000 +0100 61 +++ tcp_wrappers_7.6/tcpd.h 2004-11-04 13:19:13.000000000 +0100
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | intel,pinctrl-keembay.yaml | 96 #include <dt-bindings/interrupt-controller/arm-gic.h> 97 #include <dt-bindings/interrupt-controller/irq.h> 110 <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, 130 <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>,
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch | 24 #include <pthread.h> 25 #include <stdio.h> 78 @@ -98,7 +98,7 @@ __clone_internal (struct clone_args *cl_args,
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | pgtsrmmu.h | 3 * pgtsrmmu.h: SRMMU page table defines and code. 11 #include <asm/page.h> 14 #include <asm/thread_info.h> /* TI_UWINMASK for WINDOW_FLUSH */ 91 98: ld [%g6 + TI_UWINMASK], tmp2; \ 94 bne 98b; \
|
/openbmc/linux/Documentation/staging/ |
H A D | static-keys.rst | 193 see: arch/x86/include/asm/jump_label.h 196 see: arch/x86/include/asm/jump_label.h 199 see: arch/x86/include/asm/jump_label.h 205 see: arch/x86/include/asm/jump_label.h 241 ffffffff810442bd: 48 98 cltq 243 ffffffff810442c0: 48 c7 c7 e3 54 98 81 mov $0xffffffff819854e3,%rdi 263 ffffffff81044222: 48 98 cltq 265 ffffffff81044225: 48 c7 c7 13 53 98 81 mov $0xffffffff81985313,%rdi
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | ptrace.h | 11 * 12/07/98 S. Eranian added pt_regs & switch_stack 12 * 12/21/98 D. Mosberger updated to match latest code 20 #include <asm/asm-offsets.h> 22 #include <uapi/asm/ptrace.h> 45 #include <asm/current.h> 46 #include <asm/page.h>
|
/openbmc/linux/kernel/ |
H A D | acct.c | 23 * lost the old acct_file. 3/10/98, Al Viro. 26 * XTerms and EMACS are manifestations of pure evil. 21/10/98, AV. 34 * real mess with do_remount_sb(). 9/11/98, AV. 40 * is one more bug... 10/11/98, AV. 47 #include <linux/mm.h> 48 #include <linux/slab.h> 49 #include <linux/acct.h> 50 #include <linux/capability.h> 51 #include <linux/file.h> 52 #include <linux/tty.h> [all …]
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-cpld.c | 9 #include <linux/delay.h> 11 #include "cobalt-cpld.h" 144 { 98, 7, 14 }, { 100, 5, 20 }, { 104, 4, 26 }, 174 { 392, 4, 98 }, { 396, 11, 36 }, { 400, 4, 100 }, 184 { 490, 5, 98 }, { 492, 6, 82 }, { 496, 4, 124 }, 193 { 588, 6, 98 }, { 590, 5, 118 }, { 594, 11, 54 }, 200 { 684, 6, 114 }, { 686, 7, 98 }, { 696, 6, 116 }, 218 { 1062, 9, 118 }, { 1078, 11, 98 }, { 1080, 9, 120 },
|