Searched refs:so (Results 1 - 25 of 153) sorted by relevance

1234567

/linux-master/arch/sh/boards/mach-kfr2r09/
H A Dlcd_wqvga.c60 struct sh_mobile_lcdc_sys_bus_ops *so)
62 return so->read_data(sohandle);
66 struct sh_mobile_lcdc_sys_bus_ops *so,
70 so->write_data(sohandle, v); /* PTH4/LCDRS High [param, 17:0] */
72 so->write_index(sohandle, v); /* PTH4/LCDRS Low [cmd, 7:0] */
76 struct sh_mobile_lcdc_sys_bus_ops *so,
82 write_reg(sohandle, so, 1, data[i]);
86 struct sh_mobile_lcdc_sys_bus_ops *so)
91 write_reg(sohandle, so, 0, 0xb0);
92 write_reg(sohandle, so,
59 read_reg(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) argument
65 write_reg(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so, int i, unsigned long v) argument
75 write_data(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so, unsigned char const *data, int no_data) argument
85 read_device_code(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) argument
114 write_memory_start(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) argument
120 clear_memory(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) argument
133 display_on(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) argument
251 kfr2r09_lcd_setup(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) argument
272 kfr2r09_lcd_start(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) argument
[all...]
/linux-master/net/can/
H A Disotp.c180 static u32 isotp_bc_flags(struct isotp_sock *so) argument
182 return so->opt.flags & ISOTP_ALL_BC_FLAGS;
185 static bool isotp_register_rxid(struct isotp_sock *so) argument
188 return (isotp_bc_flags(so) == 0);
193 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, local
195 struct sock *sk = &so->sk;
197 if (so->rx.state == ISOTP_WAIT_DATA) {
206 so->rx.state = ISOTP_IDLE;
217 struct isotp_sock *so = isotp_sk(sk); local
220 nskb = alloc_skb(so
331 check_pad(struct isotp_sock *so, struct canfd_frame *cf, int start_index, u8 content) argument
361 isotp_rcv_fc(struct isotp_sock *so, struct canfd_frame *cf, int ae) argument
446 struct isotp_sock *so = isotp_sk(sk); local
478 struct isotp_sock *so = isotp_sk(sk); local
552 struct isotp_sock *so = isotp_sk(sk); local
646 struct isotp_sock *so = isotp_sk(sk); local
729 isotp_fill_dataframe(struct canfd_frame *cf, struct isotp_sock *so, int ae, int off) argument
760 isotp_send_cframe(struct isotp_sock *so) argument
817 isotp_create_fframe(struct canfd_frame *cf, struct isotp_sock *so, int ae) argument
855 struct isotp_sock *so = isotp_sk(sk); local
898 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, local
922 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, local
939 struct isotp_sock *so = isotp_sk(sk); local
1132 struct isotp_sock *so = isotp_sk(sk); local
1174 struct isotp_sock *so; local
1250 struct isotp_sock *so = isotp_sk(sk); local
1358 struct isotp_sock *so = isotp_sk(sk); local
1376 struct isotp_sock *so = isotp_sk(sk); local
1490 struct isotp_sock *so = isotp_sk(sk); local
1538 isotp_notify(struct isotp_sock *so, unsigned long msg, struct net_device *dev) argument
1606 struct isotp_sock *so = isotp_sk(sk); local
1656 struct isotp_sock *so = isotp_sk(sk); local
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.c40 * right after the commands taking care of alignment so we should sufficient
50 static int render_state_setup(struct intel_renderstate *so, argument
53 const struct intel_renderstate_rodata *rodata = so->rodata;
58 d = i915_gem_object_pin_map(so->vma->obj, I915_MAP_WB);
66 u64 r = s + i915_vma_offset(so->vma);
89 so->batch_offset = i915_ggtt_offset(so->vma);
90 so->batch_size = rodata->batch_items * sizeof(u32);
95 so->aux_offset = i * sizeof(u32);
125 so
142 intel_renderstate_init(struct intel_renderstate *so, struct intel_context *ce) argument
209 intel_renderstate_emit(struct intel_renderstate *so, struct i915_request *rq) argument
239 intel_renderstate_fini(struct intel_renderstate *so, struct intel_context *ce) argument
[all...]
H A Dintel_renderstate.h45 int intel_renderstate_init(struct intel_renderstate *so,
47 int intel_renderstate_emit(struct intel_renderstate *so,
49 void intel_renderstate_fini(struct intel_renderstate *so,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_streamoutput.c12 * permit persons to whom the Software is furnished to do so, subject to
92 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); local
99 if (!list_empty(&so->cotable_head) || !so->committed )
102 cmd = VMW_CMD_CTX_RESERVE(dev_priv, sizeof(*cmd), so->ctx->id);
108 cmd->body.soid = so->id;
111 cmd->body.sizeInBytes = so->size;
114 vmw_cotable_add_resource(so->cotable, &so->cotable_head);
122 struct vmw_dx_streamoutput *so local
164 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); local
223 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); local
257 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); local
282 struct vmw_dx_streamoutput *so; local
326 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); local
[all...]
/linux-master/tools/crypto/ccp/
H A DMakefile4 TARGET = dbc_library.so
8 dbc_library.so: dbc.c
/linux-master/arch/arm/vdso/
H A DMakefile11 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds
18 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
46 $(obj)/vdso.o : $(obj)/vdso.so
48 # Link rule for the .so file
49 $(obj)/vdso.so.raw: $(obj)/vdso.lds $(obj-vdso) FORCE
52 $(obj)/vdso.so.dbg: $(obj)/vdso.so.raw $(obj)/vdsomunge FORCE
55 # Strip rule for the .so fil
[all...]
/linux-master/arch/csky/kernel/vdso/
H A DMakefile20 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds vdso-dummy.o
31 $(obj)/vdso.o: $(obj)/vdso.so
33 SYSCFLAGS_vdso.so.dbg = $(c_flags)
34 $(obj)/vdso.so.dbg: $(src)/vdso.lds $(obj-vdso) FORCE
36 SYSCFLAGS_vdso.so.dbg = -shared -s -Wl,-soname=linux-vdso.so.1 \
39 $(obj)/vdso-syms.S: $(obj)/vdso.so FORCE
42 # strip rule for the .so file
43 $(obj)/%.so
[all...]
/linux-master/arch/sh/kernel/vsyscall/
H A DMakefile4 $(obj)/vsyscall-syscall.o: $(obj)/vsyscall-trapa.so
7 targets += vsyscall-trapa.o vsyscall-traps.so
17 vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 -Wl,--hash-style=sysv
19 SYSCFLAGS_vsyscall-trapa.so = $(vsyscall-flags)
21 $(obj)/vsyscall-trapa.so: \
22 $(obj)/vsyscall-%.so: $(src)/vsyscall.lds $(obj)/vsyscall-%.o FORCE
/linux-master/arch/x86/um/vdso/
H A DMakefile14 vdso-install-$(VDSO64-y) += vdso.so
25 $(obj)/vdso.o: $(obj)/vdso.so
27 targets += vdso.so vdso.so.dbg vdso.lds $(vobjs-y)
31 VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \
34 $(obj)/vdso.o: $(src)/vdso.S $(obj)/vdso.so
36 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE
39 $(obj)/%.so: OBJCOPYFLAGS := -S
40 $(obj)/%.so: $(obj)/%.so
[all...]
/linux-master/arch/s390/kernel/vdso32/
H A DMakefile12 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg
25 LDFLAGS_vdso32.so.dbg += -shared -soname=linux-vdso32.so.1 \
42 $(obj)/vdso32_wrapper.o : $(obj)/vdso32.so
47 $(obj)/vdso32.so.dbg: $(src)/vdso32.lds $(obj-vdso32) FORCE
50 # strip rule for the .so file
51 $(obj)/%.so: OBJCOPYFLAGS := -S
52 $(obj)/%.so: $(obj)/%.so
[all...]
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile31 targets := $(obj-compat_vdso) compat_vdso.so compat_vdso.so.dbg compat_vdso.lds
44 $(obj)/compat_vdso.o: $(obj)/compat_vdso.so
46 # link rule for the .so file, .lds has to be first
47 $(obj)/compat_vdso.so.dbg: $(obj)/compat_vdso.lds $(obj-compat_vdso) FORCE
49 LDFLAGS_compat_vdso.so.dbg = -shared -S -soname=linux-compat_vdso.so.1 \
55 # strip rule for the .so file
56 $(obj)/%.so: OBJCOPYFLAGS := -S
57 $(obj)/%.so
[all...]
/linux-master/arch/riscv/kernel/vdso/
H A DMakefile29 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds
49 $(obj)/vdso.o: $(obj)/vdso.so
51 # link rule for the .so file, .lds has to be first
52 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE
54 LDFLAGS_vdso.so.dbg = -shared -S -soname=linux-vdso.so.1 \
57 # strip rule for the .so file
58 $(obj)/%.so: OBJCOPYFLAGS := -S
59 $(obj)/%.so
[all...]
/linux-master/arch/sh/boards/mach-migor/
H A Dlcd_qvga.c113 int migor_lcd_qvga_setup(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) argument
120 migor_lcd_qvga_seq(sohandle, so, sync_data, ARRAY_SIZE(sync_data));
122 if (read_reg16(sohandle, so, 0) != 0x1505)
127 migor_lcd_qvga_seq(sohandle, so, sync_data, ARRAY_SIZE(sync_data));
128 write_reg16(sohandle, so, 0x00A4, 0x0001);
131 migor_lcd_qvga_seq(sohandle, so, magic0_data, ARRAY_SIZE(magic0_data));
134 migor_lcd_qvga_seq(sohandle, so, magic1_data, ARRAY_SIZE(magic1_data));
135 write_reg16(sohandle, so, 0x0050, 0xef - (yres - 1));
136 write_reg16(sohandle, so, 0x0051, 0x00ef);
137 write_reg16(sohandle, so,
[all...]
/linux-master/tools/perf/tests/shell/
H A Dtest_java_symbol.sh25 if [ -e "$PWD/tools/perf/libperf-jvmti.so" ]; then
26 LIBJVMTI=$PWD/tools/perf/libperf-jvmti.so
27 elif [ -e "$PWD/libperf-jvmti.so" ]; then
28 LIBJVMTI=$PWD/libperf-jvmti.so
29 elif [ -e "$PREFIX/lib64/libperf-jvmti.so" ]; then
30 LIBJVMTI=$PREFIX/lib64/libperf-jvmti.so
31 elif [ -e "$PREFIX/lib/libperf-jvmti.so" ]; then
32 LIBJVMTI=$PREFIX/lib/libperf-jvmti.so
33 elif [ -e "/usr/lib/linux-tools-$(uname -a | awk '{ print $3 }' | sed -r 's/-generic//')/libperf-jvmti.so" ]; then
34 LIBJVMTI=/usr/lib/linux-tools-$(uname -a | awk '{ print $3 }' | sed -r 's/-generic//')/libperf-jvmti.so
[all...]
/linux-master/arch/mips/vdso/
H A DMakefile57 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
83 # Strip rule for the raw .so files
84 $(obj)/%.so.raw: OBJCOPYFLAGS := -S
85 $(obj)/%.so.raw: $(obj)/%.so.dbg.raw FORCE
104 targets += vdso.so.dbg.raw vdso.so.raw
105 targets += vdso.so.dbg vdso.so
115 $(obj)/vdso.so
[all...]
/linux-master/scripts/
H A DMakefile.kcov4 kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run-batch.sh63 print "echo No CPU-affinity information, so no taskset command.";
65 print "echo " scenario ": Bogus number of CPUs (old qemu-cmd?), so no taskset command.";
69 print "echo " scenario ": Bogus CPU-affinity information, so no taskset command.";
71 print "echo " scenario ": Could not dump state, so no taskset command.";
/linux-master/arch/arm64/kernel/vdso/
H A DMakefile15 targets := $(obj-vdso) vdso.so vdso.so.dbg
22 # routines, as x86 does (see 6f121e548f83 ("x86, vdso: Reimplement vdso.so
24 ldflags-y := -shared -soname=linux-vdso.so.1 --hash-style=sysv \
61 # Link rule for the .so file, .lds has to be first
62 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE
65 # Strip rule for the .so file
66 $(obj)/%.so: OBJCOPYFLAGS := -S
67 $(obj)/%.so: $(obj)/%.so
[all...]
/linux-master/arch/parisc/kernel/vdso64/
H A DMakefile7 targets := $(obj-vdso64) vdso64.so
12 ccflags-y += -nostdlib -Wl,-soname=linux-vdso64.so.1 \
25 $(obj)/vdso64_wrapper.o : $(obj)/vdso64.so FORCE
28 # link rule for the .so file, .lds has to be first
29 $(obj)/vdso64.so: $(src)/vdso64.lds $(obj-vdso64) $(VDSO_LIBGCC) FORCE
47 include/generated/vdso64-offsets.h: $(obj)/vdso64.so FORCE
/linux-master/arch/sparc/vdso/
H A DMakefile19 $(obj)/vdso.o: $(obj)/vdso.so
22 targets += $(foreach x, 32 64, vdso-image-$(x).c vdso$(x).so vdso$(x).so.dbg)
26 VDSO_LDFLAGS_vdso.lds = -m elf64_sparc -soname linux-vdso.so.1 --no-undefined \
29 $(obj)/vdso64.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE
38 $(obj)/vdso-image-%.c: $(obj)/vdso%.so.dbg $(obj)/vdso%.so $(obj)/vdso2c FORCE
60 $(obj)/%.so: OBJCOPYFLAGS := -S
61 $(obj)/%.so: $(obj)/%.so
[all...]
/linux-master/arch/s390/kernel/vdso64/
H A DMakefile16 targets := $(obj-vdso64) $(obj-cvdso64) vdso64.so vdso64.so.dbg
30 ldflags-y := -shared -soname=linux-vdso64.so.1 \
47 $(obj)/vdso64_wrapper.o : $(obj)/vdso64.so
52 # link rule for the .so file, .lds has to be first
53 $(obj)/vdso64.so.dbg: $(src)/vdso64.lds $(obj-vdso64) $(obj-cvdso64) FORCE
56 # strip rule for the .so file
57 $(obj)/%.so: OBJCOPYFLAGS := -S
58 $(obj)/%.so: $(obj)/%.so
[all...]
/linux-master/arch/loongarch/vdso/
H A DMakefile38 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
59 include/generated/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE
69 targets += vdso.lds vdso.so.dbg vdso.so
78 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE
81 $(obj)/vdso.so: OBJCOPYFLAGS := -S
82 $(obj)/vdso.so: $(obj)/vdso.so.dbg FORCE
87 $(obj)/vdso.o : $(obj)/vdso.so
/linux-master/scripts/gcc-plugins/
H A DMakefile3 $(obj)/randomize_layout_plugin.so: $(obj)/randomize_layout_seed.h
21 # If the plugin foo.so is compiled from foo.c and foo2.c, you can do:
39 plugin-single := $(foreach m, $(GCC_PLUGIN), $(if $($(m:%.so=%-objs)),,$(m)))
41 plugin-objs := $(sort $(foreach m, $(plugin-multi), $($(m:%.so=%-objs))))
44 clean-files += *.so
53 $(plugin-single): $(obj)/%.so: $(src)/%.c FORCE
62 $(foreach m, $(notdir $(plugin-multi)), $(eval $(obj)/$m: $(addprefix $(obj)/, $($(m:%.so=%-objs)))))
/linux-master/arch/x86/entry/vdso/
H A DMakefile51 $(obj)/vdso.o: $(obj)/vdso.so
56 targets += $(foreach x, 64 x32 32, vdso-image-$(x).c vdso$(x).so vdso$(x).so.dbg)
60 VDSO_LDFLAGS_vdso.lds = -m elf_x86_64 -soname linux-vdso.so.1 --no-undefined \
63 $(obj)/vdso64.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE
72 $(obj)/vdso-image-%.c: $(obj)/vdso%.so.dbg $(obj)/vdso%.so $(obj)/vdso2c FORCE
109 # so that it can reach 64bit address space with 64bit pointers.
113 VDSO_LDFLAGS_vdsox32.lds = -m elf32_x86_64 -soname linux-vdso.so.1 \
131 $(obj)/%.so
[all...]

Completed in 197 milliseconds

1234567