/linux-4.4.14/drivers/staging/dgnc/ |
H A D | dgnc_utils.c | 4 #include "digi.h"
|
H A D | dgnc_mgmt.h | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com>
|
H A D | dgnc_sysfs.h | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com>
|
H A D | dgnc_tty.h | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com>
|
H A D | dgnc_cls.h | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com>
|
H A D | dgnc_pci.h | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com>
|
H A D | dgnc_mgmt.c | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com>
|
H A D | dgnc_neo.h | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com>
|
H A D | digi.h | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com>
|
H A D | dgnc_driver.c | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com> 30 MODULE_AUTHOR("Digi International, http://www.digi.com");
|
H A D | dgnc_driver.h | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com> 28 #include "digi.h" /* Digi specific ioctl header */
|
H A D | dgnc_sysfs.c | 2 * Copyright 2004 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com>
|
H A D | dgnc_cls.c | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com>
|
H A D | dgnc_neo.c | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com>
|
H A D | dgnc_tty.c | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com>
|
/linux-4.4.14/net/ax25/ |
H A D | ax25_addr.c | 156 * Given an AX.25 address pull of to, from, digi list, command/response and the start of data 160 ax25_address *src, ax25_address *dest, ax25_digi *digi, int *flags, ax25_addr_parse() 188 digi->lastrepeat = -1; ax25_addr_parse() 189 digi->ndigi = 0; ax25_addr_parse() 197 memcpy(&digi->calls[d], buf, AX25_ADDR_LEN); ax25_addr_parse() 198 digi->ndigi = d + 1; ax25_addr_parse() 201 digi->repeated[d] = 1; ax25_addr_parse() 202 digi->lastrepeat = d; ax25_addr_parse() 204 digi->repeated[d] = 0; ax25_addr_parse() 159 ax25_addr_parse(const unsigned char *buf, int len, ax25_address *src, ax25_address *dest, ax25_digi *digi, int *flags, int *dama) ax25_addr_parse() argument
|
H A D | af_ax25.c | 155 struct sock *ax25_find_listener(ax25_address *addr, int digi, ax25_find_listener() argument 162 if ((s->iamdigi && !digi) || (!s->iamdigi && digi)) ax25_find_listener() 209 ax25_digi *digi, struct net_device *dev) ax25_find_cb() 220 if (digi != NULL && digi->ndigi != 0) { ax25_find_cb() 223 if (ax25digicmp(s->digipeat, digi) != 0) ax25_find_cb() 351 ax25_digi digi; ax25_ctl_ioctl() local 369 digi.ndigi = ax25_ctl.digi_count; ax25_ctl_ioctl() 370 for (k = 0; k < digi.ndigi; k++) ax25_ctl_ioctl() 371 digi.calls[k] = ax25_ctl.digi_addr[k]; ax25_ctl_ioctl() 373 if ((ax25 = ax25_find_cb(&ax25_ctl.source_addr, &ax25_ctl.dest_addr, &digi, ax25_dev->dev)) == NULL) ax25_ctl_ioctl() 1121 ax25_digi *digi = NULL; ax25_connect() local 1177 * Handle digi-peaters to be used. ax25_connect() 1187 if ((digi = kmalloc(sizeof(ax25_digi), GFP_KERNEL)) == NULL) { ax25_connect() 1192 digi->ndigi = fsa->fsa_ax25.sax25_ndigis; ax25_connect() 1193 digi->lastrepeat = -1; ax25_connect() 1198 digi->repeated[ct] = 1; ax25_connect() 1199 digi->lastrepeat = ct; ax25_connect() 1201 digi->repeated[ct] = 0; ax25_connect() 1203 digi->calls[ct] = fsa->fsa_digipeater[ct]; ax25_connect() 1218 kfree(digi); ax25_connect() 1226 kfree(digi); ax25_connect() 1233 (ax25t=ax25_find_cb(&ax25->source_addr, &fsa->fsa_ax25.sax25_call, digi, ax25_connect() 1235 kfree(digi); ax25_connect() 1242 ax25->digipeat = digi; ax25_connect() 1641 ax25_digi digi; ax25_recvmsg() local 1648 &digi, NULL, NULL); ax25_recvmsg() 1651 application know the digi calls further down (because it ax25_recvmsg() 1653 sax->sax25_ndigis = digi.ndigi; ax25_recvmsg() 1660 for (ct = 0; ct < digi.ndigi; ct++) ax25_recvmsg() 1661 fsa->fsa_digipeater[ct] = digi.calls[ct]; ax25_recvmsg() 208 ax25_find_cb(ax25_address *src_addr, ax25_address *dest_addr, ax25_digi *digi, struct net_device *dev) ax25_find_cb() argument
|
H A D | ax25_out.c | 35 ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, ax25_address *src, ax25_address *dest, ax25_digi *digi, struct net_device *dev) ax25_send_frame() argument 54 if ((ax25 = ax25_find_cb(src, dest, digi, dev)) != NULL) { ax25_send_frame() 70 if (digi != NULL) { ax25_send_frame() 71 ax25->digipeat = kmemdup(digi, sizeof(*digi), GFP_ATOMIC); ax25_send_frame()
|
H A D | ax25_ip.c | 233 ax25_digi digi; ax25_validate_header() local 241 return ax25_addr_parse(header + 1, len - 1, NULL, NULL, &digi, NULL, ax25_validate_header()
|
H A D | ax25_subr.c | 190 void ax25_return_dm(struct net_device *dev, ax25_address *src, ax25_address *dest, ax25_digi *digi) ax25_return_dm() argument 205 ax25_digi_invert(digi, &retdigi); ax25_return_dm() 214 dptr = skb_push(skb, ax25_addr_size(digi)); ax25_return_dm()
|
H A D | ax25_route.c | 460 ax25_address *dest, ax25_digi *digi) ax25_rt_build_path() 466 len = digi->ndigi * AX25_ADDR_LEN; ax25_rt_build_path() 484 ax25_addr_build(bp, src, dest, digi, AX25_COMMAND, AX25_MODULUS); ax25_rt_build_path() 459 ax25_rt_build_path(struct sk_buff *skb, ax25_address *src, ax25_address *dest, ax25_digi *digi) ax25_rt_build_path() argument
|
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/ |
H A D | collie.h | 10 * 07-07-2002 Chris Larson <clarson@digi.com>
|
/linux-4.4.14/net/netrom/ |
H A D | nr_route.c | 635 static ax25_digi *nr_call_to_digi(ax25_digi *digi, int ndigis, nr_call_to_digi() argument 644 digi->calls[i] = digipeaters[i]; nr_call_to_digi() 645 digi->repeated[i] = 0; nr_call_to_digi() 648 digi->ndigi = ndigis; nr_call_to_digi() 649 digi->lastrepeat = -1; nr_call_to_digi() 651 return digi; nr_call_to_digi() 661 ax25_digi digi; nr_rt_ioctl() local 682 nr_call_to_digi(&digi, nr_route.ndigis, nr_rt_ioctl() 689 nr_call_to_digi(&digi, nr_route.ndigis, nr_rt_ioctl()
|
/linux-4.4.14/drivers/tty/serial/jsm/ |
H A D | jsm_driver.c | 2 * Copyright 2003 Digi International (www.digi.com) 17 * Scott H Kilau <Scott_Kilau@digi.com> 28 MODULE_AUTHOR("Digi International, http://www.digi.com");
|
H A D | jsm.h | 2 * Copyright 2003 Digi International (www.digi.com) 17 * Scott H Kilau <Scott_Kilau@digi.com>
|
H A D | jsm_tty.c | 2 * Copyright 2003 Digi International (www.digi.com) 17 * Scott H Kilau <Scott_Kilau@digi.com>
|
H A D | jsm_cls.c | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com> 22 * Send any bug fixes/changes to: Eng.Linux at digi dot com.
|
H A D | jsm_neo.c | 2 * Copyright 2003 Digi International (www.digi.com) 17 * Scott H Kilau <Scott_Kilau@digi.com>
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | alc5632.h | 72 #define ALC5632_DIGI_BOOST_CTRL 0x24 /* digi mic / bost ctl */
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
H A D | bttv-input.c | 151 * FIXME: Nebula digi uses the legacy way to decode RC5, instead of relying
|
/linux-4.4.14/arch/arm/boot/dts/ |
H A D | Makefile | 270 imx51-digi-connectcore-jsk.dtb \
|
/linux-4.4.14/drivers/staging/dgap/ |
H A D | dgap.h | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com>
|
H A D | dgap.c | 2 * Copyright 2003 Digi International (www.digi.com) 3 * Scott H Kilau <Scott_Kilau at digi dot com> 6751 * Set up digi dsr and dcd bits based on altpin flag. dgap_tty_init() 6976 pr_info("For the tools package please visit http://www.digi.com\n"); dgap_start() 7077 MODULE_AUTHOR("Digi International, http://www.digi.com");
|
/linux-4.4.14/drivers/usb/serial/ |
H A D | digi_acceleport.c | 1517 /* convert from digi flags to termiox flags */ digi_read_oob_callback()
|