Lines Matching full:wake

138 /* write val to cir wake register */
145 /* read val from cir wake config register */
186 /* enable writes to wake fifo */ in nvt_write_wakeup_codes()
191 pr_info("Wake samples (%d) =", count); in nvt_write_wakeup_codes()
193 pr_info("Wake sample fifo cleared"); in nvt_write_wakeup_codes()
315 /* dump current cir wake register contents */
323 pr_info("%s: Dump CIR WAKE logical device registers:\n", in cir_wake_dump_regs()
325 pr_info(" * CR CIR WAKE ACTIVE : 0x%x\n", in cir_wake_dump_regs()
327 pr_info(" * CR CIR WAKE BASE ADDR: 0x%x\n", in cir_wake_dump_regs()
330 pr_info(" * CR CIR WAKE IRQ NUM: 0x%x\n", in cir_wake_dump_regs()
335 pr_info("%s: Dump CIR WAKE registers\n", NVT_DRIVER_NAME); in cir_wake_dump_regs()
370 pr_info("%s: Dump CIR WAKE FIFO (len %d)\n", NVT_DRIVER_NAME, fifo_len); in cir_wake_dump_regs()
471 /* Enable CIR Wake via PSOUT# (Pin60) */ in nvt_cir_wake_ldev_init()
477 /* Select CIR Wake logical device */ in nvt_cir_wake_ldev_init()
482 nvt_dbg("CIR Wake initialized, base io port address: 0x%lx", in nvt_cir_wake_ldev_init()
493 /* clear out the hardware's cir wake rx fifo */
500 /* clearing wake fifo works in learning mode only */ in nvt_clear_cir_wake_fifo()
821 /* IRQ may be shared with CIR WAKE, therefore check for each in nvt_cir_isr()
952 dev_err(&pdev->dev, "Wake PNP Port not valid!\n"); in nvt_probe()
972 /* Initialize CIR & CIR Wake Logical Devices */ in nvt_probe()
979 * Initialize CIR & CIR Wake Config Registers in nvt_probe()
1023 CIR_IOREG_LENGTH, NVT_DRIVER_NAME "-wake")) in nvt_probe()
1049 /* enable CIR Wake (for IR power-on) */ in nvt_remove()
1064 /* make sure wake is enabled */ in nvt_suspend()