Home
last modified time | relevance | path

Searched refs:ser (Results 1 – 25 of 90) sorted by relevance

1234

/Linux-v6.6/drivers/net/caif/
Dcaif_serial.c87 static inline void update_tty_status(struct ser_device *ser) in update_tty_status() argument
89 ser->tty_status = in update_tty_status()
90 ser->tty->flow.stopped << 5 | in update_tty_status()
91 ser->tty->flow.tco_stopped << 3 | in update_tty_status()
92 ser->tty->ctrl.packet << 2; in update_tty_status()
94 static inline void debugfs_init(struct ser_device *ser, struct tty_struct *tty) in debugfs_init() argument
96 ser->debugfs_tty_dir = debugfs_create_dir(tty->name, debugfsdir); in debugfs_init()
98 debugfs_create_blob("last_tx_msg", 0400, ser->debugfs_tty_dir, in debugfs_init()
99 &ser->tx_blob); in debugfs_init()
101 debugfs_create_blob("last_rx_msg", 0400, ser->debugfs_tty_dir, in debugfs_init()
[all …]
/Linux-v6.6/drivers/net/wireless/realtek/rtw89/
Dser.c54 void (*st_func)(struct rtw89_ser *ser, u8 event);
62 static char *ser_ev_name(struct rtw89_ser *ser, u8 event) in ser_ev_name() argument
65 return ser->ev_tbl[event].name; in ser_ev_name()
70 static char *ser_st_name(struct rtw89_ser *ser) in ser_st_name() argument
72 if (ser->state < SER_ST_MAX_ST) in ser_st_name()
73 return ser->st_tbl[ser->state].name; in ser_st_name()
152 static void ser_state_run(struct rtw89_ser *ser, u8 evt) in ser_state_run() argument
154 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in ser_state_run()
157 ser_st_name(ser), ser_ev_name(ser, evt)); in ser_state_run()
163 ser->st_tbl[ser->state].st_func(ser, evt); in ser_state_run()
[all …]
/Linux-v6.6/drivers/accessibility/speakup/
Dserialio.c53 const struct old_serial_port *ser; in spk_serial_init() local
60 ser = rs_table + index; in spk_serial_init()
63 quot = ser->baud_base / baud; in spk_serial_init()
74 if (synth_request_region(ser->port, 8)) { in spk_serial_init()
77 __release_region(&ioport_resource, ser->port, 8); in spk_serial_init()
78 err = synth_request_region(ser->port, 8); in spk_serial_init()
81 ser->port, err); in spk_serial_init()
89 outb(cval | UART_LCR_DLAB, ser->port + UART_LCR); /* set DLAB */ in spk_serial_init()
90 outb(quot & 0xff, ser->port + UART_DLL); /* LS of divisor */ in spk_serial_init()
91 outb(quot >> 8, ser->port + UART_DLM); /* MS of divisor */ in spk_serial_init()
[all …]
Dspk_ttyio.c26 static int ser_to_dev(int ser, dev_t *dev_no) in ser_to_dev() argument
28 if (ser < 0 || ser > (255 - 64)) { in ser_to_dev()
33 *dev_no = MKDEV(4, (64 + ser)); in ser_to_dev()
41 synth->ser == SYNTH_DEFAULT_SER) in get_dev_to_use()
44 return ser_to_dev(synth->ser, dev_no); in get_dev_to_use()
Dspeakup_bns.c122 module_param_named(ser, synth_bns.ser, int, 0444);
132 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
Dspeakup_txprt.c127 module_param_named(ser, synth_txprt.ser, int, 0444);
138 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
Dspeakup_acntsa.c139 module_param_named(ser, synth_acntsa.ser, int, 0444);
148 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
Dspeakup_spkout.c135 module_param_named(ser, synth_spkout.ser, int, 0444);
146 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
Dspeakup_dummy.c142 module_param_named(ser, synth_dummy.ser, int, 0444);
156 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
Dspeakup_audptr.c167 module_param_named(ser, synth_audptr.ser, int, 0444);
179 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
Dspeakup_ltlk.c171 module_param_named(ser, synth_ltlk.ser, int, 0444);
186 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
Dspeakup_apollo.c206 module_param_named(ser, synth_apollo.ser, int, 0444);
217 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
Dspeakup_decext.c234 module_param_named(ser, synth_decext.ser, int, 0444);
246 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
/Linux-v6.6/arch/mips/boot/dts/brcm/
Dbcm6358-neufbox4-sercomm.dts7 compatible = "sfr,nb4-ser", "brcm,bcm6358";
27 label = "nb4-ser:white:alarm";
32 label = "nb4-ser:white:tv";
37 label = "nb4-ser:white:tel";
42 label = "nb4-ser:white:adsl";
/Linux-v6.6/arch/x86/kernel/cpu/mce/
Dseverity.c35 enum ser { SER_REQUIRED = 1, NO_SER = 2 }; enum
44 unsigned char ser; member
59 #define SER .ser = SER_REQUIRED
60 #define NOSER .ser = NO_SER
381 if (s->ser == SER_REQUIRED && !mca_cfg.ser) in mce_severity_intel()
383 if (s->ser == NO_SER && mca_cfg.ser) in mce_severity_intel()
433 struct severity *ser = data; in s_show() local
434 seq_printf(f, "%d\t%s\n", ser->covered, ser->msg); in s_show()
/Linux-v6.6/Documentation/translations/sp_SP/process/
Dadding-syscalls.rst37 :manpage:`read(2)`/:manpage:`write(2)` tienen que ser implementadas
43 podría ser más adecuado. Sin embargo, acceder a estos mecanismos
44 requiere que el filesystem relevante esté montado, lo que podría no ser
51 podría ser más apropiada. Sin embargo, :manpage:`fcntl(2)` es una
59 un comando adicional :manpage:`prctl(2)` podría ser más apropiado. Tal
69 ser soportada indefinidamente. Como tal, es una muy buena idea discutir
172 tipo ``loff_t`` para que movimientos de 64-bit puedan ser soportados
176 funcionalidad privilegiada, esta necesita ser gobernada por la capability
186 no es el proceso invocado, este debería ser restringido (usando una llamada
191 Finalmente, debe ser conciente de que algunas arquitecturas no-x86 tienen
[all …]
Dcode-of-conduct.rst49 * Otras conductas que puedan ser razonablemente consideradas como
80 podrán ser reportadas contactando el Code of Conduct Commitee a través de
81 <conduct@kernel.org>. Todas las quejas serán evaluadas e investigadas de
84 Detalles de políticas y aplicación en particular, serán incluidos por
Ddeprecated.rst12 En un mundo perfecto, sería posible convertir todas las instancias de
32 deben o bien ser quitados por completo, o añadidos a este archivo para
41 "segura", estas funciones han resultado ser demasiado arriesgadas. (e.g.
50 Nótese que la familia de funciones WARN() únicamente debería ser usada
80 Específicamente, kmalloc() puede ser sustituido con kmalloc_array(),
81 kzalloc() puede ser sustituido con kcalloc().
126 tienden a ser reemplazos correctos, aunque nótese que necesitarán que la
150 cual puede ser una penalización innecesaria para funciones usen esta
159 ser terminado en el caracter nulo, debería usar strscpy_pad().
172 devuelto intenta ser el mismo que el de strlen()). Esta lectura puede
[all …]
/Linux-v6.6/drivers/tty/serial/
D21285.c340 static int serial21285_verify_port(struct uart_port *port, struct serial_struct *ser) in serial21285_verify_port() argument
343 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285) in serial21285_verify_port()
345 if (ser->irq <= 0) in serial21285_verify_port()
347 if (ser->baud_base != port->uartclk / 16) in serial21285_verify_port()
Dapbuart.c285 struct serial_struct *ser) in apbuart_verify_port() argument
288 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_verify_port()
290 if (ser->irq < 0 || ser->irq >= NR_IRQS) in apbuart_verify_port()
292 if (ser->baud_base < 9600) in apbuart_verify_port()
Dsa1100.c541 sa1100_verify_port(struct uart_port *port, struct serial_struct *ser) in sa1100_verify_port() argument
547 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SA1100) in sa1100_verify_port()
549 if (sport->port.irq != ser->irq) in sa1100_verify_port()
551 if (ser->io_type != SERIAL_IO_MEM) in sa1100_verify_port()
553 if (sport->port.uartclk / 16 != ser->baud_base) in sa1100_verify_port()
555 if ((void *)sport->port.mapbase != ser->iomem_base) in sa1100_verify_port()
557 if (sport->port.iobase != ser->port) in sa1100_verify_port()
559 if (ser->hub6 != 0) in sa1100_verify_port()
Dar933x_uart.c545 struct serial_struct *ser) in ar933x_uart_verify_port() argument
550 if (ser->type != PORT_UNKNOWN && in ar933x_uart_verify_port()
551 ser->type != PORT_AR933X) in ar933x_uart_verify_port()
554 if (ser->irq < 0 || ser->irq >= NR_IRQS) in ar933x_uart_verify_port()
557 if (ser->baud_base < up->min_baud || in ar933x_uart_verify_port()
558 ser->baud_base > up->max_baud) in ar933x_uart_verify_port()
Damba-pl010.c497 static int pl010_verify_port(struct uart_port *port, struct serial_struct *ser) in pl010_verify_port() argument
500 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA) in pl010_verify_port()
502 if (ser->irq < 0 || ser->irq >= nr_irqs) in pl010_verify_port()
504 if (ser->baud_base < 9600) in pl010_verify_port()
Dlantiq.c549 struct serial_struct *ser) in lqasc_verify_port() argument
552 if (ser->type != PORT_UNKNOWN && ser->type != PORT_LTQ_ASC) in lqasc_verify_port()
554 if (ser->irq < 0 || ser->irq >= NR_IRQS) in lqasc_verify_port()
556 if (ser->baud_base < 9600) in lqasc_verify_port()
/Linux-v6.6/Documentation/translations/sp_SP/
Dindex.rst35 contenidos deberá ser realizada anteriormente en los documentos en inglés.
41 Las traducciones tratan de ser lo más precisas posible pero no es posible
48 en inglés serán reemplazadas por las palabras correspondientes en español.

1234