Searched refs:ld (Results 76 - 100 of 311) sorted by last modified time

1234567891011>>

/linux-master/drivers/net/wan/
H A DMakefile43 M68KLD = $(CROSS_COMPILE_M68K)ld
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h13 #define SET_KEX_LD(intf, lid, ltype, ld, cfg) \
15 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, ltype, ld), cfg)
17 #define SET_KEX_LDFLAGS(intf, ld, flags, cfg) \
19 NPC_AF_INTFX_LDATAX_FLAGSX_CFG(intf, ld, flags), cfg)
/linux-master/drivers/isdn/capi/
H A Dcapi.c413 struct tty_ldisc *ld; local
422 ld = tty_ldisc_ref(tty);
423 if (!ld) {
430 if (ld->ops->receive_buf == NULL) {
459 ld->ops->receive_buf(tty, skb->data, NULL, skb->len);
474 tty_ldisc_deref(ld);
/linux-master/scripts/
H A DMakefile.compiler72 # ld-option
73 # Usage: KBUILD_LDFLAGS += $(call ld-option, -X, -Y)
74 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
H A Dlink-vmlinux.sh54 local ld
80 ld="${CC}"
85 ld="${LD}"
101 ${ld} ${ldflags} -o ${output} \
138 # GNU ld 2.35+ and lld do not allow an ET_EXEC input.
/linux-master/arch/powerpc/kernel/
H A Dinterrupt_64.S22 ld r12,_NIP(r1)
28 ld r12,_MSR(r1)
33 ld r12,_NIP(r1)
39 ld r12,_MSR(r1)
53 ld r1,PACAKSAVE(r13)
120 ld r2,_CCR(r1)
121 ld r4,_NIP(r1)
122 ld r5,_MSR(r1)
164 ld r3,_CTR(r1)
165 ld r
[all...]
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile19 LD_COMPAT ?= $(CROSS_COMPILE_COMPAT)ld
/linux-master/arch/um/
H A DMakefile85 # in KBUILD_CFLAGS. Otherwise, it would cause ld to complain about the two different
138 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
/linux-master/tools/perf/util/
H A Dheader.c1805 fprintf(fp, "# reference time: %s = %ld.%06d (TOD) = %ld.%09ld (%s)\n",
/linux-master/arch/sh/kernel/vsyscall/
H A DMakefile26 # table and layout of the linked DSO. With ld -R we can then refer to
35 $(call if_changed,ld)
/linux-master/arch/loongarch/kernel/
H A Dhead.S148 ld.d sp, t0, CPU_BOOT_STACK
149 ld.d tp, t0, CPU_BOOT_TINFO
/linux-master/drivers/video/backlight/
H A Dili922x.c140 struct lcd_device *ld; member in struct:ili922x
461 static int ili922x_set_power(struct lcd_device *ld, int power) argument
463 struct ili922x *ili = lcd_get_data(ld);
468 static int ili922x_get_power(struct lcd_device *ld) argument
470 struct ili922x *ili = lcd_get_data(ld);
525 ili->ld = lcd;
/linux-master/drivers/usb/class/
H A Dcdc-acm.c324 struct tty_ldisc *ld = tty_ldisc_ref(acm->port.tty); local
325 if (ld) {
326 if (ld->ops->dcd_change)
327 ld->ops->dcd_change(acm->port.tty, newctrl & USB_CDC_SERIAL_STATE_DCD);
328 tty_ldisc_deref(ld);
/linux-master/drivers/tty/
H A Dtty_port.c27 struct tty_ldisc *ld; local
33 ld = tty_ldisc_ref(tty);
34 if (!ld)
37 count = tty_ldisc_receive_buf(ld, p, f, count);
39 tty_ldisc_deref(ld);
48 struct tty_ldisc *ld; local
54 ld = tty_ldisc_ref(tty);
55 if (!ld)
58 if (ld->ops->lookahead_buf)
59 ld
[all...]
H A Dtty_io.c517 struct tty_ldisc *ld; local
520 ld = tty_ldisc_ref(tty);
521 if (ld) {
522 if (ld->ops->write_wakeup)
523 ld->ops->write_wakeup(tty);
524 tty_ldisc_deref(ld);
850 static ssize_t iterate_tty_read(struct tty_ldisc *ld, struct tty_struct *tty, argument
862 size = ld->ops->read(tty, file, kernel_buf, size, &cookie, offset);
921 struct tty_ldisc *ld; local
932 ld
967 iterate_tty_write(struct tty_ldisc *ld, struct tty_struct *tty, struct file *file, struct iov_iter *from) argument
1080 struct tty_ldisc *ld; local
1344 struct tty_ldisc *ld; local
2204 struct tty_ldisc *ld; local
2283 struct tty_ldisc *ld; local
2456 struct tty_ldisc *ld; local
2685 struct tty_ldisc *ld; local
2890 struct tty_ldisc *ld; local
[all...]
H A Dtty_ioctl.c326 struct tty_ldisc *ld; local
349 ld = tty_ldisc_ref(tty);
350 if (ld != NULL) {
351 if (ld->ops->set_termios)
352 ld->ops->set_termios(tty, &old_termios);
353 tty_ldisc_deref(ld);
451 struct tty_ldisc *ld; local
501 ld = tty_ldisc_ref(tty);
502 if (ld != NULL) {
503 if ((opt & TERMIOS_FLUSH) && ld
901 struct tty_ldisc *ld = tty->ldisc; local
927 struct tty_ldisc *ld; local
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h115 u64 ld; member in struct:kvm_vcpu_stat
/linux-master/drivers/hwmon/
H A Dnct6775-platform.c99 int ld; member in struct:nct6775_sio_data
106 void (*sio_select)(struct nct6775_sio_data *sio_data, int ld);
182 nct6775_asuswmi_evaluate_method(ASUSWMI_METHODID_RSIO, sio_data->ld,
189 nct6775_asuswmi_evaluate_method(ASUSWMI_METHODID_WSIO, sio_data->ld,
193 static void superio_wmi_select(struct nct6775_sio_data *sio_data, int ld) argument
195 sio_data->ld = ld;
223 static void superio_select(struct nct6775_sio_data *sio_data, int ld) argument
228 outb(ld, ioreg + 1);
/linux-master/fs/nfs/
H A Dcallback_proc.c366 const struct pnfs_layoutdriver_type *ld = NULL; local
378 if (!ld || ld->id != dev->cbd_layout_type) {
379 pnfs_put_layoutdriver(ld);
380 ld = pnfs_find_layoutdriver(dev->cbd_layout_type);
381 if (!ld)
384 nfs4_delete_deviceid(ld, cps->clp, &dev->cbd_dev_id);
386 pnfs_put_layoutdriver(ld);
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.c580 nfs4_delete_deviceid(node->ld, node->nfs_client, id);
/linux-master/fs/gfs2/
H A Drecovery.c201 struct gfs2_log_descriptor *ld; local
217 ld = (struct gfs2_log_descriptor *)bh->b_data;
218 length = be32_to_cpu(ld->ld_length);
220 if (be32_to_cpu(ld->ld_header.mh_type) == GFS2_METATYPE_LH) {
239 error = lops_scan_elements(jd, start, ld, ptr, pass);
H A Dlops.c604 struct gfs2_log_descriptor *ld = page_address(page); local
605 clear_page(ld);
606 ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC);
607 ld->ld_header.mh_type = cpu_to_be32(GFS2_METATYPE_LD);
608 ld->ld_header.mh_format = cpu_to_be32(GFS2_FORMAT_LD);
609 ld->ld_type = cpu_to_be32(ld_type);
610 ld->ld_length = cpu_to_be32(ld_length);
611 ld->ld_data1 = cpu_to_be32(ld_data1);
612 ld->ld_data2 = 0;
648 struct gfs2_log_descriptor *ld; local
778 buf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) argument
920 revoke_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) argument
1003 databuf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) argument
[all...]
/linux-master/tools/testing/selftests/powerpc/math/
H A Dfpu_asm.S119 ld r9,STACK_FRAME_PARAM(1)(sp)
122 ld r3,STACK_FRAME_PARAM(0)(sp)
147 ld r3,STACK_FRAME_PARAM(1)(sp)
153 2: ld r3,STACK_FRAME_PARAM(0)(sp)
157 ld r4,STACK_FRAME_PARAM(2)(sp)
158 ld r5,0(r4)
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile.zboot57 $(call if_changed,ld)
/linux-master/arch/powerpc/kernel/vdso/
H A DMakefile58 ldflags-$(CONFIG_LD_IS_LLD) += $(call cc-option,--ld-path=$(LD),-fuse-ld=lld)

Completed in 321 milliseconds

1234567891011>>