Home
last modified time | relevance | path

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

12345678910>>...352

/linux/net/can/
H A Disotp.c181 static u32 isotp_bc_flags(struct isotp_sock *so) in isotp_bc_flags() argument
183 return so->opt.flags & ISOTP_ALL_BC_FLAGS; in isotp_bc_flags()
186 static bool isotp_register_rxid(struct isotp_sock *so) in isotp_register_rxid() argument
189 return (isotp_bc_flags(so) == 0); in isotp_register_rxid()
194 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, in isotp_rx_timer_handler() local
196 struct sock *sk = &so->sk; in isotp_rx_timer_handler()
198 if (so->rx.state == ISOTP_WAIT_DATA) { in isotp_rx_timer_handler()
207 so->rx.state = ISOTP_IDLE; in isotp_rx_timer_handler()
218 struct isotp_sock *so = isotp_sk(sk); in isotp_send_fc() local
221 nskb = alloc_skb(so->ll.mtu + sizeof(struct can_skb_priv), gfp_any()); in isotp_send_fc()
[all …]
/linux/arch/sh/boards/mach-kfr2r09/
H A 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/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, in render_state_setup() argument
53 const struct intel_renderstate_rodata *rodata = so->rodata; in render_state_setup()
58 d = i915_gem_object_pin_map(so->vma->obj, I915_MAP_WB); in render_state_setup()
66 u64 r = s + i915_vma_offset(so->vma); in render_state_setup()
89 so->batch_offset = i915_ggtt_offset(so->vma); in render_state_setup()
90 so->batch_size = rodata->batch_items * sizeof(u32); in render_state_setup()
95 so->aux_offset = i * sizeof(u32); in render_state_setup()
125 so->aux_size = i * sizeof(u32) - so->aux_offset; in render_state_setup()
126 so->aux_offset += so->batch_offset; in render_state_setup()
[all …]
/linux/drivers/hwmon/
H A DKconfig23 This support can also be built as a module. If so, the module
53 This driver can also be built as a module. If so, the module
67 This driver can also be built as a module. If so, the module
85 This driver can also be built as a module. If so, the module
95 This driver can also be built as a module. If so, the module
105 This driver can also be built as a module. If so, the module
116 This driver can also be built as a module. If so, the module
127 This driver can also be built as a module. If so, the module
138 This driver can also be built as a module. If so, the module
148 This driver can also be built as a module. If so, the module
[all …]
/linux/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); in vmw_dx_streamoutput_unscrub() local
99 if (!list_empty(&so->cotable_head) || !so->committed ) in vmw_dx_streamoutput_unscrub()
102 cmd = VMW_CMD_CTX_RESERVE(dev_priv, sizeof(*cmd), so->ctx->id); in vmw_dx_streamoutput_unscrub()
108 cmd->body.soid = so->id; in vmw_dx_streamoutput_unscrub()
111 cmd->body.sizeInBytes = so->size; in vmw_dx_streamoutput_unscrub()
114 vmw_cotable_add_resource(so->cotable, &so->cotable_head); in vmw_dx_streamoutput_unscrub()
122 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); in vmw_dx_streamoutput_create() local
125 WARN_ON_ONCE(!so->committed); in vmw_dx_streamoutput_create()
133 res->id = so->id; in vmw_dx_streamoutput_create()
[all …]
/linux/drivers/rtc/
H A DKconfig44 This clock should be battery-backed, so that it reads the correct
128 You may want to set up a symbolic link so one of these
158 This driver can also be built as a module. If so, the module
172 This driver can also be built as a module. If so, the module
182 This driver can also be built as a module. If so, the module
192 This driver can also be built as a module. If so, the module
202 This driver can also be built as a module. If so, the module
212 This driver can also be built as a module. If so, the module
223 This driver can also be built as a module. If so, the module
233 This driver can also be built as a module. If so, the module
[all …]
/linux/drivers/i2c/busses/
H A DKconfig28 This driver can also be built as a module. If so, the module
40 This driver 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
62 This driver can also be built as a module. If so, the module
72 This driver can also be built as a module. If so, the module
82 This driver can also be built as modules. If so, the modules will
109 This driver can also be built as a module. If so, the module
169 This driver can also be built as a module. If so, the module
188 This driver can also be built as a module. If so, the module
198 This driver can also be built as a module. If so, the module will be
[all …]
/linux/arch/mips/vdso/
H A DMakefile55 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
77 # Strip rule for the raw .so files
78 $(obj)/%.so.raw: OBJCOPYFLAGS := -S
79 $(obj)/%.so.raw: $(obj)/%.so.dbg.raw FORCE
98 targets += vdso.so.dbg.raw vdso.so.raw
99 targets += vdso.so.dbg vdso.so
109 $(obj)/vdso.so.dbg.raw: $(obj)/vdso.lds $(obj-vdso) FORCE
112 $(obj)/vdso-image.c: $(obj)/vdso.so.dbg.raw $(obj)/vdso.so.raw \
125 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw
126 targets += vdso-o32.so.dbg vdso-o32.so
[all …]
/linux/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) 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/drivers/nvmem/
H A DKconfig40 This driver can also be built as a module. If so, the module will
53 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
85 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
147 This driver can also be built as a module. If so, the module
179 This driver can also be built as a module. If so, the module
189 This driver can also be built as a module. If so, the module
199 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/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 …/lib/linux-tools-$(uname -a | awk '{ print $3 }' | sed -r 's/-generic//')/libperf-jvmti.so" ]; then
34 …VMTI=/usr/lib/linux-tools-$(uname -a | awk '{ print $3 }' | sed -r 's/-generic//')/libperf-jvmti.so
[all …]
/linux/tools/perf/Documentation/
H A 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/arch/riscv/kernel/compat_vdso/
H A DMakefile31 targets := $(obj-compat_vdso) compat_vdso.so compat_vdso.so.dbg compat_vdso.lds
38 $(obj)/compat_vdso.o: $(obj)/compat_vdso.so
40 # link rule for the .so file, .lds has to be first
41 $(obj)/compat_vdso.so.dbg: $(obj)/compat_vdso.lds $(obj-compat_vdso) FORCE
43 LDFLAGS_compat_vdso.so.dbg = -shared -S -soname=linux-compat_vdso.so.1 \
49 # strip rule for the .so file
50 $(obj)/%.so: OBJCOPYFLAGS := -S
51 $(obj)/%.so: $(obj)/%.so.dbg FORCE
59 include/generated/compat_vdso-offsets.h: $(obj)/compat_vdso.so.dbg FORCE
/linux/arch/riscv/kernel/vdso/
H A DMakefile42 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds
57 $(obj)/vdso.o: $(obj)/vdso.so
59 # link rule for the .so file, .lds has to be first
60 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE
62 LDFLAGS_vdso.so.dbg = -shared -soname=linux-vdso.so.1 \
65 # strip rule for the .so file
66 $(obj)/%.so: OBJCOPYFLAGS := -S
67 $(obj)/%.so: $(obj)/%.so.dbg FORCE
75 include/generated/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE
/linux/arch/x86/um/vdso/
H A DMakefile8 vdso-install-$(VDSO64-y) += vdso.so
19 $(obj)/vdso.o: $(obj)/vdso.so
21 targets += vdso.so vdso.so.dbg vdso.lds $(vobjs-y)
25 VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \
28 $(obj)/vdso.o: $(src)/vdso.S $(obj)/vdso.so
30 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE
33 $(obj)/%.so: OBJCOPYFLAGS := -S
34 $(obj)/%.so: $(obj)/%.so.dbg FORCE
/linux/tools/power/cpupower/bindings/python/
H A DMakefile14 all: _raw_pylibcpupower.so
16 _raw_pylibcpupower.so: raw_pylibcpupower_wrap.o
17 $(CC) -shared -lcpupower raw_pylibcpupower_wrap.o -o _raw_pylibcpupower.so
31 install: _raw_pylibcpupower.so
32 install -D _raw_pylibcpupower.so $(INSTALL_DIR)/_raw_pylibcpupower.so
36 rm -f $(INSTALL_DIR)/_raw_pylibcpupower.so
41 rm -f raw_pylibcpupower.py raw_pylibcpupower_wrap.c raw_pylibcpupower_wrap.o _raw_pylibcpupower.so
/linux/drivers/iio/adc/
H A DKconfig574 This driver can also be built as a module. If so, the module will be
585 This driver can also be built as a module. If so, the module will be
608 This driver can also be built as a module. If so, the module will be
654 This driver can also be built as a module. If so, the module will be
682 This driver can also be built as a module. If so, the module will be
703 This driver can also be built as a module. If so, the module will be
723 This driver can also be built as a module. If so, the module will be
744 This driver can also be built as a module. If so, the module will be
754 This driver can also be built as a module. If so, the module will be
764 This driver can also be built as a module. If so, the module will be
[all …]
/linux/drivers/net/ieee802154/
H A DKconfig21 This driver can also be built as a module. To do so say M here.
33 This driver can also be built as a module. To do so, say M here.
45 This driver can also be built as a module. To do so, say M here.
56 This driver can also be built as a module. To do so, say M here.
66 This driver can also be built as a module. To do so say M here.
77 This driver can also be built as a module. To do so, say M here.
89 This driver can also be built as a module. To do so, say M here.
111 This driver can also be built as a module. To do so, say M here.
122 This driver can also be built as a module. To do so say M here.
/linux/drivers/i2c/muxes/
H A DKconfig19 This driver can also be built as a module. If so, the module
31 This driver can also be built as a module. If so, the module
44 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
64 This driver can also be built as a module. If so, the module
74 This driver can also be built as a module. If so, the module
87 This driver can also be built as a module. If so, the module will be
99 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
135 This driver can also be built as a module. If so, the module
/linux/fs/nls/
H A DKconfig45 in so-called DOS codepages. You need to include the appropriate
57 in so-called DOS codepages. You need to include the appropriate
69 in so-called DOS codepages. You need to include the appropriate
82 so-called DOS codepages. You need to include the appropriate
98 so-called DOS codepages. You need to include the appropriate
113 so-called DOS codepages. You need to include the appropriate
124 so-called DOS codepages. You need to include the appropriate
135 so-called DOS codepages. You need to include the appropriate
146 so-called DOS codepages. You need to include the appropriate
157 so-called DOS codepages. You need to include the appropriate
[all …]
/linux/drivers/w1/masters/
H A DKconfig16 This driver can also be built as a module. If so, the module will be
26 This support is also available as a module. If so, the module
36 This support is also available as a module. If so, the module
46 This driver can also be built as a module. If so, the module
62 This support is also available as a module. If so, the module
78 This support is also available as a module. If so, the module
88 This support is also available as a module. If so, the module
/linux/arch/powerpc/platforms/pseries/
H A Dvas.c45 * for the long delay. So the sleep time should always in hcall_return_busy_check()
56 * the HCALL is just a suggestion. So OK to pause for in hcall_return_busy_check()
177 /* H_FUNCTION means HV does not support VAS so don't print an error */ in h_query_vas_capabilities()
215 * So one fault CRB to process for each H_GET_NX_FAULT hcall.
243 * interrupt to the LPAR. So use VAS specific IRQ handler instead
272 * interrupt per window. So the IRQ setup and fault handling in allocate_setup_window()
347 * QoS credits for each LPAR so that this partition is in vas_allocate_window()
380 * So no unpacking needs to be done. in vas_allocate_window()
398 * completed before closing the window. So expects OS in vas_allocate_window()
401 * So once the window is closed with deallocate hcall before in vas_allocate_window()
[all …]
/linux/fs/xfs/scrub/
H A Dagb_bitmap.c25 * So if our btree is:
32 * the first btree record, we'll observe that bc_levels[0].ptr == 1, so we
33 * record that we saw block 1. Then we observe that bc_levels[1].ptr == 1, so
36 * For the second btree record, we see that bc_levels[0].ptr == 2, so we exit
40 * bc_levels[0].ptr == 1 again, so we record that we saw block 2. We see that
41 * bc_levels[1].ptr == 2, so we exit the loop. The list is now [1, 4, 2].
43 * For the 102nd record, bc_levels[0].ptr == 2, so we continue.
46 * bc_levels[0].ptr == 1, so we add 3 to the list. Now it is [1, 4, 2, 3].
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588-jaguar-pre-ict-tester.dtso91 * the SoC default for this pin) so that LOW is read if
105 * default bias is pull-down therefore being LOW. So
107 * the same value. Make GPIO3_B2 a pull-up so that a
119 * - GPIO3_C6 is floating (so HIGH) if GPIO3_C6 is not
121 * - GPIO3_C6 is floating (so HIGH) if VCC_1V8_S0_1 is
124 * Make GPIO3_C6 a pull-down so that a soldering issue
134 * the SoC default for this pin) so that LOW is read if
144 * the SoC default for this pin) so that LOW is read if
154 * the SoC default for this pin) so that LOW is read if
164 * the SoC default for this pin) so that LOW is read if
/linux/Documentation/sound/cards/
H A Dhdspm.rst5 (translated from German, so no good English ;-),
26 allocated. So also the throughput of the PCI system can be
34 all 64 channels are available for the mixer, so channel count
43 so channel count for the driver
52 so channel count for the driver
75 64 Byte accurate. SO it is not really usable for the
84 large never to small. So if you subtract 64 you always have a
100 (especially graphic) ALSA-Mixer GUIs. So Mixer control has be
107 one, I decided to export the hardware structure, so that of
134 a studio should have working synchronisations setup. So use
[all …]

12345678910>>...352