| /src/sys/arch/emips/ebus/ |
| lcd_ebus.c | 36 #define STUBNAME lcd 37 #define STUBSTRING "lcd" 38 #define STUBBANNER "LCD" 42 #define stub_ebus_match __CONCAT(lcd,_ebus_match) 43 #define stub_ebus_attach __CONCAT(lcd,_ebus_attach) 44 #define stub_ebus __CONCAT(lcd,_ebus) 45 #define stub_softc __CONCAT(lcd,_softc) 46 #define stubopen __CONCAT(lcd,open) 47 #define stubclose __CONCAT(lcd,close) 48 #define stub_cdevsw __CONCAT(lcd,_cdevsw [all...] |
| /src/share/man/man4/man4.luna68k/ |
| Makefile | 3 MAN= autoconf.4 intro.4 lcd.4 mem.4 xp.4
|
| /src/etc/etc.luna68k/ |
| MAKEDEV.conf | 7 makedev xp lcd 31 lcd) 33 mkdev lcd c $major $minor $mode
|
| /src/share/man/man4/man4.hppa/ |
| Makefile | 5 io.4 lasi.4 lcd.4 mem.4 mongoose.4 pdc.4 phantomas.4 ssio.4 uturn.4 wax.4
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/ |
| imx6qdl-tx6-mb7.dtsi | 55 lcd-panel {
|
| imx53-tx53-x03x.dts | 49 model = "Ka-Ro electronics TX53 module (LCD)"; 204 reg_lcd_pwr: regulator-lcd-pwr { 206 regulator-name = "LCD POWER"; 214 reg_lcd_reset: regulator-lcd-reset { 216 regulator-name = "LCD RESET";
|
| imx6qdl-tx6-lcd.dtsi | 73 lcd_panel: lcd-panel {
|
| imx6ul-tx6ul.dtsi | 180 regulator-name = "LCD POWER"; 398 lcd-supply = <®_lcd_pwr>; 801 pinctrl_lcd_pwr: lcd-pwrgrp { 803 MX6UL_PAD_SNVS_TAMPER4__GPIO5_IO04 0x0b0b0 /* LCD Power Enable */ 807 pinctrl_lcd_rst: lcd-rstgrp { 809 MX6UL_PAD_LCD_RESET__GPIO3_IO04 0x0b0b0 /* LCD Reset */
|
| /src/sys/arch/luna68k/conf/ |
| files.luna68k | 30 device lcd 31 attach lcd at mainbus 32 file arch/luna68k/dev/lcd.c lcd needs-flag
|
| /src/sys/arch/luna68k/include/ |
| Makefile | 15 lcd.h limits.h lock.h lwp_private.h \
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ti/omap/ |
| Makefile | 36 omap3-ha-lcd.dtb \ 135 am571x-idk-touchscreen.dtbo am57xx-idk-lcd-osd101t2587.dtbo 137 am572x-idk-touchscreen.dtbo am57xx-idk-lcd-osd101t2045.dtbo 158 am57xx-idk-lcd-osd101t2045.dtbo \ 159 am57xx-idk-lcd-osd101t2587.dtbo \
|
| /src/crypto/external/bsd/openssh/dist/ |
| ldapauth.c | 497 FILE * lcd; /* ldap.conf descriptor */ local 502 lcd = fopen (l->l_conf, "r"); 503 if (lcd == NULL) { 509 while (fgets (buf, sizeof (buf), lcd) != NULL) { 568 fclose (lcd);
|
| /src/usr.bin/ftp/ |
| extern.h | 148 void lcd(int, char **);
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun6i-reference-design-tablet.dtsi | 99 regulator-name = "vcc-lcd"; 155 vcc-lcd-supply = <®_dc1sw>;
|
| sun8i-a33-olinuxino.dts | 140 regulator-name = "vcc-lcd"; 188 vcc-lcd-supply = <®_dc1sw>;
|
| sun8i-reference-design-tablet.dtsi | 136 regulator-name = "vcc-lcd"; 207 vcc-lcd-supply = <®_dc1sw>;
|
| sun6i-a31s-primo81.dts | 181 regulator-name = "vcc-lcd"; 248 vcc-lcd-supply = <®_dc1sw>;
|
| sun5i.dtsi | 276 tcon0: lcd-controller@1c0c000 { 282 reset-names = "lcd"; 488 lcd_rgb565_pins: lcd-rgb565-pins { 496 lcd_rgb666_pins: lcd-rgb666-pins {
|
| /src/sys/arch/luna68k/dev/ |
| lcd.c | 1 /* $NetBSD: lcd.c,v 1.14 2026/04/26 12:49:37 thorpej Exp $ */ 2 /* $OpenBSD: lcd.c,v 1.7 2015/02/10 22:42:35 miod Exp $ */ 35 __KERNEL_RCSID(0, "$NetBSD: lcd.c,v 1.14 2026/04/26 12:49:37 thorpej Exp $"); 48 #include <machine/lcd.h> 111 CFATTACH_DECL_NEW(lcd, sizeof(struct lcd_softc), 144 /* Say hello to the world on LCD. */
|
| /src/sys/arch/cobalt/stand/boot/ |
| Makefile | 80 SRCS+= lcd.c
|
| /src/sys/arch/hppa/dev/ |
| lcd.c | 1 /* $NetBSD: lcd.c,v 1.2 2018/09/03 16:29:24 riastradh Exp $ */ 2 /* OpenBSD: lcd.c,v 1.2 2007/07/20 22:13:45 kettenis Exp */ 52 CFATTACH_DECL_NEW(lcd, sizeof(struct lcd_softc), lcd_match, 64 if (strcmp(ca->ca_name, "lcd") == 0)
|
| /src/sys/arch/acorn32/stand/lib/ |
| riscoscalls.h | 220 #define os_readsysinfo_chip_presence(ioeb, superio, lcd) \ 221 os_readsysinfo(OSReadSysInfo_ReadChipPresenceAndId, (ioeb), (superio), (lcd), 0, 0)
|
| /src/sys/arch/evbarm/conf/ |
| LUBBOCK | 157 # LCD 159 wsdisplay* at lcd? console ?
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| completer.c | 66 gdb::unique_xmalloc_ptr<char> lcd) 68 m_lcd (std::move (lcd)) 862 const char *lcd = m_lowest_common_denominator; 864 if (strncmp_iw (word, lcd, strlen (lcd)) == 0) 1987 gdb::unique_xmalloc_ptr<char> lcd 1990 size_t lcd_len = strlen (lcd.get ()); 1991 *slot = new completion_hash_entry (std::move (name), std::move (lcd)); 2378 quote character to the LCD ourselves, in 2526 /* Build a new C string that is a copy of LCD with the whitespace o 861 const char *lcd = m_lowest_common_denominator; local 1986 gdb::unique_xmalloc_ptr<char> lcd member in class:gdb [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| completer.c | 66 gdb::unique_xmalloc_ptr<char> lcd) 68 m_lcd (std::move (lcd)) 862 const char *lcd = m_lowest_common_denominator; 864 if (strncmp_iw (word, lcd, strlen (lcd)) == 0) 1987 gdb::unique_xmalloc_ptr<char> lcd 1990 size_t lcd_len = strlen (lcd.get ()); 1991 *slot = new completion_hash_entry (std::move (name), std::move (lcd)); 2378 quote character to the LCD ourselves, in 2526 /* Build a new C string that is a copy of LCD with the whitespace o 861 const char *lcd = m_lowest_common_denominator; local 1986 gdb::unique_xmalloc_ptr<char> lcd member in class:gdb [all...] |