Searched refs:DEBUG_INIT (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/drivers/isdn/gigaset/ |
D | common.c | 390 gig_dbg(DEBUG_INIT, "freeing bcs[%d]->hw", bcs->channel); in gigaset_freebcs() 393 gig_dbg(DEBUG_INIT, "clearing bcs[%d]->at_state", bcs->channel); in gigaset_freebcs() 395 gig_dbg(DEBUG_INIT, "freeing bcs[%d]->skb", bcs->channel); in gigaset_freebcs() 482 gig_dbg(DEBUG_INIT, "clearing bcs[%d]", i); in gigaset_freecs() 491 gig_dbg(DEBUG_INIT, "clearing hw"); in gigaset_freecs() 502 gig_dbg(DEBUG_INIT, "clearing at_state"); in gigaset_freecs() 510 gig_dbg(DEBUG_INIT, "freeing inbuf"); in gigaset_freecs() 621 gig_dbg(DEBUG_INIT, "setting up bcs[%d]->at_state", channel); in gigaset_initbcs() 647 gig_dbg(DEBUG_INIT, " setting up bcs[%d]->hw", channel); in gigaset_initbcs() 677 gig_dbg(DEBUG_INIT, "allocating cs"); in gigaset_initcs() [all …]
|
D | proc.c | 67 gig_dbg(DEBUG_INIT, "removing sysfs entries"); in gigaset_free_dev_sysfs() 77 gig_dbg(DEBUG_INIT, "setting up sysfs"); in gigaset_init_dev_sysfs()
|
D | ser-gigaset.c | 499 gig_dbg(DEBUG_INIT, "Starting HLL for Gigaset M101"); in gigaset_tty_open() 542 gig_dbg(DEBUG_INIT, "Startup of HLL done"); in gigaset_tty_open() 546 gig_dbg(DEBUG_INIT, "Startup of HLL failed"); in gigaset_tty_open() 561 gig_dbg(DEBUG_INIT, "Stopping HLL for Gigaset M101"); in gigaset_tty_close() 564 gig_dbg(DEBUG_INIT, "%s: no cardstate", __func__); in gigaset_tty_close() 586 gig_dbg(DEBUG_INIT, "Shutdown of HLL done"); in gigaset_tty_close() 747 gig_dbg(DEBUG_INIT, "%s", __func__); in ser_gigaset_init() 784 gig_dbg(DEBUG_INIT, "%s", __func__); in ser_gigaset_exit()
|
D | bas-gigaset.c | 2101 gig_dbg(DEBUG_INIT, "%s: killing isoc URBs", __func__); in gigaset_freebcshw() 2242 gig_dbg(DEBUG_INIT, "%s: killing URBs", __func__); in freeurbs() 2286 gig_dbg(DEBUG_INIT, in gigaset_probe() 2294 gig_dbg(DEBUG_INIT, in gigaset_probe() 2637 gig_dbg(DEBUG_INIT, "closing B1 channel"); in bas_gigaset_exit() 2644 gig_dbg(DEBUG_INIT, "closing B2 channel"); in bas_gigaset_exit() 2651 gig_dbg(DEBUG_INIT, "closing AT channel"); in bas_gigaset_exit()
|
D | gigaset.h | 77 DEBUG_INIT = 0x08000, /* (de)allocation+initialization of data enumerator
|