/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/ |
H A D | ldflags.patch | 6 Index: irda-utils-0.9.18/findchip/Makefile 8 --- irda-utils-0.9.18.orig/findchip/Makefile 9 +++ irda-utils-0.9.18/findchip/Makefile 17 Index: irda-utils-0.9.18/irattach/Makefile 19 --- irda-utils-0.9.18.orig/irattach/Makefile 20 +++ irda-utils-0.9.18/irattach/Makefile 37 Index: irda-utils-0.9.18/irdadump/Makefile 39 --- irda-utils-0.9.18.orig/irdadump/Makefile 40 +++ irda-utils-0.9.18/irdadump/Makefile 50 Index: irda-utils-0.9.18/irdaping/Makefile [all …]
|
H A D | init | 3 # Provides: irda 22 if [ ! -f /etc/sysconfig/irda ]; then 25 IRDA=yes 31 IRDA=yes 38 . /etc/sysconfig/irda 41 # Check that irda is up. 42 [ ${IRDA} = "no" ] && exit 0 56 echo -n "Starting IrDA: $NAME" 62 echo "Stopping IrDA: $NAME"
|
H A D | musl.patch | 10 Index: irda-utils-0.9.18/irdaping/irdaping.c 12 --- irda-utils-0.9.18.orig/irdaping/irdaping.c 13 +++ irda-utils-0.9.18/irdaping/irdaping.c 27 #include <irda.h>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/ |
H A D | irda-utils_0.9.18.bb | 1 SUMMARY = "Common files for IrDA" 2 DESCRIPTION = "Provides common files needed to use IrDA. \ 3 IrDA allows communication over Infrared with other devices \ 5 HOMEPAGE = "http://irda.sourceforge.net/" 6 BUGTRACKER = "http://sourceforge.net/p/irda/bugs/" 14 SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ 25 kernel-module-irda \
|
/openbmc/linux/drivers/usb/serial/ |
H A D | ir-usb.c | 9 * This driver allows a USB IrDA device to be used as a "dumb" serial device. 10 * This can be useful if you do not have access to a full IrDA stack on the 11 * other side of the connection. If you do have an IrDA stack on both devices, 12 * please use the usb-irda driver, as it contains the proper error checking and 13 * other goodness of a full IrDA stack. 15 * Portions of this driver were taken from drivers/net/irda/irda-usb.c, which 35 #include <linux/usb/irda.h> 115 * Returns instance of IrDA class descriptor, or NULL if not found 117 * The class descriptor is some extra info that IrDA USB devices will 118 * offer to us, describing their IrDA characteristics. We will use that in [all …]
|
H A D | ark3116.c | 36 #define DRIVER_DESC "USB ARK3116 serial/IrDA driver" 37 #define DRIVER_DEV_DESC "ARK3116 RS232/IrDA" 45 { USB_DEVICE(0x18ec, 0x3118) }, /* USB to IrDA adapter */ 60 int irda; /* 1 for irda device */ member 136 priv->irda = is_irda(serial); in ark3116_port_probe() 151 if (!(priv->irda)) { in ark3116_port_probe() 173 if (priv->irda) in ark3116_port_probe() 176 dev_info(&port->dev, "using %s mode\n", priv->irda ? "IrDA" : "RS232"); in ark3116_port_probe() 697 * the ARK3116 can also be used as an IrDA dongle. Since I do not have 701 * - IrDA encodes data differently than RS232. Most likely, one of [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/serial/ |
H A D | nxp,sc16is7xx.txt | 24 - irda-mode-ports: An array that lists the indices of the port that 25 should operate in IrDA mode. 83 - irda-mode-ports: An array that lists the indices of the port that 84 should operate in IrDA mode.
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | netwinder.rst | 23 0x0180 0x0187 IRDA 59 6 ISA IRDA 77 0 ISA IRDA
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-gta04a5.dts | 40 irda-en-hog { 43 output-high; /* activate gpio_175 to disable IrDA receiver */ 66 irda_pins: irda-pins {
|
/openbmc/linux/include/uapi/linux/ |
H A D | tty.h | 21 #define N_IRDA 11 /* Linux IrDa - http://irda.sourceforge.net/ */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
H A D | gammurc | 74 ; Connection "irdaphonet"/"irda", device type irda 77 ; Connection "irdaat", device type irda 80 ; Connection "irdaobex", device type irda. 111 ; Connection "irdagnapbus", device type irda, model "gnap" 124 ; irda | ignored (can be empty) | ignored (can be empty)
|
/openbmc/u-boot/arch/nds32/include/asm/arch-ag101/ |
H A D | ag101.h | 53 /* BT UART 2/IrDA (UART 01 in Linux) */ 83 /* IrDA */
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/ |
H A D | pinmux.c | 117 PIN(UART2_RXD_PC3, IRDA, SPDIF, UARTA, SPI4), 118 PIN(UART2_TXD_PC2, IRDA, SPDIF, UARTA, SPI4), 215 PIN(KB_ROW11_PS3, KBC, RSVD2, RSVD3, IRDA), 216 PIN(KB_ROW12_PS4, KBC, RSVD2, RSVD3, IRDA),
|
/openbmc/linux/include/linux/usb/ |
H A D | irda.h | 3 * USB IrDA Bridge Device Definition 84 /* IRDA Rate Sniff */
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | mpc5200.txt | 94 irda@<addr> fsl,mpc5200-psc-irda PSC in IrDA mode
|
/openbmc/linux/arch/sh/cchips/ |
H A D | Kconfig | 17 CRT color controller, IrDA up to 4 Mbps, and a
|
/openbmc/u-boot/drivers/misc/ |
H A D | ali512x.c | 156 ali_write(0xf1, enabled?0x48:0x00); /* fullduplex IrDa */ in ali512x_set_uart2_irda() 213 * CIO12 IRRX IrDa Receive 214 * CIO13 IRTX IrDa Transmit
|
/openbmc/linux/drivers/hid/ |
H A D | hid-samsung.c | 14 * [0419:0001] Samsung IrDA remote controller (reports as Cypress USB Mouse). 54 hid_info(hdev, "fixing up Samsung IrDA %d byte report descriptor\n", in samsung_irda_dev_trace()
|
/openbmc/linux/include/linux/ |
H A D | serial_sci.h | 52 unsigned int type; /* SCI / SCIF / IRDA / HSCIF */
|
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | lib.rs | 82 /// `IrDA` Low-Power Counter Register 466 /// `SIREN` `SIR` enable: 0 = IrDA SIR ENDEC is disabled. `nSIROUT` 468 /// SIRIN have no effect. 1 = IrDA SIR ENDEC is enabled. Data is 474 /// `SIRLP` SIR low-power IrDA mode. This bit selects the IrDA encoding
|
/openbmc/u-boot/board/atmel/at91rm9200ek/ |
H A D | at91rm9200ek.c | 28 * Correct IRDA resistor problem in board_init()
|
/openbmc/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-sh7722.c | 541 IRDA, JPU, LCDC, enumerator 576 INTC_VECT(TMU2, 0x440), INTC_VECT(IRDA, 0x480), 600 { SIM_TEI, SIM_TXI, SIM_RXI, SIM_ERI, 0, 0, 0, IRDA } }, 623 { 0xa4080000, 0, 16, 4, /* IPRA */ { TMU0, TMU1, TMU2, IRDA } },
|
/openbmc/u-boot/board/nvidia/dalmore/ |
H A D | pinmux-config-dalmore.h | 251 /* IRDA pinmux */ 252 DEFAULT_PINMUX(UART2_RXD_PC3, IRDA, NORMAL, TRISTATE, INPUT), 253 DEFAULT_PINMUX(UART2_TXD_PC2, IRDA, NORMAL, NORMAL, OUTPUT),
|
/openbmc/linux/drivers/tty/serial/ |
H A D | pmac_zilog.c | 518 /* Do nothing for irda for now... */ in pmz_set_mctrl() 801 /* Power up the SCC & underlying hardware (modem/irda) */ in __pmz_startup() 905 /* IrDA reset is done now */ in pmz_startup() 960 /* Switch to external clocking for IrDA high clock rates. That in pmz_convert_to_zs() 1056 * Set the irda codec on the imac to the specified baud rate. 1151 pmz_info("IrDA: dongle version %d not supported\n", version); in pmz_irda_setup() 1169 pmz_info("IrDA setup for %ld bps, dongle version: %d\n", in pmz_irda_setup() 1204 pmz_debug("pmz: switch IRDA to %ld bauds\n", baud); in __pmz_set_termios() 1205 /* Cet the irda codec to the right rate */ in __pmz_set_termios() 1380 if (strcmp(slots->name, "IrDA") == 0) in pmz_init_port()
|
/openbmc/linux/arch/sh/boards/mach-se/7724/ |
H A D | setup.c | 516 /* IrDA */ 519 .name = "IrDA", 703 (1 << 8) | /* IrDA */ in devices_setup() 879 /* enable IrDA */ in devices_setup()
|