Searched refs:ld (Results 51 - 69 of 69) sorted by relevance

123

/drivers/tty/serial/
H A Dclps711x.c228 static void uart_clps711x_set_ldisc(struct uart_port *port, int ld) argument
234 (ld == N_IRDA) ? SYSCON1_SIREN : 0);
H A Dserial_core.c2761 struct tty_ldisc *ld; local
2766 ld = tty_ldisc_ref(tty);
2767 if (ld) {
2768 if (ld->ops->dcd_change)
2769 ld->ops->dcd_change(tty, status);
2770 tty_ldisc_deref(ld);
H A Dbfin_uart.c947 static void bfin_serial_set_ldisc(struct uart_port *port, int ld) argument
952 switch (ld) {
/drivers/atm/
H A Dzatm.c829 "[%d,%d] -> i=%ld,m=%ld\n",min,max,i,m);
1265 int error, i, ld; local
1283 ld = -1;
1284 for (rx = 1; rx < vccs; rx <<= 1) ld++;
1286 dev->ci_range.vci_bits = ld;
1300 "%ld VCs\n",dev->number,NR_SHAPERS,pools,rx,
/drivers/hwmon/
H A Dnct6683.c92 superio_select(int ioreg, int ld) argument
95 outb(ld, ioreg + 1);
669 return sprintf(buf, "%ld\n",
H A Df71882fg.c226 static inline void superio_select(int base, int ld);
1099 static inline void superio_select(int base, int ld) argument
1102 outb(ld, base + 1);
H A Df71805f.c93 superio_select(int base, int ld) argument
96 outb(ld, base + 1);
433 return sprintf(buf, "%ld\n", in0_from_reg(data->in[nr]));
443 return sprintf(buf, "%ld\n", in0_from_reg(data->in_high[nr]));
453 return sprintf(buf, "%ld\n", in0_from_reg(data->in_low[nr]));
505 return sprintf(buf, "%ld\n", in_from_reg(data->in[nr]));
515 return sprintf(buf, "%ld\n", in_from_reg(data->in_high[nr]));
525 return sprintf(buf, "%ld\n", in_from_reg(data->in_low[nr]));
577 return sprintf(buf, "%ld\n", fan_from_reg(data->fan[nr]));
587 return sprintf(buf, "%ld\
[all...]
H A Dw83627hf.c127 superio_select(struct w83627hf_sio_data *sio, int ld) argument
130 outb(ld, sio->sioaddr + 1);
490 return sprintf(buf, "%ld\n", (long)IN_FROM_REG(data->in[nr]));
497 return sprintf(buf, "%ld\n", (long)IN_FROM_REG(data->in_min[nr]));
504 return sprintf(buf, "%ld\n", (long)IN_FROM_REG(data->in_max[nr]));
576 return sprintf(buf,"%ld\n", in0);
666 return sprintf(buf, "%ld\n", FAN_FROM_REG(data->fan[nr],
674 return sprintf(buf, "%ld\n", FAN_FROM_REG(data->fan_min[nr],
715 return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp)
727 return sprintf(buf, "%ld\
[all...]
H A Dnct6775.c122 superio_select(int ioreg, int ld) argument
125 outb(ld, ioreg + 1);
1509 return sprintf(buf, "%ld\n", in_from_reg(data->in[nr][index], nr));
H A Dw83627ehf.c132 superio_select(int ioreg, int ld) argument
135 outb(ld, ioreg + 1);
945 return sprintf(buf, "%ld\n", in_from_reg(data->reg[nr], nr, \
/drivers/char/pcmcia/
H A Dsynclink_cs.c498 struct tty_ldisc *ld; local
501 ld = tty_ldisc_ref(tty);
502 if (ld) {
503 if (ld->ops->receive_buf)
504 ld->ops->receive_buf(tty, data, flags, count);
505 tty_ldisc_deref(ld);
/drivers/tty/
H A Dcyclades.c1155 "port %ld\n", info->card, channel);
1165 "port %ld\n", info->card, channel);
2866 printk(KERN_DEBUG "cyc:throttle %s: %ld...ttyC%d\n", tty_name(tty, buf),
2907 printk(KERN_DEBUG "cyc:unthrottle %s: %ld...ttyC%d\n",
3980 struct tty_ldisc *ld; local
3984 ld = tty_ldisc_ref(tty);
3985 if (ld) {
3986 num = ld->ops->num;
3987 tty_ldisc_deref(ld);
4002 "%10lu %8lu %9lu %6ld\
[all...]
H A Dsynclink.c959 struct tty_ldisc *ld; local
962 ld = tty_ldisc_ref(tty);
963 if (ld) {
964 if (ld->ops->receive_buf)
965 ld->ops->receive_buf(tty, data, flags, count);
966 tty_ldisc_deref(ld);
H A Dsynclink_gt.c635 struct tty_ldisc *ld; local
638 ld = tty_ldisc_ref(tty);
639 if (ld) {
640 if (ld->ops->receive_buf)
641 ld->ops->receive_buf(tty, data, flags, count);
642 tty_ldisc_deref(ld);
H A Dsynclinkmp.c700 struct tty_ldisc *ld; local
703 ld = tty_ldisc_ref(tty);
704 if (ld) {
705 if (ld->ops->receive_buf)
706 ld->ops->receive_buf(tty, data, flags, count);
707 tty_ldisc_deref(ld);
/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c1834 int ld, retval = 0; local
1909 for (ld = 0 ; ld < new_affiliation_111->vdCount; ld++)
1910 if (instance->vf_affiliation_111->map[ld].policy[thisVf] !=
1911 new_affiliation_111->map[ld].policy[thisVf]) {
2676 return snprintf(buf, PAGE_SIZE, "%ld\n", (unsigned long)
2729 return snprintf(buf, PAGE_SIZE, "%ld\n", (unsigned long)PAGE_SIZE - 1);
/drivers/staging/dgap/
H A Ddgap.c811 pr_info("dgap: board %d: %s (rev %d), irq %ld\n",
1546 struct tty_ldisc *ld; local
1640 ld = tty_ldisc_ref(tp);
1645 * like the ld doesn't have any space to put the data right now.
1652 * If we were unable to get a reference to the ld,
1653 * don't flush our buffer, and act like the ld doesn't
1656 if (!ld) {
1660 * If ld doesn't have a pointer to a receive_buf function,
1661 * flush the data, then act like the ld doesn't have any
1664 if (!ld
[all...]
/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_idl.h2597 extern void lustre_swab_lmv_desc (struct lmv_desc *ld);
2667 extern void lustre_swab_lov_desc (struct lov_desc *ld);
/drivers/staging/lustre/lustre/osc/
H A Dosc_cache.c1278 struct lu_device *ld = opg->ops_cl.cpl_obj->co_lu.lo_dev; local
1279 struct osc_stats *stats = &lu2osc_dev(ld)->od_stats;
1302 CDEBUG(D_CACHE, "%s: { dirty: %ld/%ld dirty_pages: %d/%d " \
1303 "dropped: %ld avail: %ld, reserved: %ld, flight: %d } " fmt, \
1565 CDEBUG(D_CACHE, "no dirty room: dirty: %ld "
1566 "osc max %ld, sys max %d\n", cli->cl_dirty,
1576 CDEBUG(D_CACHE, "wake up %p for oap %p, avail grant %ld,
[all...]

Completed in 8252 milliseconds

123