/kernel/linux/linux-5.10/arch/sh/boards/mach-kfr2r09/ |
D | lcd_wqvga.c | 60 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 …]
|
/kernel/linux/linux-5.10/net/can/ |
D | isotp.c | 161 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, in isotp_rx_timer_handler() local 163 struct sock *sk = &so->sk; in isotp_rx_timer_handler() 165 if (so->rx.state == ISOTP_WAIT_DATA) { in isotp_rx_timer_handler() 174 so->rx.state = ISOTP_IDLE; in isotp_rx_timer_handler() 185 struct isotp_sock *so = isotp_sk(sk); in isotp_send_fc() local 188 nskb = alloc_skb(so->ll.mtu + sizeof(struct can_skb_priv), gfp_any()); in isotp_send_fc() 192 dev = dev_get_by_index(sock_net(sk), so->ifindex); in isotp_send_fc() 205 skb_put_zero(nskb, so->ll.mtu); in isotp_send_fc() 208 ncf->can_id = so->txid; in isotp_send_fc() 210 if (so->opt.flags & CAN_ISOTP_TX_PADDING) { in isotp_send_fc() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_renderstate.c | 9 * Software is furnished to do so, subject to the following conditions: 59 * right after the commands taking care of alignment so we should sufficient 69 static int render_state_setup(struct intel_renderstate *so, in render_state_setup() argument 72 const struct intel_renderstate_rodata *rodata = so->rodata; in render_state_setup() 77 d = i915_gem_object_pin_map(so->vma->obj, I915_MAP_WB); in render_state_setup() 85 u64 r = s + so->vma->node.start; in render_state_setup() 107 so->batch_offset = i915_ggtt_offset(so->vma); in render_state_setup() 108 so->batch_size = rodata->batch_items * sizeof(u32); in render_state_setup() 113 so->aux_offset = i * sizeof(u32); in render_state_setup() 143 so->aux_size = i * sizeof(u32) - so->aux_offset; in render_state_setup() [all …]
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
D | Kconfig | 23 This support can also be built as a module. If so, the module 51 This driver can also be built as a module. If so, the module 66 This driver can also be built as a module. If so, the module 80 This driver can also be built as a module. If so, the module 90 This driver can also be built as a module. If so, the module 100 This driver can also be built as a module. If so, the module 110 This driver can also be built as a module. If so, the module 121 This driver can also be built as a module. If so, the module 132 This driver can also be built as a module. If so, the module 143 This driver can also be built as a module. If so, the module [all …]
|
/kernel/liteos_m/testsuites/sample/kernel/dynlink/lib/ |
D | Makefile | 42 SO = $(patsubst %.c,%.so,$(SRCS)) macro 43 ALIGN_SO = $(patsubst %.c,$(PREFIX)%.so,$(SRCS)) 56 all: $(SO) $(ALIGN_SO) 57 $(SO): %.so : %.c 58 $(HIDE)$(CROSS_GCC) -fPIC -shared $(MCU) $(CFLAGS) $(CASE)athmtc.c -o $(CASE)athmtc.so 59 $(HIDE)$(CROSS_GCC) -fPIC -shared $(MCU) $(CFLAGS) $(CASE)bss.c -o $(CASE)bss.so 60 $(HIDE)$(CROSS_GCC) -fPIC -shared $(MCU) $(CFLAGS) $(CASE)initfini.c -o $(CASE)align10000.so 61 $(HIDE)$(CROSS_GCC) -fPIC -shared $(MCU) $(CFLAGS) $(CASE)static.c -o $(CASE)static.so 62 $(HIDE)$(CROSS_GCC) -fPIC -shared $(MCU) $(CFLAGS) $(CASE)sym.c -o $(CASE)sym.so 63 $(HIDE)$(CROSS_GCC) -fPIC -shared $(MCU) $(CFLAGS) $(CASE)undfunc.c -o $(CASE)undfunc.so [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_streamoutput.c | 12 * 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_FIFO_RESERVE_DX(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 …]
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
D | Kconfig | 12 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 37 This driver can also be built as a module. If so, the module will 47 This driver can also be built as a module. If so, the module will 56 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 75 This driver can also be built as a module. If so, the module will 84 This driver can also be built as a module. If so, the module will 93 This driver can also be built as a module. If so, the module will 102 This driver can also be built as a module. If so, the module will [all …]
|
/kernel/linux/linux-5.10/drivers/rtc/ |
D | Kconfig | 44 This clock should be battery-backed, so that it reads the correct 119 You may want to set up a symbolic link so one of these 149 This driver can also be built as a module. If so, the module 163 This driver can also be built as a module. If so, the module 173 This driver can also be built as a module. If so, the module 183 This driver can also be built as a module. If so, the module 193 This driver can also be built as a module. If so, the module 204 This driver can also be built as a module. If so, the module 214 This driver can also be built as a module. If so, the module 225 This driver can also be built as a module. If so, the module will [all …]
|
/kernel/linux/linux-5.10/arch/arm/vdso/ |
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 50 # Link rule for the .so file 51 $(obj)/vdso.so.raw: $(obj)/vdso.lds $(obj-vdso) FORCE 54 $(obj)/vdso.so.dbg: $(obj)/vdso.so.raw $(obj)/vdsomunge FORCE 57 # Strip rule for the .so file 58 $(obj)/%.so: OBJCOPYFLAGS := -S 59 $(obj)/%.so: $(obj)/%.so.dbg FORCE 70 # Install the unstripped copy of vdso.so.dbg. If our toolchain [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso64/ |
D | Makefile | 8 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
|
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/ |
D | Makefile | 17 targets := $(obj-vdso) vdso.so vdso.so.dbg 24 # routines, as x86 does (see 6f121e548f83 ("x86, vdso: Reimplement vdso.so 26 ldflags-y := -shared -nostdlib -soname=linux-vdso.so.1 --hash-style=sysv \ 54 $(obj)/vdso.o : $(obj)/vdso.so 56 # Link rule for the .so file, .lds has to be first 57 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE 60 # Strip rule for the .so file 61 $(obj)/%.so: OBJCOPYFLAGS := -S 62 $(obj)/%.so: $(obj)/%.so.dbg FORCE 70 include/generated/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE [all …]
|
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/ |
D | Makefile | 12 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 …]
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/ |
D | Makefile | 20 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg 28 -Wl,-soname=linux-vdso32.so.1 -Wl,--hash-style=both 36 $(obj)/vdso32_wrapper.o : $(obj)/vdso32.so 38 # link rule for the .so file, .lds has to be first 39 $(obj)/vdso32.so.dbg: $(src)/vdso32.lds $(obj-vdso32) FORCE 42 # strip rule for the .so file 43 $(obj)/%.so: OBJCOPYFLAGS := -S 44 $(obj)/%.so: $(obj)/%.so.dbg FORCE 61 vdso32.so: $(obj)/vdso32.so.dbg 65 vdso_install: vdso32.so
|
/kernel/linux/linux-5.10/arch/riscv/kernel/vdso/ |
D | Makefile | 26 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds vdso-syms.S 41 $(obj)/vdso.o: $(obj)/vdso.so 43 # link rule for the .so file, .lds has to be first 44 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE 46 LDFLAGS_vdso.so.dbg = -shared -s -soname=linux-vdso.so.1 \ 52 $(obj)/vdso-syms.S: $(obj)/vdso.so FORCE 55 # strip rule for the .so file 56 $(obj)/%.so: OBJCOPYFLAGS := -S 57 $(obj)/%.so: $(obj)/%.so.dbg FORCE 77 vdso.so: $(obj)/vdso.so.dbg [all …]
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | Kconfig | 21 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 152 This driver can also be built as a module. If so, the module 163 This driver can also be built as a module. If so, the module [all …]
|
/kernel/linux/linux-5.10/arch/mips/vdso/ |
D | Makefile | 59 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \ 85 # Strip rule for the raw .so files 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 117 $(obj)/vdso.so.dbg.raw: $(obj)/vdso.lds $(obj-vdso) FORCE 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 [all …]
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-migor/ |
D | lcd_qvga.c | 113 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 …]
|
/kernel/linux/linux-5.10/arch/s390/kernel/vdso64/ |
D | Makefile | 15 targets := $(obj-vdso64) $(obj-cvdso64) vdso64.so vdso64.so.dbg 27 ldflags-y := -fPIC -shared -nostdlib -soname=linux-vdso64.so.1 \ 43 $(obj)/vdso64_wrapper.o : $(obj)/vdso64.so 45 # link rule for the .so file, .lds has to be first 46 $(obj)/vdso64.so.dbg: $(src)/vdso64.lds $(obj-vdso64) $(obj-cvdso64) FORCE 49 # strip rule for the .so file 50 $(obj)/%.so: OBJCOPYFLAGS := -S 51 $(obj)/%.so: $(obj)/%.so.dbg FORCE 71 vdso64.so: $(obj)/vdso64.so.dbg 75 vdso_install: vdso64.so
|
/kernel/linux/linux-5.10/arch/x86/um/vdso/ |
D | Makefile | 11 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
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
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 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 …]
|
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
D | Makefile | 48 $(obj)/vdso.o: $(obj)/vdso.so 56 vdso_img_sodbg := $(vdso_img-y:%=vdso%.so.dbg) 59 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so) 63 VDSO_LDFLAGS_vdso.lds = -m elf_x86_64 -soname linux-vdso.so.1 --no-undefined \ 66 $(obj)/vdso64.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE 75 $(obj)/vdso-image-%.c: $(obj)/vdso%.so.dbg $(obj)/vdso%.so $(obj)/vdso2c FORCE 110 # so that it can reach 64bit address space with 64bit pointers. 114 VDSO_LDFLAGS_vdsox32.lds = -m elf32_x86_64 -soname linux-vdso.so.1 \ 132 $(obj)/%.so: OBJCOPYFLAGS := -S 133 $(obj)/%.so: $(obj)/%.so.dbg FORCE [all …]
|
/kernel/linux/linux-5.10/scripts/ |
D | Makefile.gcc-plugins | 3 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 29 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so 35 gcc-plugin-$(CONFIG_GCC_PLUGIN_STACKLEAK) += stackleak_plugin.so 47 gcc-plugin-$(CONFIG_GCC_PLUGIN_ARM_SSP_PER_TASK) += arm_ssp_per_task_plugin.so 56 # The sancov_plugin.so is included via CFLAGS_KCOV, so it is removed here. 57 GCC_PLUGINS_CFLAGS := $(filter-out %/sancov_plugin.so, $(GCC_PLUGINS_CFLAGS))
|
/kernel/linux/linux-5.10/drivers/nvmem/ |
D | Kconfig | 32 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 96 This driver can also be built as a module. If so, the module 107 This driver can also be built as a module. If so, the module 118 This driver can also be built as a module. If so, the module 137 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 160 This driver can also be built as a module. If so, the module 170 This driver can also be built as a module. If so, the module 180 This driver can also be built as a module. If so, the module [all …]
|
/kernel/linux/linux-5.10/arch/sparc/vdso/ |
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) 35 VDSO_LDFLAGS_vdso.lds = -m elf64_sparc -soname linux-vdso.so.1 --no-undefined \ 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 74 VDSO_LDFLAGS_vdso32.lds = -m elf32_sparc -soname linux-gate.so.1 85 $(obj)/vdso32.so.dbg: KBUILD_AFLAGS = $(KBUILD_AFLAGS_32) [all …]
|
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/ |
D | Makefile | 68 # is being compiled, so define a macro specifying that (see arch/arm/Makefile). 117 VDSO_LDFLAGS += -Bsymbolic --no-undefined -soname=linux-vdso.so.1 138 targets := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) vdso.so vdso.so.dbg vdso.so.raw 148 # Force dependency (vdso.s includes vdso.so through incbin) 149 $(obj)/vdso.o: $(obj)/vdso.so 151 include/generated/vdso32-offsets.h: $(obj)/vdso.so.dbg FORCE 154 # Strip rule for vdso.so 155 $(obj)/vdso.so: OBJCOPYFLAGS := -S 156 $(obj)/vdso.so: $(obj)/vdso.so.dbg FORCE 159 $(obj)/vdso.so.dbg: $(obj)/vdso.so.raw $(obj)/$(munge) FORCE [all …]
|