Home
last modified time | relevance | path

Searched full:acknowledge (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/linux/Documentation/ABI/stable/
H A Dsysfs-firmware-opal-elog24 entries, read them out and acknowledge them.
27 entries than firmware can, so after you acknowledge
55 acknowledge: Writing 'ack' to this file will acknowledge
61 operations (currently just acknowledge).
H A Dsysfs-firmware-opal-dump39 acknowledge: When 'ack' is written to this, we will
40 acknowledge that we've retrieved the
/linux/include/drm/bridge/
H A Dmhl.h197 MHL_ACK = 0x33, /* Command or Data byte acknowledge */
198 MHL_NACK = 0x34, /* Command or Data byte not acknowledge */
227 MHL_MSC_MSG_RCPK = 0x11, /* RCP Acknowledge sub-command */
230 MHL_MSC_MSG_RAPK = 0x21, /* MCW Acknowledge sub-command */
232 MHL_MSC_MSG_RBPK = 0x23, /* RBP Acknowledge sub-command */
235 MHL_MSC_MSG_UCPK = 0x31, /* UCP Acknowledge sub-command */
238 MHL_MSC_MSG_RUSBK = 0x41, /* Acknowledge request for USB host role */
240 MHL_MSC_MSG_RHIDK = 0x43, /* Acknowledge request for HID host role */
242 MHL_MSC_MSG_ATTK = 0x51, /* ATT Acknowledge sub-command */
/linux/arch/mips/include/asm/
H A Di8259.h54 * cases where no better interrupt acknowledge method is available and we
63 /* Perform an interrupt acknowledge cycle on controller 1. */ in i8259_irq()
69 * acknowledge on controller 2. in i8259_irq()
/linux/arch/powerpc/sysdev/
H A Di8259.c26 * Acknowledge the IRQ using either the PCI host bridge's interrupt
27 * acknowledge feature or poll. How i8259_init() is called determines
43 /* Perform an interrupt acknowledge cycle on controller 1. */ in i8259_irq()
49 * acknowledge on controller 2. in i8259_irq()
220 * @intack_addr: PCI interrupt acknowledge (real) address which will return
/linux/Documentation/images/
H A DCOPYING-logo4 and is freely usable as long as you acknowledge Larry as the original
16 as long as you acknowledge Larry, Garrett and IFo as above.
/linux/arch/powerpc/platforms/amigaone/
H A Dsetup.c97 /* Look for interrupt acknowledge address in the PCI root node. */ in amigaone_init_IRQ()
100 prop = of_get_property(np, "8259-interrupt-acknowledge", NULL); in amigaone_init_IRQ()
107 printk(KERN_WARNING "Cannot find PCI interrupt acknowledge" in amigaone_init_IRQ()
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,pas-common.yaml34 - description: Stop acknowledge interrupt
35 - description: Shutdown acknowledge interrupt
H A Dqcom,sc7280-adsp-pil.yaml36 - description: Stop acknowledge interrupt
37 - description: Shutdown acknowledge interrupt
H A Dqcom,sc7180-mss-pil.yaml42 - description: Stop acknowledge interrupt
43 - description: Shutdown acknowledge interrupt
/linux/drivers/gpu/drm/amd/include/ivsrcid/nbio/
H A Dirqsrcs_nbif_7_4.h34 #define NBIF_7_4__SRCID__PF_VF_MSGBUF_ACK 0x88 // Acknowledge message in PF->VF…
36 #define NBIF_7_4__SRCID__VF_PF_MSGBUF_ACK 0x8A // Acknowledge message in VF->PF…
/linux/Documentation/driver-api/
H A Dconnector.rst73 acknowledge number. The sequence number may be copied into
80 acknowledge number MUST be the same + 1.
85 acknowledge is not equal to the sequence number in the original
/linux/Documentation/arch/arm/
H A Dinterrupts.rst57 * Acknowledge the IRQ.
154 acknowledge the SA1110 IRQ each time you re-read the SA1111 IRQ status.
157 (eg, SMC9196), the handler must mask or acknowledge the parent IRQ
/linux/Documentation/devicetree/bindings/mailbox/
H A Dhisilicon,hi6220-mailbox.txt27 mailbox driver uses it to acknowledge interrupt
36 flag" mode or IRQ generated mode to acknowledge a TX
/linux/drivers/input/keyboard/
H A Dnspire-keypad.c139 /* Acknowledge existing interrupts */ in nspire_keypad_close()
207 /* Acknowledge existing interrupts */ in nspire_keypad_probe()
213 /* Acknowledge existing GPIO interrupts */ in nspire_keypad_probe()
/linux/Documentation/devicetree/bindings/dma/stm32/
H A Dst,stm32-mdma.yaml47 4. A 32bit value specifying the register to be used to acknowledge the request
49 5. A 32bit mask specifying the value to be written to acknowledge the request
/linux/Documentation/i2c/
H A Di2c-protocol.rst15 A, NA (1 bit) Acknowledge (ACK) and Not Acknowledge (NACK) bit
/linux/drivers/net/arcnet/
H A DKconfig59 acknowledge back to userspace. After the initial protocol byte every
64 0=no hardware acknowledge
/linux/net/nfc/nci/
H A Dspi.c120 * @acknowledge_mode: Acknowledge mode used by the NFC device
146 static int send_acknowledge(struct nci_spi *nspi, u8 acknowledge) in send_acknowledge() argument
161 hdr[2] = acknowledge << NCI_SPI_ACK_SHIFT; in send_acknowledge()
/linux/drivers/clocksource/
H A Dtimer-mediatek.c159 /* Acknowledge interrupt */ in mtk_gpt_clkevt_time_start()
211 /* Acknowledge timer0 irq */ in mtk_gpt_interrupt()
240 /* Acknowledge all spurious pending interrupts */ in mtk_gpt_enable_irq()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-elog.c67 return sprintf(buf, "ack - acknowledge log message\n"); in elog_ack_show()
91 __ATTR(acknowledge, 0660, elog_ack_show, elog_ack_store);
234 * acknowledge the elog before kobject_uevent() is called. If that in create_elog_obj()
H A Dopal-dump.c69 return sprintf(buf, "ack - acknowledge dump\n"); in dump_ack_show()
111 __ATTR(acknowledge, 0660, dump_ack_show, dump_ack_store);
360 * acknowledge the dump before kobject_uevent() is called. If that in create_dump_obj()
/linux/include/uapi/linux/
H A Dvirtio_mmio.h107 /* Interrupt acknowledge - Write Only */
146 * Interrupt flags (re: interrupt status & acknowledge registers)
/linux/drivers/tty/serial/
H A Datmel_serial.h30 #define ATMEL_US_RSTNACK BIT(14) /* Reset Non Acknowledge */
84 #define ATMEL_US_INACK BIT(20) /* Inhibit Non Acknowledge */
104 #define ATMEL_US_NACK BIT(13) /* Non Acknowledge */
/linux/arch/sh/boards/mach-dreamcast/
H A Dirq.c25 * is set, and that bit should be rewritten to the ESR to acknowledge that
86 /* Acknowledge a hardware event by writing its bit back to its ESR */

12345678910>>...16