Searched defs:ocd_disable (Results 1 - 1 of 1) sorted by relevance

/arch/avr32/kernel/
H A Docd.c49 * ocd_disable - disable on-chip debugging
52 * If @child is non-NULL, ocd_disable() checks if debugging is enabled
56 * enabled, ocd_disable() decrements the reference count, and if it
59 void ocd_disable(struct task_struct *child) function
64 pr_debug("ocd_disable (no child)\n");
66 pr_debug("ocd_disable: child=%s [%u]\n",

Completed in 75 milliseconds