Home
last modified time | relevance | path

Searched refs:dbg_printk (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpib/gpio/ !
H A Dgpib_bitbang.c45 #define dbg_printk(level, frm, ...) \ macro
360 dbg_printk(2, "board: %p lock %d length: %zu\n", in bb_read()
373 dbg_printk(3, ".........." LINFMT "\n", LINVAL); in bb_read()
390 dbg_printk(3, "awake from wait queue: %d\n", retval); in bb_read()
394 dbg_printk(1, "timeout\n"); in bb_read()
410 dbg_printk(2, "return: %d eoi|eos: %d count: %d\n\n", retval, priv->end, priv->count); in bb_read()
437 dbg_printk(1, "interrupt while idle after %d at %d\n", in bb_DAV_interrupt()
446 dbg_printk(1, "out of order DAV interrupt %d/%d after %zu/%zu at %d cmd %d " in bb_DAV_interrupt()
453 dbg_printk(3, "> irq: %d DAV: %d st: %4lx dir: %d busy: %d:%d\n", in bb_DAV_interrupt()
478 dbg_printk(3, "< irq: %d count %d\n", irq, priv->count); in bb_DAV_interrupt()
[all …]
/linux/drivers/block/mtip32xx/ !
H A Dmtip32xx.h110 #define dbg_printk(format, arg...) \ macro
113 #define dbg_printk(format, arg...) macro
H A Dmtip32xx.c514 dbg_printk(MTIP_DRV_NAME " TFE for the internal command\n"); in mtip_handle_tfe()
976 dbg_printk(MTIP_DRV_NAME "Unable to allocate tag for PIO cmd\n"); in mtip_exec_internal_command()
1223 dbg_printk(MTIP_DRV_NAME "Time taken to complete standby cmd: %d ms\n", in mtip_standby_immediate()
1496dbg_printk(MTIP_DRV_NAME " %s: User Command: cmd %x, feat %x, nsect %x, sect %x, lcyl %x, hcyl %x,… in exec_drive_task()
1522 dbg_printk(MTIP_DRV_NAME " %s: Completion Status: stat %x, err %x , cyl_lo %x cyl_hi %x\n", in exec_drive_task()
1591 dbg_printk(MTIP_DRV_NAME in exec_drive_command()
1618 dbg_printk(MTIP_DRV_NAME in exec_drive_command()
1812 dbg_printk(MTIP_DRV_NAME in exec_drive_taskfile()
1887 dbg_printk(MTIP_DRV_NAME in exec_drive_taskfile()
2439 dbg_printk(MTIP_DRV_NAME " Aborting request, tag = %d\n", req->tag); in mtip_abort_cmd()
/linux/security/apparmor/ !
H A Ddomain.c772 dbg_printk("apparmor: setting AT_SECURE for %s profile=", in profile_transition()
775 dbg_printk("\n"); in profile_transition()
851 dbg_printk("apparmor: setting AT_SECURE for %s label=", in profile_onexec()
854 dbg_printk("\n"); in profile_onexec()
1010 dbg_printk("setting AT_SECURE for %s label=", in apparmor_bprm_creds_for_exec()
1013 dbg_printk("\n"); in apparmor_bprm_creds_for_exec()
1021 dbg_printk("apparmor: clearing unsafe personality bits. %s label=", in apparmor_bprm_creds_for_exec()
1024 dbg_printk("\n"); in apparmor_bprm_creds_for_exec()
/linux/drivers/platform/x86/lenovo/ !
H A Dthinkpad_acpi.c445 #define dbg_printk(a_dbg_level, format, arg...) \ macro
453 #define vdbg_printk dbg_printk
754 dbg_printk(TPACPI_DBG_INIT, in drv_acpi_handle_init()
801 dbg_printk(TPACPI_DBG_INIT, in tpacpi_acpi_handle_locate()
871 dbg_printk(TPACPI_DBG_INIT, in register_tpacpi_subdriver()
1168 dbg_printk(TPACPI_DBG_RFKILL, in tpacpi_rfk_hook_set_block()
3112 dbg_printk(TPACPI_DBG_EXIT | TPACPI_DBG_HKEY, in hotkey_exit()
3469 dbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY, in hotkey_init()
3534 dbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY, in hotkey_init()
4352 dbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_RFKILL, in bluetooth_init()
[all …]
/linux/security/apparmor/include/ !
H A Dlib.h25 #define dbg_printk(__fmt, __args...) pr_debug(__fmt, ##__args) macro