Home
last modified time | relevance | path

Searched full:so (Results 1 – 25 of 8296) sorted by relevance

12345678910>>...332

/Linux-v5.4/arch/sh/boards/mach-kfr2r09/
Dlcd_wqvga.c60 struct sh_mobile_lcdc_sys_bus_ops *so) in read_reg() argument
62 return so->read_data(sohandle); in read_reg()
66 struct sh_mobile_lcdc_sys_bus_ops *so, in write_reg() argument
70 so->write_data(sohandle, v); /* PTH4/LCDRS High [param, 17:0] */ in write_reg()
72 so->write_index(sohandle, v); /* PTH4/LCDRS Low [cmd, 7:0] */ in write_reg()
76 struct sh_mobile_lcdc_sys_bus_ops *so, in write_data() argument
82 write_reg(sohandle, so, 1, data[i]); in write_data()
86 struct sh_mobile_lcdc_sys_bus_ops *so) in read_device_code() argument
91 write_reg(sohandle, so, 0, 0xb0); in read_device_code()
92 write_reg(sohandle, so, 1, 0x00); in read_device_code()
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_renderstate.c9 * Software is furnished to do so, subject to the following conditions:
67 * right after the commands taking care of alignment so we should sufficient
77 static int render_state_setup(struct intel_renderstate *so, in render_state_setup() argument
80 const struct intel_renderstate_rodata *rodata = so->rodata; in render_state_setup()
86 ret = i915_gem_object_prepare_write(so->obj, &needs_clflush); in render_state_setup()
90 d = kmap_atomic(i915_gem_object_get_dirty_page(so->obj, 0)); in render_state_setup()
96 u64 r = s + so->vma->node.start; in render_state_setup()
118 so->batch_offset = i915_ggtt_offset(so->vma); in render_state_setup()
119 so->batch_size = rodata->batch_items * sizeof(u32); in render_state_setup()
124 so->aux_offset = i * sizeof(u32); in render_state_setup()
[all …]
/Linux-v5.4/drivers/hwmon/
DKconfig23 This support can also be built as a module. If so, the module
50 This driver can also be built as a module. If so, the module
65 This driver can also be built as a module. If so, the module
79 This driver can also be built as a module. If so, the module
89 This driver can also be built as a module. If so, the module
99 This driver can also be built as a module. If so, the module
109 This driver can also be built as a module. If so, the module
120 This driver can also be built as a module. If so, the module
131 This driver can also be built as a module. If so, the module
142 This driver can also be built as a module. If so, the module
[all …]
/Linux-v5.4/drivers/rtc/
DKconfig45 functions run, so it must usually be statically linked.
47 This clock should be battery-backed, so that it reads the correct
122 You may want to set up a symbolic link so one of these
152 This driver can also be built as a module. If so, the module
166 This driver can also be built as a module. If so, the module
176 This driver can also be built as a module. If so, the module
186 This driver can also be built as a module. If so, the module
196 This driver can also be built as a module. If so, the module
207 This driver can also be built as a module. If so, the module
217 This driver can also be built as a module. If so, the module
[all …]
/Linux-v5.4/drivers/hwmon/pmbus/
DKconfig12 This driver can also be built as a module. If so, the module will
26 This driver can also be built as a module. If so, the module will
36 This driver can also be built as a module. If so, the module will
46 This driver can also be built as a module. If so, the module will
55 This driver can also be built as a module. If so, the module will
64 This driver can also be built as a module. If so, the module will
73 This driver can also be built as a module. If so, the module will
82 This driver can also be built as a module. If so, the module will
91 This driver can also be built as a module. If so, the module will
100 This driver can also be built as a module. If so, the module will
[all …]
/Linux-v5.4/arch/arm/vdso/
DMakefile7 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds
14 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
36 $(obj)/vdso.o : $(obj)/vdso.so
38 # Link rule for the .so file
39 $(obj)/vdso.so.raw: $(obj)/vdso.lds $(obj-vdso) FORCE
42 $(obj)/vdso.so.dbg: $(obj)/vdso.so.raw $(obj)/vdsomunge FORCE
45 # Strip rule for the .so file
46 $(obj)/%.so: OBJCOPYFLAGS := -S
47 $(obj)/%.so: $(obj)/%.so.dbg FORCE
54 # Install the unstripped copy of vdso.so.dbg. If our toolchain
[all …]
/Linux-v5.4/arch/riscv/kernel/vdso/
DMakefile18 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds vdso-dummy.o
28 $(obj)/vdso.o: $(obj)/vdso.so
30 # link rule for the .so file, .lds has to be first
31 SYSCFLAGS_vdso.so.dbg = $(c_flags)
32 $(obj)/vdso.so.dbg: $(src)/vdso.lds $(obj-vdso) FORCE
39 SYSCFLAGS_vdso.so.dbg = -shared -s -Wl,-soname=linux-vdso.so.1 \
48 # strip rule for the .so file
49 $(obj)/%.so: OBJCOPYFLAGS := -S
50 $(obj)/%.so: $(obj)/%.so.dbg FORCE
55 # Add -lgcc so rv32 gets static muldi3 and lshrdi3 definitions.
[all …]
/Linux-v5.4/arch/powerpc/kernel/vdso64/
DMakefile8 targets := $(obj-vdso64) vdso64.so vdso64.so.dbg
16 -Wl,-soname=linux-vdso64.so.1 -Wl,--hash-style=both
24 $(obj)/vdso64_wrapper.o : $(obj)/vdso64.so
26 # link rule for the .so file, .lds has to be first
27 $(obj)/vdso64.so.dbg: $(src)/vdso64.lds $(obj-vdso64) FORCE
30 # strip rule for the .so file
31 $(obj)/%.so: OBJCOPYFLAGS := -S
32 $(obj)/%.so: $(obj)/%.so.dbg FORCE
43 vdso64.so: $(obj)/vdso64.so.dbg
47 vdso_install: vdso64.so
/Linux-v5.4/arch/nds32/kernel/vdso/
DMakefile12 targets := $(obj-vdso) vdso.so vdso.so.dbg
16 -Wl,-soname=linux-vdso.so.1 -Wl,--hash-style=sysv
27 $(obj)/vdso.o : $(obj)/vdso.so
29 # Link rule for the .so file, .lds has to be first
30 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE
34 # Strip rule for the .so file
35 $(obj)/%.so: OBJCOPYFLAGS := -S
36 $(obj)/%.so: $(obj)/%.so.dbg FORCE
44 include/generated/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE
75 vdso.so: $(obj)/vdso.so.dbg
[all …]
/Linux-v5.4/arch/powerpc/kernel/vdso32/
DMakefile22 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg
30 -Wl,-soname=linux-vdso32.so.1 -Wl,--hash-style=both
38 $(obj)/vdso32_wrapper.o : $(obj)/vdso32.so
40 # link rule for the .so file, .lds has to be first
41 $(obj)/vdso32.so.dbg: $(src)/vdso32.lds $(obj-vdso32) FORCE
44 # strip rule for the .so file
45 $(obj)/%.so: OBJCOPYFLAGS := -S
46 $(obj)/%.so: $(obj)/%.so.dbg FORCE
63 vdso32.so: $(obj)/vdso32.so.dbg
67 vdso_install: vdso32.so
/Linux-v5.4/drivers/i2c/busses/
DKconfig21 This driver can also be built as a module. If so, the module
33 This driver can also be built as a module. If so, the module
43 This driver can also be built as a module. If so, the module
55 This driver can also be built as a module. If so, the module
68 This driver can also be built as a module. If so, the module
78 This driver can also be built as a module. If so, the module
88 This driver can also be built as modules. If so, the modules will
98 This driver can also be built as a module. If so, the module
149 This driver can also be built as a module. If so, the module
160 This driver can also be built as a module. If so, the module
[all …]
/Linux-v5.4/arch/s390/kernel/vdso32/
DMakefile10 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg
21 KBUILD_CFLAGS_31 += -nostdlib -Wl,-soname=linux-vdso32.so.1 \
37 $(obj)/vdso32_wrapper.o : $(obj)/vdso32.so
39 # link rule for the .so file, .lds has to be first
40 $(obj)/vdso32.so.dbg: $(src)/vdso32.lds $(obj-vdso32) FORCE
43 # strip rule for the .so file
44 $(obj)/%.so: OBJCOPYFLAGS := -S
45 $(obj)/%.so: $(obj)/%.so.dbg FORCE
62 vdso32.so: $(obj)/vdso32.so.dbg
66 vdso_install: vdso32.so
/Linux-v5.4/arch/s390/kernel/vdso64/
DMakefile10 targets := $(obj-vdso64) vdso64.so vdso64.so.dbg
21 KBUILD_CFLAGS_64 += -nostdlib -Wl,-soname=linux-vdso64.so.1 \
37 $(obj)/vdso64_wrapper.o : $(obj)/vdso64.so
39 # link rule for the .so file, .lds has to be first
40 $(obj)/vdso64.so.dbg: $(src)/vdso64.lds $(obj-vdso64) FORCE
43 # strip rule for the .so file
44 $(obj)/%.so: OBJCOPYFLAGS := -S
45 $(obj)/%.so: $(obj)/%.so.dbg FORCE
62 vdso64.so: $(obj)/vdso64.so.dbg
66 vdso_install: vdso64.so
/Linux-v5.4/arch/sh/boards/mach-migor/
Dlcd_qvga.c113 int migor_lcd_qvga_setup(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) in migor_lcd_qvga_setup() argument
120 migor_lcd_qvga_seq(sohandle, so, sync_data, ARRAY_SIZE(sync_data)); in migor_lcd_qvga_setup()
122 if (read_reg16(sohandle, so, 0) != 0x1505) in migor_lcd_qvga_setup()
127 migor_lcd_qvga_seq(sohandle, so, sync_data, ARRAY_SIZE(sync_data)); in migor_lcd_qvga_setup()
128 write_reg16(sohandle, so, 0x00A4, 0x0001); in migor_lcd_qvga_setup()
131 migor_lcd_qvga_seq(sohandle, so, magic0_data, ARRAY_SIZE(magic0_data)); in migor_lcd_qvga_setup()
134 migor_lcd_qvga_seq(sohandle, so, magic1_data, ARRAY_SIZE(magic1_data)); in migor_lcd_qvga_setup()
135 write_reg16(sohandle, so, 0x0050, 0xef - (yres - 1)); in migor_lcd_qvga_setup()
136 write_reg16(sohandle, so, 0x0051, 0x00ef); in migor_lcd_qvga_setup()
137 write_reg16(sohandle, so, 0x0052, 0x0000); in migor_lcd_qvga_setup()
[all …]
/Linux-v5.4/arch/arm64/kernel/vdso/
DMakefile17 targets := $(obj-vdso) vdso.so vdso.so.dbg
20 ldflags-y := -shared -nostdlib -soname=linux-vdso.so.1 --hash-style=sysv \
56 $(obj)/vdso.o : $(obj)/vdso.so
58 # Link rule for the .so file, .lds has to be first
59 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE
62 # Strip rule for the .so file
63 $(obj)/%.so: OBJCOPYFLAGS := -S
64 $(obj)/%.so: $(obj)/%.so.dbg FORCE
72 include/generated/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE
83 vdso.so: $(obj)/vdso.so.dbg
[all …]
/Linux-v5.4/arch/mips/vdso/
DMakefile70 -Wl,-Bsymbolic -Wl,--no-undefined -Wl,-soname=linux-vdso.so.1 \
93 # Strip rule for the raw .so files
94 $(obj)/%.so.raw: OBJCOPYFLAGS := -S
95 $(obj)/%.so.raw: $(obj)/%.so.dbg.raw FORCE
114 targets += vdso.so.dbg.raw vdso.so.raw
115 targets += vdso.so.dbg vdso.so
125 $(obj)/vdso.so.dbg.raw: $(obj)/vdso.lds $(obj-vdso) FORCE
128 $(obj)/vdso-image.c: $(obj)/vdso.so.dbg.raw $(obj)/vdso.so.raw \
141 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw
142 targets += vdso-o32.so.dbg vdso-o32.so
[all …]
/Linux-v5.4/arch/x86/um/vdso/
DMakefile11 vdso-install-$(VDSO64-y) += vdso.so
22 $(obj)/vdso.o: $(obj)/vdso.so
24 targets += vdso.so vdso.so.dbg vdso.lds $(vobjs-y)
28 VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \
31 $(obj)/vdso.o: $(src)/vdso.S $(obj)/vdso.so
33 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE
36 $(obj)/%.so: OBJCOPYFLAGS := -S
37 $(obj)/%.so: $(obj)/%.so.dbg FORCE
69 # Install the unstripped copy of vdso*.so listed in $(vdso-install-y).
73 $(vdso-install-y): %.so: $(obj)/%.so.dbg FORCE
/Linux-v5.4/arch/x86/entry/vdso/
DMakefile41 $(obj)/vdso.o: $(obj)/vdso.so
48 vdso_img_sodbg := $(vdso_img-y:%=vdso%.so.dbg)
51 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so)
55 VDSO_LDFLAGS_vdso.lds = -m elf_x86_64 -soname linux-vdso.so.1 --no-undefined \
58 $(obj)/vdso64.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE
67 $(obj)/vdso-image-%.c: $(obj)/vdso%.so.dbg $(obj)/vdso%.so $(obj)/vdso2c FORCE
103 # so that it can reach 64bit address space with 64bit pointers.
107 VDSO_LDFLAGS_vdsox32.lds = -m elf32_x86_64 -soname linux-vdso.so.1 \
125 $(obj)/%.so: OBJCOPYFLAGS := -S
126 $(obj)/%.so: $(obj)/%.so.dbg FORCE
[all …]
/Linux-v5.4/tools/perf/Documentation/
Dexamples.txt85 23.57% git-repack /lib64/libc-2.5.so
86 21.81% git /lib64/libc-2.5.so
89 7.12% git /lib64/ld-2.5.so
90 3.16% git-repack /lib64/libpthread-2.5.so
92 1.97% rm /lib64/libc-2.5.so
93 1.39% mv /lib64/ld-2.5.so
94 1.37% mv /lib64/libc-2.5.so
95 1.12% git-repack /lib64/ld-2.5.so
96 0.95% rm /lib64/ld-2.5.so
97 0.90% git-update-serv /lib64/libc-2.5.so
[all …]
/Linux-v5.4/scripts/
DMakefile.gcc-plugins3 gcc-plugin-$(CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) += cyc_complexity_plugin.so
5 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so
13 gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so
15 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so
25 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so
31 gcc-plugin-$(CONFIG_GCC_PLUGIN_STACKLEAK) += stackleak_plugin.so
41 gcc-plugin-$(CONFIG_GCC_PLUGIN_ARM_SSP_PER_TASK) += arm_ssp_per_task_plugin.so
50 # The sancov_plugin.so is included via CFLAGS_KCOV, so it is removed here.
51 GCC_PLUGINS_CFLAGS := $(filter-out %/sancov_plugin.so, $(GCC_PLUGINS_CFLAGS))
/Linux-v5.4/arch/sparc/vdso/
DMakefile23 $(obj)/vdso.o: $(obj)/vdso.so
30 vdso_img_sodbg := $(vdso_img-y:%=vdso%.so.dbg)
33 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so)
37 VDSO_LDFLAGS_vdso.lds = -m elf64_sparc -soname linux-vdso.so.1 --no-undefined \
40 $(obj)/vdso64.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE
49 $(obj)/vdso-image-%.c: $(obj)/vdso%.so.dbg $(obj)/vdso%.so $(obj)/vdso2c FORCE
71 $(obj)/%.so: OBJCOPYFLAGS := -S
72 $(obj)/%.so: $(obj)/%.so.dbg FORCE
76 VDSO_LDFLAGS_vdso32.lds = -m elf32_sparc -soname linux-gate.so.1
87 $(obj)/vdso32.so.dbg: KBUILD_AFLAGS = $(KBUILD_AFLAGS_32)
[all …]
/Linux-v5.4/drivers/nvmem/
DKconfig10 This driver can also be built as a module. If so, the module
35 This driver can also be built as a module. If so, the module
47 This driver can also be built as a module. If so, the module
86 This driver can also be built as a module. If so, the module
97 This driver can also be built as a module. If so, the module
108 This driver can also be built as a module. If so, the module
119 This driver can also be built as a module. If so, the module
131 This driver can also be built as a module. If so, the module
141 This driver can also be built as a module. If so, the module
151 This driver can also be built as a module. If so, the module
[all …]
/Linux-v5.4/arch/arm64/kernel/vdso32/
DMakefile66 # is being compiled, so define a macro specifying that (see arch/arm/Makefile).
108 VDSO_LDFLAGS += -Wl,-Bsymbolic -Wl,--no-undefined -Wl,-soname=linux-vdso.so.1
133 targets := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) vdso.so vdso.so.dbg vdso.so.raw
143 # Force dependency (vdso.s includes vdso.so through incbin)
144 $(obj)/vdso.o: $(obj)/vdso.so
146 include/generated/vdso32-offsets.h: $(obj)/vdso.so.dbg FORCE
149 # Strip rule for vdso.so
150 $(obj)/vdso.so: OBJCOPYFLAGS := -S
151 $(obj)/vdso.so: $(obj)/vdso.so.dbg FORCE
154 $(obj)/vdso.so.dbg: $(obj)/vdso.so.raw $(obj)/$(munge) FORCE
[all …]
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/cfg/
D22000.c4 * redistributing this file, you may do so under either license.
89 #define IWL_22000_SO_A_JF_B_FW_PRE "iwlwifi-so-a0-jf-b0-"
90 #define IWL_22000_SO_A_HR_B_FW_PRE "iwlwifi-so-a0-hr-b0-"
91 #define IWL_22000_SO_A_GF_A_FW_PRE "iwlwifi-so-a0-gf-a0-"
93 #define IWL_22000_SO_A_GF4_A_FW_PRE "iwlwifi-so-a0-gf4-a0-"
239 * so we need to restrict the size of transmitted aggregation to the
252 * so we need to restrict the size of transmitted aggregation to the
264 * so we need to restrict the size of transmitted aggregation to the
276 * so we need to restrict the size of transmitted aggregation to the
288 * so we need to restrict the size of transmitted aggregation to the
[all …]
/Linux-v5.4/tools/lib/traceevent/plugins/
DMakefile9 # because make sets default values, so the simpler ?= approach
129 PLUGINS = plugin_jbd2.so
130 PLUGINS += plugin_hrtimer.so
131 PLUGINS += plugin_kmem.so
132 PLUGINS += plugin_kvm.so
133 PLUGINS += plugin_mac80211.so
134 PLUGINS += plugin_sched_switch.so
135 PLUGINS += plugin_function.so
136 PLUGINS += plugin_xen.so
137 PLUGINS += plugin_scsi.so
[all …]

12345678910>>...332