| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | maxim-max96755f.c | 59 struct max96755f_bridge *ser = to_max96755f_bridge(connector); in max96755f_bridge_connector_get_modes() local 61 if (ser->next_bridge) in max96755f_bridge_connector_get_modes() 62 return drm_bridge_get_modes(ser->next_bridge, connector); in max96755f_bridge_connector_get_modes() 64 return drm_panel_get_modes(ser->panel, connector); in max96755f_bridge_connector_get_modes() 75 struct max96755f_bridge *ser = to_max96755f_bridge(connector); in max96755f_bridge_connector_detect() local 80 return drm_bridge_detect(&ser->bridge); in max96755f_bridge_connector_detect() 126 static bool max96755f_bridge_link_locked(struct max96755f_bridge *ser) in max96755f_bridge_link_locked() argument 130 if (regmap_read(ser->regmap, 0x0013, &val)) in max96755f_bridge_link_locked() 142 struct max96755f_bridge *ser = to_max96755f_bridge(bridge); in max96755f_bridge_attach() local 143 struct drm_connector *connector = &ser->connector; in max96755f_bridge_attach() [all …]
|
| H A D | maxim-max96745.c | 44 static bool max96745_bridge_link_locked(struct max96745_bridge *ser) in max96745_bridge_link_locked() argument 48 if (ser->lock.gpio) in max96745_bridge_link_locked() 49 return gpiod_get_value_cansleep(ser->lock.gpio); in max96745_bridge_link_locked() 51 if (regmap_read(ser->regmap, 0x002a, &val)) in max96745_bridge_link_locked() 63 struct max96745_bridge *ser = to_max96745_bridge(bridge); in max96745_bridge_attach() local 66 ret = drm_of_find_panel_or_bridge(bridge->of_node, 1, -1, &ser->panel, in max96745_bridge_attach() 71 if (max96745_bridge_link_locked(ser)) in max96745_bridge_attach() 72 ser->status = connector_status_connected; in max96745_bridge_attach() 74 ser->status = connector_status_disconnected; in max96745_bridge_attach() 81 struct max96745_bridge *ser = to_max96745_bridge(bridge); in max96745_bridge_pre_enable() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/caif/ |
| H A D | caif_serial.c | 87 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->stopped << 5 | in update_tty_status() 91 ser->tty->flow_stopped << 3 | in update_tty_status() 92 ser->tty->packet << 2 | in update_tty_status() 93 ser->tty->port->low_latency << 1; in update_tty_status() 95 static inline void debugfs_init(struct ser_device *ser, struct tty_struct *tty) in debugfs_init() argument 97 ser->debugfs_tty_dir = debugfs_create_dir(tty->name, debugfsdir); in debugfs_init() 99 debugfs_create_blob("last_tx_msg", 0400, ser->debugfs_tty_dir, in debugfs_init() 100 &ser->tx_blob); in debugfs_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | serialio.c | 53 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 …]
|
| H A D | spk_ttyio.c | 25 static int ser_to_dev(int ser, dev_t *dev_no) in ser_to_dev() argument 27 if (ser < 0 || ser > (255 - 64)) { in ser_to_dev() 32 *dev_no = MKDEV(4, (64 + ser)); in ser_to_dev() 40 synth->ser == SYNTH_DEFAULT_SER) in get_dev_to_use() 43 return ser_to_dev(synth->ser, dev_no); in get_dev_to_use()
|
| H A D | speakup_txprt.c | 112 module_param_named(ser, synth_txprt.ser, int, 0444); 116 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
|
| H A D | speakup_bns.c | 113 module_param_named(ser, synth_bns.ser, int, 0444); 117 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
|
| H A D | speakup_spkout.c | 124 module_param_named(ser, synth_spkout.ser, int, 0444); 128 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
|
| H A D | speakup_acntsa.c | 129 module_param_named(ser, synth_acntsa.ser, int, 0444); 133 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
|
| H A D | speakup_dummy.c | 120 module_param_named(ser, synth_dummy.ser, int, 0444); 124 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
|
| H A D | speakup_audptr.c | 156 module_param_named(ser, synth_audptr.ser, int, 0444); 160 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
|
| H A D | speakup_ltlk.c | 160 module_param_named(ser, synth_ltlk.ser, int, 0444); 164 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
|
| H A D | speakup_decext.c | 225 module_param_named(ser, synth_decext.ser, int, 0444); 229 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
|
| H A D | speakup_apollo.c | 193 module_param_named(ser, synth_apollo.ser, int, 0444); 197 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
|
| H A D | speakup_dectlk.c | 297 module_param_named(ser, synth_dectlk.ser, int, 0444); 301 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/brcm/ |
| H A D | bcm6358-neufbox4-sercomm.dts | 7 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";
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/ |
| H A D | severity.c | 35 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 389 if (s->ser == SER_REQUIRED && !mca_cfg.ser) in mce_severity_intel() 391 if (s->ser == NO_SER && mca_cfg.ser) in mce_severity_intel() 446 struct severity *ser = data; in s_show() local 447 seq_printf(f, "%d\t%s\n", ser->covered, ser->msg); in s_show()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-vehicle-serdes-display-v21.dtsi | 760 0058 0002 //bypass ser gpio0 762 005b 0003 //bypass ser gpio1 764 005e 0004 //bypass ser gpio2 766 0061 0005 //bypass ser gpio3 768 0064 0006 //bypass ser gpio4 975 0058 0002 //bypass ser gpio0 977 005b 0003 //bypass ser gpio1 979 005e 0004 //bypass ser gpio2 981 0061 0005 //bypass ser gpio3 983 0064 0006 //bypass ser gpio4 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | pnx8xxx_uart.c | 601 pnx8xxx_verify_port(struct uart_port *port, struct serial_struct *ser) in pnx8xxx_verify_port() argument 607 if (ser->type != PORT_UNKNOWN && ser->type != PORT_PNX8XXX) in pnx8xxx_verify_port() 609 if (sport->port.irq != ser->irq) in pnx8xxx_verify_port() 611 if (ser->io_type != SERIAL_IO_MEM) in pnx8xxx_verify_port() 613 if (sport->port.uartclk / 16 != ser->baud_base) in pnx8xxx_verify_port() 615 if ((void *)sport->port.mapbase != ser->iomem_base) in pnx8xxx_verify_port() 617 if (sport->port.iobase != ser->port) in pnx8xxx_verify_port() 619 if (ser->hub6 != 0) in pnx8xxx_verify_port()
|
| H A D | sa1100.c | 568 sa1100_verify_port(struct uart_port *port, struct serial_struct *ser) in sa1100_verify_port() argument 574 if (ser->type != PORT_UNKNOWN && ser->type != PORT_SA1100) in sa1100_verify_port() 576 if (sport->port.irq != ser->irq) in sa1100_verify_port() 578 if (ser->io_type != SERIAL_IO_MEM) in sa1100_verify_port() 580 if (sport->port.uartclk / 16 != ser->baud_base) in sa1100_verify_port() 582 if ((void *)sport->port.mapbase != ser->iomem_base) in sa1100_verify_port() 584 if (sport->port.iobase != ser->port) in sa1100_verify_port() 586 if (ser->hub6 != 0) in sa1100_verify_port()
|
| H A D | apbuart.c | 313 struct serial_struct *ser) in apbuart_verify_port() argument 316 if (ser->type != PORT_UNKNOWN && ser->type != PORT_APBUART) in apbuart_verify_port() 318 if (ser->irq < 0 || ser->irq >= NR_IRQS) in apbuart_verify_port() 320 if (ser->baud_base < 9600) in apbuart_verify_port()
|
| H A D | 21285.c | 361 static int serial21285_verify_port(struct uart_port *port, struct serial_struct *ser) in serial21285_verify_port() argument 364 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285) in serial21285_verify_port() 366 if (ser->irq <= 0) in serial21285_verify_port() 368 if (ser->baud_base != port->uartclk / 16) in serial21285_verify_port()
|
| H A D | ar933x_uart.c | 548 struct serial_struct *ser) in ar933x_uart_verify_port() argument 553 if (ser->type != PORT_UNKNOWN && in ar933x_uart_verify_port() 554 ser->type != PORT_AR933X) in ar933x_uart_verify_port() 557 if (ser->irq < 0 || ser->irq >= NR_IRQS) in ar933x_uart_verify_port() 560 if (ser->baud_base < up->min_baud || in ar933x_uart_verify_port() 561 ser->baud_base > up->max_baud) in ar933x_uart_verify_port()
|
| H A D | amba-pl010.c | 525 static int pl010_verify_port(struct uart_port *port, struct serial_struct *ser) in pl010_verify_port() argument 528 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA) in pl010_verify_port() 530 if (ser->irq < 0 || ser->irq >= nr_irqs) in pl010_verify_port() 532 if (ser->baud_base < 9600) in pl010_verify_port()
|
| /OK3568_Linux_fs/external/xserver/debian/po/ |
| H A D | pt_BR.po | 78 "Devido ao servidor X ser executado com privilégios de superusuário, pode não " 79 "ser muito sábio permitir que qualquer usuário o inicie, por questões de " 83 "servidor X ser iniciado somente por usuários logados em um dos consoles "
|