/linux-6.3-rc2/arch/sh/boards/mach-kfr2r09/ |
A D | lcd_wqvga.c | 62 return so->read_data(sohandle); in read_reg() 91 write_reg(sohandle, so, 0, 0xb0); in read_device_code() 92 write_reg(sohandle, so, 1, 0x00); in read_device_code() 95 write_reg(sohandle, so, 0, 0xb1); in read_device_code() 96 write_reg(sohandle, so, 1, 0x00); in read_device_code() 99 write_reg(sohandle, so, 0, 0xbf); in read_device_code() 103 read_reg(sohandle, so); in read_device_code() 117 write_reg(sohandle, so, 0, 0x2c); in write_memory_start() 126 write_memory_start(sohandle, so); in clear_memory() 242 clear_memory(sohandle, so); in display_on() [all …]
|
/linux-6.3-rc2/net/can/ |
A D | isotp.c | 388 so->tx_gap = ktime_add_ns(so->tx_gap, so->frame_txtime); in isotp_rcv_fc() 391 so->tx_gap = ktime_add_ns(so->tx_gap, in isotp_rcv_fc() 394 so->tx_gap = ktime_add_ns(so->tx_gap, in isotp_rcv_fc() 397 so->tx_gap = ktime_add_ns(so->tx_gap, in isotp_rcv_fc() 558 if (so->rx.len - so->rx.idx > so->rx.ll_dl - ae - N_PCI_SZ) in isotp_rcv_cf() 577 if (so->rx.idx >= so->rx.len) in isotp_rcv_cf() 581 if (so->rx.idx >= so->rx.len) { in isotp_rcv_cf() 608 if (!so->rxfc.bs || ++so->rx.bs < so->rxfc.bs) { in isotp_rcv_cf() 849 if (so->tx.idx >= so->tx.len) { in isotp_rcv_echo() 856 if (so->txfc.bs && so->tx.bs >= so->txfc.bs) { in isotp_rcv_echo() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_renderstate.c | 89 so->batch_offset = i915_ggtt_offset(so->vma); 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() 131 so->aux_size = ALIGN(so->aux_size, 8); in render_state_setup() 149 memset(so, 0, sizeof(*so)); in intel_renderstate_init() 177 err = i915_gem_object_lock(so->vma->obj, &so->ww); in intel_renderstate_init() 215 if (!so->vma) in intel_renderstate_emit() 223 so->batch_offset, so->batch_size, in intel_renderstate_emit() 230 so->aux_offset, so->aux_size, in intel_renderstate_emit() 242 if (so->vma) { in intel_renderstate_fini() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_streamoutput.c | 97 if (!list_empty(&so->cotable_head) || !so->committed ) in vmw_dx_streamoutput_unscrub() 112 vmw_cotable_add_resource(so->cotable, &so->cotable_head); in vmw_dx_streamoutput_unscrub() 131 res->id = so->id; in vmw_dx_streamoutput_create() 225 vmw_cotable_add_resource(so->cotable, &so->cotable_head); in vmw_dx_streamoutput_commit_notify() 258 kfree(so); in vmw_dx_streamoutput_res_free() 285 so = kmalloc(sizeof(*so), GFP_KERNEL); in vmw_dx_streamoutput_add() 286 if (!so) { in vmw_dx_streamoutput_add() 290 res = &so->res; in vmw_dx_streamoutput_add() 291 so->ctx = ctx; in vmw_dx_streamoutput_add() 308 res->id = so->id; in vmw_dx_streamoutput_add() [all …]
|
/linux-6.3-rc2/arch/sh/boards/mach-migor/ |
A D | lcd_qvga.c | 122 if (read_reg16(sohandle, so, 0) != 0x1505) in migor_lcd_qvga_setup() 128 write_reg16(sohandle, so, 0x00A4, 0x0001); 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() 138 write_reg16(sohandle, so, 0x0053, xres - 1); in migor_lcd_qvga_setup() 148 write_reg16(sohandle, so, 0x0020, 0x0000); /* horiz addr */ in migor_lcd_qvga_setup() 149 write_reg16(sohandle, so, 0x0021, 0x0000); /* vert addr */ in migor_lcd_qvga_setup() 152 write_reg16(sohandle, so, 0x0022, 0x0000); in migor_lcd_qvga_setup() 156 write_reg16(sohandle, so, 0x0007, 0x0173); in migor_lcd_qvga_setup() [all …]
|
/linux-6.3-rc2/arch/csky/kernel/vdso/ |
A D | Makefile | 22 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds vdso-dummy.o 33 $(obj)/vdso.o: $(obj)/vdso.so 35 SYSCFLAGS_vdso.so.dbg = $(c_flags) 36 $(obj)/vdso.so.dbg: $(src)/vdso.lds $(obj-vdso) FORCE 38 SYSCFLAGS_vdso.so.dbg = -shared -s -Wl,-soname=linux-vdso.so.1 \ 41 $(obj)/vdso-syms.S: $(obj)/vdso.so FORCE 45 $(obj)/%.so: OBJCOPYFLAGS := -S 46 $(obj)/%.so: $(obj)/%.so.dbg FORCE 68 vdso.so: $(obj)/vdso.so.dbg 72 vdso_install: vdso.so
|
/linux-6.3-rc2/arch/riscv/kernel/compat_vdso/ |
A D | Makefile | 25 targets := $(obj-compat_vdso) compat_vdso.so compat_vdso.so.dbg compat_vdso.lds 38 $(obj)/compat_vdso.o: $(obj)/compat_vdso.so 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 \ 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 78 compat_vdso.so: $(obj)/compat_vdso.so.dbg 82 compat_vdso_install: compat_vdso.so
|
/linux-6.3-rc2/arch/riscv/kernel/vdso/ |
A D | Makefile | 27 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds 46 $(obj)/vdso.o: $(obj)/vdso.so 49 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE 51 LDFLAGS_vdso.so.dbg = -shared -S -soname=linux-vdso.so.1 \ 55 $(obj)/%.so: OBJCOPYFLAGS := -S 56 $(obj)/%.so: $(obj)/%.so.dbg FORCE 64 include/generated/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE 79 vdso.so: $(obj)/vdso.so.dbg 83 vdso_install: vdso.so
|
/linux-6.3-rc2/arch/s390/kernel/vdso32/ |
A D | Makefile | 13 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg 25 LDFLAGS_vdso32.so.dbg += -fPIC -shared -soname=linux-vdso32.so.1 \ 42 $(obj)/vdso32_wrapper.o : $(obj)/vdso32.so 44 $(obj)/vdso32.so.dbg: $(src)/vdso32.lds $(obj-vdso32) FORCE 48 $(obj)/%.so: OBJCOPYFLAGS := -S 49 $(obj)/%.so: $(obj)/%.so.dbg FORCE 65 vdso32.so: $(obj)/vdso32.so.dbg 69 vdso_install: vdso32.so 76 include/generated/vdso32-offsets.h: $(obj)/vdso32.so.dbg FORCE
|
/linux-6.3-rc2/arch/mips/vdso/ |
A D | Makefile | 86 $(obj)/%.so.raw: OBJCOPYFLAGS := -S 87 $(obj)/%.so.raw: $(obj)/%.so.dbg.raw FORCE 106 targets += vdso.so.dbg.raw vdso.so.raw 107 targets += vdso.so.dbg vdso.so 120 $(obj)/vdso-image.c: $(obj)/vdso.so.dbg.raw $(obj)/vdso.so.raw \ 133 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw 134 targets += vdso-o32.so.dbg vdso-o32.so 159 $(obj)/vdso-o32-image.c: $(obj)/vdso-o32.so.dbg.raw $(obj)/vdso-o32.so.raw \ 173 targets += vdso-n32.so.dbg.raw vdso-n32.so.raw 174 targets += vdso-n32.so.dbg vdso-n32.so [all …]
|
/linux-6.3-rc2/arch/x86/um/vdso/ |
A D | Makefile | 14 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.dbg FORCE 76 $(vdso-install-y): %.so: $(obj)/%.so.dbg FORCE
|
/linux-6.3-rc2/arch/arm/vdso/ |
A D | Makefile | 13 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds 20 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \ 48 $(obj)/vdso.o : $(obj)/vdso.so 51 $(obj)/vdso.so.raw: $(obj)/vdso.lds $(obj-vdso) FORCE 54 $(obj)/vdso.so.dbg: $(obj)/vdso.so.raw $(obj)/vdsomunge FORCE 58 $(obj)/%.so: OBJCOPYFLAGS := -S 59 $(obj)/%.so: $(obj)/%.so.dbg FORCE 91 vdso_install: $(obj)/vdso.so.dbg $(MODLIB)/vdso
|
/linux-6.3-rc2/arch/arm64/kernel/vdso/ |
A D | Makefile | 17 targets := $(obj-vdso) vdso.so vdso.so.dbg 26 ldflags-y := -shared -soname=linux-vdso.so.1 --hash-style=sysv \ 64 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE 68 $(obj)/%.so: OBJCOPYFLAGS := -S 69 $(obj)/%.so: $(obj)/%.so.dbg FORCE 77 include/generated/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE 88 vdso.so: $(obj)/vdso.so.dbg 92 vdso_install: vdso.so
|
/linux-6.3-rc2/arch/x86/entry/vdso/ |
A D | Makefile | 53 $(obj)/vdso.o: $(obj)/vdso.so 61 vdso_img_sodbg := $(vdso_img-y:%=vdso%.so.dbg) 64 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so) 71 $(obj)/vdso64.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE 80 $(obj)/vdso-image-%.c: $(obj)/vdso%.so.dbg $(obj)/vdso%.so $(obj)/vdso2c FORCE 139 $(obj)/%.so: OBJCOPYFLAGS := -S --remove-section __ex_table 140 $(obj)/%.so: $(obj)/%.so.dbg FORCE 150 $(obj)/vdso32.so.dbg: KBUILD_AFLAGS = $(KBUILD_AFLAGS_32) 151 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_X86_64) += -m32 175 $(obj)/vdso32.so.dbg: KBUILD_CFLAGS = $(KBUILD_CFLAGS_32) [all …]
|
/linux-6.3-rc2/arch/s390/kernel/vdso64/ |
A D | Makefile | 17 targets := $(obj-vdso64) $(obj-cvdso64) vdso64.so vdso64.so.dbg 29 ldflags-y := -fPIC -shared -soname=linux-vdso64.so.1 \ 46 $(obj)/vdso64_wrapper.o : $(obj)/vdso64.so 49 $(obj)/vdso64.so.dbg: $(src)/vdso64.lds $(obj-vdso64) $(obj-cvdso64) FORCE 53 $(obj)/%.so: OBJCOPYFLAGS := -S 54 $(obj)/%.so: $(obj)/%.so.dbg FORCE 74 vdso64.so: $(obj)/vdso64.so.dbg 78 vdso_install: vdso64.so 85 include/generated/vdso64-offsets.h: $(obj)/vdso64.so.dbg FORCE
|
/linux-6.3-rc2/arch/loongarch/vdso/ |
A D | Makefile | 38 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 93 vdso.so: $(obj)/vdso.so.dbg 97 vdso_install: vdso.so
|
/linux-6.3-rc2/arch/sparc/vdso/ |
A D | Makefile | 21 $(obj)/vdso.o: $(obj)/vdso.so 28 vdso_img_sodbg := $(vdso_img-y:%=vdso%.so.dbg) 31 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so) 38 $(obj)/vdso64.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE 47 $(obj)/vdso-image-%.c: $(obj)/vdso%.so.dbg $(obj)/vdso%.so $(obj)/vdso2c FORCE 69 $(obj)/%.so: OBJCOPYFLAGS := -S 70 $(obj)/%.so: $(obj)/%.so.dbg FORCE 85 $(obj)/vdso32.so.dbg: KBUILD_AFLAGS = $(KBUILD_AFLAGS_32) 86 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_SPARC64) += -m32 100 $(obj)/vdso32.so.dbg: KBUILD_CFLAGS = $(KBUILD_CFLAGS_32) [all …]
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | examples.txt | 85 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 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 98 0.73% git-update-serv /lib64/ld-2.5.so [all …]
|
/linux-6.3-rc2/arch/arm64/kernel/vdso32/ |
A D | Makefile | 104 VDSO_LDFLAGS += -Bsymbolic --no-undefined -soname=linux-vdso.so.1 126 targets := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) vdso.so vdso.so.dbg vdso.so.raw 135 include/generated/vdso32-offsets.h: $(obj)/vdso.so.dbg FORCE 139 $(obj)/vdso.so: OBJCOPYFLAGS := -S 140 $(obj)/vdso.so: $(obj)/vdso.so.dbg FORCE 143 $(obj)/vdso.so.dbg: $(obj)/vdso.so.raw $(obj)/$(munge) FORCE 147 $(obj)/vdso.so.raw: $(src)/vdso.lds $(obj-vdso) FORCE 183 cmd_vdso_install = cp $(obj)/$@.dbg $(MODLIB)/vdso/vdso32.so 185 vdso.so: $(obj)/vdso.so.dbg 189 vdso_install: vdso.so
|
/linux-6.3-rc2/drivers/hwmon/pmbus/ |
A D | Kconfig | 12 This driver can also be built as a module. If so, the module will 27 This driver can also be built as a module. If so, the module will 38 This driver can also be built as a module. If so, the module will 48 This driver can also be built as a module. If so, the module will 57 This driver can also be built as a module. If so, the module will 66 This driver can also be built as a module. If so, the module will 76 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 will 96 This driver can also be built as a module. If so, the module will 105 This driver can also be built as a module. If so, the module will [all …]
|
/linux-6.3-rc2/arch/sh/kernel/vsyscall/ |
A D | Makefile | 5 $(foreach F,trapa,$(obj)/vsyscall-$F.so) 8 targets += $(foreach F,trapa,vsyscall-$F.o vsyscall-$F.so) 18 vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 -Wl,--hash-style=sysv 20 SYSCFLAGS_vsyscall-trapa.so = $(vsyscall-flags) 22 $(obj)/vsyscall-trapa.so: \ 23 $(obj)/vsyscall-%.so: $(src)/vsyscall.lds $(obj)/vsyscall-%.o FORCE
|
/linux-6.3-rc2/tools/thermal/lib/ |
A D | Makefile | 90 LIBTHERMAL_TOOLS_SO := $(OUTPUT)libthermal_tools.so.$(VERSION) 95 LIBTHERMAL_TOOLS_ALL := $(LIBTHERMAL_TOOLS_A) $(OUTPUT)libthermal_tools.so* 104 $(QUIET_LINK)$(CC) --shared -Wl,-soname,libthermal_tools.so $^ -o $@ 105 @ln -sf $(@F) $(OUTPUT)libthermal_tools.so 106 @ln -sf $(@F) $(OUTPUT)libthermal_tools.so.$(LIBTHERMAL_TOOLS_VERSION) 116 …*.o *~ *.a *.so *.so.$(VERSION) *.so.$(LIBTHERMAL_TOOLS_VERSION) .*.d .*.cmd LIBTHERMAL_TOOLS-CFLA…
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | Makefile.gate | 4 targets += gate.so gate.lds gate.o gate-dummy.o 13 GATECFLAGS_gate.so = -shared -s -Wl,-soname=linux-gate.so.1 \ 15 $(obj)/gate.so: $(obj)/gate.lds $(obj)/gate.o FORCE 29 $(obj)/gate-data.o: $(obj)/gate.so
|
/linux-6.3-rc2/scripts/ |
A D | Makefile.gcc-plugins | 3 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so 11 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so 25 gcc-plugin-$(CONFIG_GCC_PLUGIN_STACKLEAK) += stackleak_plugin.so 39 gcc-plugin-$(CONFIG_GCC_PLUGIN_ARM_SSP_PER_TASK) += arm_ssp_per_task_plugin.so 56 += sancov_plugin.so 58 += randomize_layout_plugin.so
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | Kconfig | 23 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 117 This driver can also be built as a module. If so, the module 128 This driver can also be built as a module. If so, the module 139 This driver can also be built as a module. If so, the module 150 This driver can also be built as a module. If so, the module [all …]
|