Searched refs:DEBUG_INIT (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/staging/isdn/gigaset/ |
| D | common.c | 387 gig_dbg(DEBUG_INIT, "freeing bcs[%d]->hw", bcs->channel); in gigaset_freebcs() 390 gig_dbg(DEBUG_INIT, "clearing bcs[%d]->at_state", bcs->channel); in gigaset_freebcs() 392 gig_dbg(DEBUG_INIT, "freeing bcs[%d]->skb", bcs->channel); in gigaset_freebcs() 479 gig_dbg(DEBUG_INIT, "clearing bcs[%d]", i); in gigaset_freecs() 488 gig_dbg(DEBUG_INIT, "clearing hw"); in gigaset_freecs() 499 gig_dbg(DEBUG_INIT, "clearing at_state"); in gigaset_freecs() 507 gig_dbg(DEBUG_INIT, "freeing inbuf"); in gigaset_freecs() 618 gig_dbg(DEBUG_INIT, "setting up bcs[%d]->at_state", channel); in gigaset_initbcs() 644 gig_dbg(DEBUG_INIT, " setting up bcs[%d]->hw", channel); in gigaset_initbcs() 674 gig_dbg(DEBUG_INIT, "allocating cs"); in gigaset_initcs() [all …]
|
| D | ser-gigaset.c | 496 gig_dbg(DEBUG_INIT, "Starting HLL for Gigaset M101"); in gigaset_tty_open() 539 gig_dbg(DEBUG_INIT, "Startup of HLL done"); in gigaset_tty_open() 543 gig_dbg(DEBUG_INIT, "Startup of HLL failed"); in gigaset_tty_open() 558 gig_dbg(DEBUG_INIT, "Stopping HLL for Gigaset M101"); in gigaset_tty_close() 561 gig_dbg(DEBUG_INIT, "%s: no cardstate", __func__); in gigaset_tty_close() 583 gig_dbg(DEBUG_INIT, "Shutdown of HLL done"); in gigaset_tty_close() 744 gig_dbg(DEBUG_INIT, "%s", __func__); in ser_gigaset_init() 781 gig_dbg(DEBUG_INIT, "%s", __func__); in ser_gigaset_exit()
|
| D | proc.c | 64 gig_dbg(DEBUG_INIT, "removing sysfs entries"); in gigaset_free_dev_sysfs() 74 gig_dbg(DEBUG_INIT, "setting up sysfs"); in gigaset_init_dev_sysfs()
|
| D | bas-gigaset.c | 2098 gig_dbg(DEBUG_INIT, "%s: killing isoc URBs", __func__); in gigaset_freebcshw() 2239 gig_dbg(DEBUG_INIT, "%s: killing URBs", __func__); in freeurbs() 2283 gig_dbg(DEBUG_INIT, in gigaset_probe() 2291 gig_dbg(DEBUG_INIT, in gigaset_probe() 2634 gig_dbg(DEBUG_INIT, "closing B1 channel"); in bas_gigaset_exit() 2641 gig_dbg(DEBUG_INIT, "closing B2 channel"); in bas_gigaset_exit() 2648 gig_dbg(DEBUG_INIT, "closing AT channel"); in bas_gigaset_exit()
|
| D | gigaset.h | 74 DEBUG_INIT = 0x08000, /* (de)allocation+initialization of data enumerator
|