aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/isdn
AgeCommit message (Expand)Author
2019-12-11isdn: capi: dead code removalArnd Bergmann
2019-05-31isdn: hdlc: move into mISDNArnd Bergmann
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig
2014-06-04isdn/capi: move capi_info2str to capidrv.cPaul Bolle
2012-10-17UAPI: Remove empty non-UAPI Kbuild filesDavid Howells
2012-10-09UAPI: (Scripted) Disintegrate include/linux/isdnDavid Howells
2011-03-31Fix common misspellingsLucas De Marchi
2010-02-16CAPI: Rework locking of controller data structuresJan Kiszka
2010-02-16CAPI: Call a controller 'controller', not 'card'Jan Kiszka
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan
2009-07-25ISDN: Add support for none reverse bitstreams to isdnhdcKarsten Keil
2009-07-25ISDN: Clean up isdnhdlc codeKarsten Keil
2009-07-25ISDN: Make isdnhdlc usable for other ISDN driversKarsten Keil
2009-06-08isdn: rename capi_ctr_reseted() to capi_ctr_down()Tilman Schmidt
2007-05-08make drivers/isdn/capi/capiutil.c:cdebbuf_alloc() staticAdrian Bunk
2007-03-01[PATCH] Fix buffer overflow and races in capi debug functionsKarsten Keil
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds
2006-06-29Remove export of include/linux/isdn/tpam.hDavid Woodhouse
2006-06-29[PATCH] i4l: remove unneeded include/linux/isdn/tpam.hKarsten Keil
2006-06-18Add generic Kbuild files for 'make headers_install'David Woodhouse
2006-04-25Remove gratuitous inclusion of <linux/pci.h> from linux/isdn/tpam.hDavid Woodhouse
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds
#define AXFLG_MAC_FROMDEV (1<<1) /* device already has MAC */ #define AXFLG_HAS_93CX6 (1<<2) /* use eeprom_93cx6 driver */ #define AXFLG_MAC_FROMPLATFORM (1<<3) /* MAC given by platform data */ struct ax_plat_data { unsigned int flags; unsigned char wordlength; /* 1 or 2 */ unsigned char dcr_val; /* default value for DCR */ unsigned char rcr_val; /* default value for RCR */ unsigned char gpoc_val; /* default value for GPOC */ u32 *reg_offsets; /* register offsets */ u8 *mac_addr; /* MAC addr (only used when AXFLG_MAC_FROMPLATFORM is used */ /* uses default ax88796 buffer if set to NULL */ void (*block_output)(struct net_device *dev, int count, const unsigned char *buf, int star_page); void (*block_input)(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset); /* returns nonzero if a pending interrupt request might by caused by * the ax88786. Handles all interrupts if set to NULL */ int (*check_irq)(struct platform_device *pdev); }; #endif /* __NET_AX88796_PLAT_H */