Searched refs:hysdn_card (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/drivers/isdn/hysdn/ |
D | hysdn_defs.h | 213 } hysdn_card; typedef 223 extern hysdn_card *card_root; /* pointer to first card */ 236 extern int hysdn_proclog_init(hysdn_card *); /* init proc log entry */ 237 extern void hysdn_proclog_release(hysdn_card *); /* deinit proc log entry */ 238 extern void hysdn_addlog(hysdn_card *, char *, ...); /* output data to log */ 239 extern void hysdn_card_errlog(hysdn_card *, tErrLogEntry *, int); /* output card log */ 242 extern int ergo_inithardware(hysdn_card *card); /* get hardware -> module init */ 245 extern int pof_write_close(hysdn_card *); /* close proc file after writing pof */ 246 extern int pof_write_open(hysdn_card *, unsigned char **); /* open proc file for writing pof */ 247 extern int pof_write_buffer(hysdn_card *, int); /* write boot data to card */ [all …]
|
D | hysdn_proclog.c | 27 static void put_log_buffer(hysdn_card *card, char *cp); 56 hysdn_card_errlog(hysdn_card *card, tErrLogEntry *logp, int maxsize) in hysdn_card_errlog() 68 hysdn_addlog(hysdn_card *card, char *fmt, ...) in hysdn_addlog() 100 put_log_buffer(hysdn_card *card, char *cp) in put_log_buffer() 157 hysdn_card *card = file->private_data; in hysdn_log_write() 174 hysdn_card *card = PDE_DATA(file_inode(file)); in hysdn_log_read() 204 hysdn_card *card = PDE_DATA(ino); in hysdn_log_open() 242 hysdn_card *card; in hysdn_log_close() 288 hysdn_card *card = PDE_DATA(file_inode(file)); in hysdn_log_poll() 322 hysdn_proclog_init(hysdn_card *card) in hysdn_proclog_init() [all …]
|
D | hysdn_net.c | 63 hysdn_card *card = dev->ml_priv; in net_open() 146 schedule_work(&((hysdn_card *) dev->ml_priv)->irq_queue); in net_send_packet() 158 hysdn_tx_netack(hysdn_card *card) in hysdn_tx_netack() 184 hysdn_rx_netpkt(hysdn_card *card, unsigned char *buf, unsigned short len) in hysdn_rx_netpkt() 218 hysdn_tx_netget(hysdn_card *card) in hysdn_tx_netget() 246 hysdn_net_create(hysdn_card *card) in hysdn_net_create() 293 hysdn_net_release(hysdn_card *card) in hysdn_net_release() 318 hysdn_net_getname(hysdn_card *card) in hysdn_net_getname()
|
D | hysdn_init.c | 40 hysdn_card *card_root = NULL; /* pointer to first card */ 41 static hysdn_card *card_last = NULL; /* pointer to first card */ 62 hysdn_card *card; in hysdn_pci_init_one() 69 if (!(card = kzalloc(sizeof(hysdn_card), GFP_KERNEL))) { in hysdn_pci_init_one() 114 hysdn_card *card = pci_get_drvdata(akt_pcidev); in hysdn_pci_remove_one() 133 hysdn_card *tmp = card_root; in hysdn_pci_remove_one()
|
D | boardergo.c | 37 hysdn_card *card = dev_id; /* parameter from irq */ in ergo_interrupt() 76 hysdn_card *card = container_of(ugli_api, hysdn_card, irq_queue); in ergo_irq_bh() 128 ergo_stopcard(hysdn_card *card) in ergo_stopcard() 153 ergo_set_errlog_state(hysdn_card *card, int on) in ergo_set_errlog_state() 183 ergo_testram(hysdn_card *card) in ergo_testram() 396 ergo_releasehardware(hysdn_card *card) in ergo_releasehardware() 413 ergo_inithardware(hysdn_card *card) in ergo_inithardware()
|
D | hycapi.c | 85 hysdn_card *card = NULL; in hycapi_remove_ctr() 120 hysdn_card *card = cinfo->card; in hycapi_sendmsg_internal() 156 hysdn_card *card = cinfo->card; in hycapi_register_internal() 228 hysdn_card *card = cinfo->card; in hycapi_register_appl() 265 hysdn_card *card = cinfo->card; in hycapi_release_internal() 323 int hycapi_capi_release(hysdn_card *card) in hycapi_capi_release() 343 int hycapi_capi_stop(hysdn_card *card) in hycapi_capi_stop() 442 hysdn_card *card = cinfo->card; in hycapi_proc_show() 515 hycapi_rx_capipkt(hysdn_card *card, unsigned char *buf, unsigned short len) in hycapi_rx_capipkt() 619 void hycapi_tx_capiack(hysdn_card *card) in hycapi_tx_capiack() [all …]
|
D | hysdn_boot.c | 85 pof_handle_data(hysdn_card *card, int datlen) in pof_handle_data() 176 pof_write_buffer(hysdn_card *card, int datlen) in pof_write_buffer() 273 pof_write_open(hysdn_card *card, unsigned char **bufp) in pof_write_open() 315 pof_write_close(hysdn_card *card) in pof_write_close() 339 EvalSysrTokData(hysdn_card *card, unsigned char *cp, int len) in EvalSysrTokData()
|
D | hysdn_sched.c | 31 hysdn_sched_rx(hysdn_card *card, unsigned char *buf, unsigned short len, in hysdn_sched_rx() 74 hysdn_sched_tx(hysdn_card *card, unsigned char *buf, in hysdn_sched_tx() 150 hysdn_tx_cfgline(hysdn_card *card, unsigned char *line, unsigned short chan) in hysdn_tx_cfgline()
|
D | hysdn_procconf.c | 38 hysdn_card *card; /* card the device is connected to */ 231 hysdn_card *card; in hysdn_conf_open() 306 hysdn_card *card; in hysdn_conf_close() 362 hysdn_card *card; in hysdn_procconf_init() 395 hysdn_card *card; in hysdn_procconf_release()
|