Home
last modified time | relevance | path

Searched full:attention (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/linux/drivers/target/
H A Dtarget_core_ua.c5 * This file contains logic for SPC-3 Unit Attention emulation
51 * From sam4r14, section 5.14 Unit attention condition: in target_scsi3_ua_check()
55 * report nor clear any unit attention condition; in target_scsi3_ua_check()
58 * report any unit attention condition; in target_scsi3_ua_check()
60 * a unit attention condition exists for the SCSI initiator port in target_scsi3_ua_check()
95 * Do not report the same UNIT ATTENTION twice.. in core_scsi3_ua_allocate()
103 * Attach the highest priority Unit Attention to in core_scsi3_ua_allocate()
105 * Section 5.14 Unit Attention Condition: in core_scsi3_ua_allocate()
131 * Family 2AHh ASCQ codes for Unit Attention condition. in core_scsi3_ua_allocate()
149 pr_debug("Allocated UNIT ATTENTION, mapped LUN: %llu, ASC:" in core_scsi3_ua_allocate()
[all …]
/linux/sound/soc/tegra/
H A Dtegra20_spdif.h75 /* Interrupt when RX user FIFO attention level is reached */
78 /* Interrupt when TX user FIFO attention level is reached */
81 /* Interrupt when RX data FIFO attention level is reached */
84 /* Interrupt when TX data FIFO attention level is reached */
184 * 1=attention level reached, 0=attention level not reached.
190 * 1=attention level reached, 0=attention level not reached.
196 * 1=attention level reached, 0=attention level not reached.
202 * 1=attention level reached, 0=attention level not reached.
242 /* RU FIFO attention level */
262 /* TU FIFO attention level */
[all …]
/linux/drivers/pci/hotplug/
H A Dacpiphp_core.c70 * acpiphp_register_attention - set attention LED callback
74 * driver that manipulates the attention LED. All the fields in
91 * acpiphp_unregister_attention - unset attention LED callback
95 * driver that manipulates the attention LED. The pointer to the
146 * set_attention_status - set attention LED
147 * @hotplug_slot: slot to set attention LED on
148 * @status: value to set attention LED to (0 or 1)
150 * attention status LED, so we use a callback that
191 * get_attention_status - get attention LED status
193 * @value: returns with value of attention LED
[all …]
H A Dacpiphp_ibm.c117 * has info about the aPCI slot id and attention status.
153 * ibm_set_attention_status - callback method to set the attention LED
175 pr_debug("%s: set slot %d (%d) attention status to %d\n", __func__, in ibm_set_attention_status()
198 * ibm_get_attention_status - callback method to get attention LED status
225 pr_debug("%s: get slot %d (%d) attention status is %d\n", __func__, in ibm_get_attention_status()
477 pr_err("%s: attention info deregistration failed", __func__); in ibm_acpiphp_exit()
H A Drpaphp_core.c46 * set_attention_status - set attention LED
50 * echo 0 > attention -- set LED OFF
51 * echo 1 > attention -- set LED ON
52 * echo 2 > attention -- set LED ID(identify, light is blinking)
93 * get_attention_status - get attention LED status
H A Dshpchp_ctrl.c50 /* Attention Button Change */ in shpchp_handle_attention_button()
51 ctrl_dbg(ctrl, "Attention button interrupt received\n"); in shpchp_handle_attention_button()
364 ctrl_err(ctrl, "Issue of Set Attention command failed\n"); in remove_board()
485 * press the attention again before the 5 sec. limit in handle_button_press_event()
504 * this means that the previous attention button action in handle_button_press_event()
H A Dacpiphp.h146 * struct acpiphp_attention_info - device specific attention registration
148 * ACPI has no generic method of setting/getting attention status
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.c76 /* Callback to call if attention will be triggered */
89 /* Specific HW attention callbacks */
362 DP_INFO(p_hwfn, "General attention 35!\n"); in qed_general_attention_35()
486 DP_NOTICE(p_hwfn->cdev, "DORQ attention. int_sts was %x\n", int_sts); in qed_dorq_attn_int_sts()
534 DP_INFO(p_hwfn, "DORQ fatal attention\n"); in qed_dorq_attn_int_sts()
555 /* Call DORQ callback if the attention was missed */ in qed_dorq_attn_handler()
612 {"General Attention %d",
619 {"General Attention 32", ATTENTION_SINGLE |
622 {"General Attention %d",
625 {"General Attention 35", ATTENTION_SINGLE |
[all …]
H A Dqed_dbg_hsi.h140 /* Attention bit mapping */
149 /* Attention block per-type data */
164 /* Attention register result */
177 /* Attention block result */
198 /* Attention register */
211 /* Attention types */
1118 * qed_dbg_read_attn(): Reads the attention registers of the specified
1124 * @attn_type: Attention type.
1125 * @clear_status: Indicates if the attention status should be cleared.
1140 * qed_dbg_print_attn(): Prints attention registers values in the
[all …]
H A Dqed_int.h18 #define IGU_PF_CONF_ATTN_BIT_EN (0x1 << 3) /* attention enable */
178 * attributes of the specific attention.
423 * qed_int_igu_enable(): Enable Interrupt & Attention for hw function.
/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_audio.rst11 .. attention:: Do **not** use in new drivers!
491 .. attention:: Do **not** use in new drivers!
542 .. attention:: Do **not** use in new drivers!
594 .. attention:: Do **not** use in new drivers!
647 .. attention:: Do **not** use in new drivers!
706 .. attention:: Do **not** use in new drivers!
780 .. attention:: Do **not** use in new drivers!
855 .. attention:: Do **not** use in new drivers!
925 .. attention:: Do **not** use in new drivers!
987 .. attention:: Do **not** use in new drivers!
[all …]
H A Dlegacy_dvb_video.rst11 .. attention:: Do **not** use in new drivers!
861 .. attention:: Do **not** use in new drivers!
917 .. attention:: Do **not** use in new drivers!
972 .. attention:: Do **not** use in new drivers!
1032 .. attention:: Do **not** use in new drivers!
1093 .. attention:: Do **not** use in new drivers!
1174 .. attention:: Do **not** use in new drivers!
1232 .. attention:: Do **not** use in new drivers!
1291 .. attention:: Do **not** use in new drivers!
1380 .. attention:: Do **not** use in new drivers!
[all …]
/linux/drivers/scsi/
H A Dpmcraid.h913 "Unit Attention, cache exists for missing/failed device"},
915 "Unit Attention, incompatible exposed mode device"},
917 "Unit Attention, attachment of logical unit failed"},
919 "Unit Attention, cables exceed connective design limit"},
921 "Unit Attention, incomplete multipath connection between" \
924 "Unit Attention, incomplete multipath connection between" \
927 "Unit Attention, incomplete multipath connection between" \
930 "Unit Attention, missing remote IOA"},
932 "Unit Attention, enclosure doesn't support required multipath" \
935 "Unit Attention, corrupt array parity detected on device"},
[all …]
H A Dfdomain.h25 #define BSTAT_ATN BIT(7) /* Attention */
30 #define BCTL_ATN BIT(3) /* Attention */
/linux/drivers/s390/char/
H A Dfs3270.c38 int attention; /* Got attention. */ member
41 wait_queue_head_t wait; /* Init & attention wait queue. */
220 /* Handle ATTN. Set indication and wake waiters for attention. */ in fs3270_irq()
222 fp->attention = 1; in fs3270_irq()
260 rc = wait_event_interruptible(fp->wait, fp->attention); in fs3270_read()
261 fp->attention = 0; in fs3270_read()
/linux/include/linux/usb/
H A Dtypec_altmode.h54 * @attention: Callback for Attention Command
62 void (*attention)(struct typec_altmode *altmode, u32 vdo); member
/linux/include/linux/bcma/
H A Dbcma_driver_pci.h120 #define BCMA_CORE_PCI_PLP_ATTNREG 0x218 /* Attention */
121 #define BCMA_CORE_PCI_PLP_ATTNMASKREG 0x21C /* Attention Mask */
134 #define BCMA_CORE_PCI_DLLP_LAREG 0x108 /* Link Attention */
136 #define BCMA_CORE_PCI_DLLP_LAMASKREG 0x10C /* Link Attention Mask */
/linux/Documentation/security/
H A Dsak.rst2 Linux Secure Attention Key (SAK) handling
8 An operating system's Secure Attention Key is a security tool which is
/linux/drivers/usb/typec/
H A Dbus.c180 * typec_altmode_attention - Attention command
182 * @vdo: VDO for the Attention command
184 * Notifies the partner of @adev about Attention command.
196 if (pdev->ops && pdev->ops->attention) in typec_altmode_attention()
197 pdev->ops->attention(pdev, vdo); in typec_altmode_attention()
/linux/include/linux/
H A Dpci_hotplug.h21 * @set_attention_status: Called to set the specific slot's attention LED to
26 * @get_attention_status: Called to get the current attention status of a slot.
/linux/drivers/platform/chrome/
H A Dcros_typec_vdm.c17 * Retrieves pending VDM attention messages from the EC and forwards them to the altmode driver
41 dev_dbg(typec->dev, "Received VDM Attention header: %x, port: %d\n", hdr, port_num); in cros_typec_handle_vdm_attention()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h347 uint64_t sli_intr; /* Count of Host Attention interrupts */
348 uint64_t sli_prev_intr; /* Previous cnt of Host Attention interrupts */
349 uint64_t sli_ips; /* Host Attention interrupts per sec */
376 #define LPFC_PROCESS_LA 0x400 /* Able to process link attention */
H A Dlpfc_mbox.c310 * is defined as any device where no error attention is sent and both mailbox
333 * @mp: DMA buffer memory for reading the link attention information into.
337 * Attention (HSTATT) register is set to 1 (For SLI-3) or when an FC Link
338 * Attention ACQE is received from the port (For SLI-4). A Link Event
339 * Attention occurs based on an exception detected at the Fibre Channel link
344 * HBA through @mp for the HBA to DMA link attention information into the
374 * lpfc_clear_la - Prepare a mailbox command for clearing HBA link attention
378 * The clear link attention mailbox command is issued to clear the link event
379 * attention condition indicated by the Link Event bit of the Host Attention
380 * (HSTATT) register. The link event attention condition is cleared only if
[all …]
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_reg.h930 /* [R 4] Debug: [3] - attention write done message is pending (0-no pending;
931 * 1-pending). [2:0] = PFID. Pending means attention message was sent; but
1034 follows: [0] NIG attention for function0; [1] NIG attention for
1049 NIG attention for function0; [1] NIG attention for function1; [2] GPIO1
1127 Latched timeout attention; [27] GRC Latched reserved access attention;
1141 attention; [27] GRC Latched reserved access attention; [28] MCP Latched
1147 * attention [3] PGLUE B RBC parity; [4] ATC attention; [5] ATC parity; [6]
1148 * CNIG attention (reserved); [7] CNIG parity (reserved); [31-8] Reserved; */
1153 latch; one in d5 clears GRC Latched timeout attention; one in d6 clears
1154 GRC Latched reserved access attention; one in d7 clears Latched
[all …]
/linux/drivers/input/rmi4/
H A Drmi_f12.c457 * HID attention report. Registers which are not reported in the HID in rmi_f12_probe()
458 * attention report check to see if the device is receiving data from in rmi_f12_probe()
459 * HID attention reports. in rmi_f12_probe()
573 .attention = rmi_f12_attention,

12345678910>>...14