Lines Matching refs:gig_dbg
85 gig_dbg(level, "%s (%u bytes): %s", msg, (unsigned) len, outbuf); in gigaset_dbg_buffer()
146 gig_dbg(DEBUG_MCMD, "decreased timer of %p to %lu", in test_timeout()
180 gig_dbg(DEBUG_EVENT, "scheduling timeout"); in timer_tick()
194 gig_dbg(DEBUG_CHANNEL, "could not allocate channel %d", in gigaset_get_channel()
201 gig_dbg(DEBUG_CHANNEL, "allocated channel %d", bcs->channel); in gigaset_get_channel()
213 gig_dbg(DEBUG_CHANNEL, in gigaset_get_free_channel()
223 gig_dbg(DEBUG_CHANNEL, "allocated channel %d", i); in gigaset_get_free_channel()
228 gig_dbg(DEBUG_CHANNEL, "no free channel"); in gigaset_get_free_channel()
238 gig_dbg(DEBUG_CHANNEL, "could not free channel %d", in gigaset_free_channel()
246 gig_dbg(DEBUG_CHANNEL, "freed channel %d", bcs->channel); in gigaset_free_channel()
259 gig_dbg(DEBUG_CHANNEL, in gigaset_get_channels()
267 gig_dbg(DEBUG_CHANNEL, "allocated all channels"); in gigaset_get_channels()
277 gig_dbg(DEBUG_CHANNEL, "unblocking all channels"); in gigaset_free_channels()
289 gig_dbg(DEBUG_CHANNEL, "blocking all channels"); in gigaset_block_channels()
340 gig_dbg(DEBUG_EVENT, "queueing event %d", type); in gigaset_add_event()
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()
571 gig_dbg(DEBUG_INTR, "received %u bytes", numbytes); in gigaset_fill_inbuf()
579 gig_dbg(DEBUG_INTR, "buffer state: %u -> %u", head, tail); in gigaset_fill_inbuf()
601 gig_dbg(DEBUG_INTR, "setting tail to %u", tail); in gigaset_fill_inbuf()
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()
721 gig_dbg(DEBUG_INIT, "setting up at_state"); in gigaset_initcs()
727 gig_dbg(DEBUG_INIT, "setting up inbuf"); in gigaset_initcs()
733 gig_dbg(DEBUG_INIT, "setting up cmdbuf"); in gigaset_initcs()
739 gig_dbg(DEBUG_INIT, "setting up iif"); in gigaset_initcs()
747 gig_dbg(DEBUG_INIT, "setting up hw"); in gigaset_initcs()
761 gig_dbg(DEBUG_INIT, "setting up bcs[%d]", i); in gigaset_initcs()
774 gig_dbg(DEBUG_INIT, "cs initialized"); in gigaset_initcs()
778 gig_dbg(DEBUG_INIT, "failed"); in gigaset_initcs()