• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hysdn/

Lines Matching refs:hysdn_card

213 } hysdn_card;
223 extern hysdn_card *card_root; /* pointer to first card */
237 extern int hysdn_proclog_init(hysdn_card *); /* init proc log entry */
238 extern void hysdn_proclog_release(hysdn_card *); /* deinit proc log entry */
239 extern void hysdn_addlog(hysdn_card *, char *,...); /* output data to log */
240 extern void hysdn_card_errlog(hysdn_card *, tErrLogEntry *, int); /* output card log */
243 extern int ergo_inithardware(hysdn_card * card); /* get hardware -> module init */
246 extern int pof_write_close(hysdn_card *); /* close proc file after writing pof */
247 extern int pof_write_open(hysdn_card *, unsigned char **); /* open proc file for writing pof */
248 extern int pof_write_buffer(hysdn_card *, int); /* write boot data to card */
249 extern int EvalSysrTokData(hysdn_card *, unsigned char *, int); /* Check Sysready Token Data */
252 extern int hysdn_sched_tx(hysdn_card *, unsigned char *,
255 extern int hysdn_sched_rx(hysdn_card *, unsigned char *, unsigned short,
257 extern int hysdn_tx_cfgline(hysdn_card *, unsigned char *,
263 extern int hysdn_net_create(hysdn_card *); /* create a new net device */
264 extern int hysdn_net_release(hysdn_card *); /* delete the device */
265 extern char *hysdn_net_getname(hysdn_card *); /* get name of net interface */
266 extern void hysdn_tx_netack(hysdn_card *); /* acknowledge a packet tx */
267 extern struct sk_buff *hysdn_tx_netget(hysdn_card *); /* get next network packet */
268 extern void hysdn_rx_netpkt(hysdn_card *, unsigned char *,
273 extern int hycapi_capi_create(hysdn_card *); /* create a new capi device */
274 extern int hycapi_capi_release(hysdn_card *); /* delete the device */
275 extern int hycapi_capi_stop(hysdn_card *card); /* suspend */
276 extern void hycapi_rx_capipkt(hysdn_card * card, unsigned char * buf,
278 extern void hycapi_tx_capiack(hysdn_card * card);
279 extern struct sk_buff *hycapi_tx_capiget(hysdn_card *card);