Home
last modified time | relevance | path

Searched refs:attention (Results 1 – 21 of 21) sorted by relevance

/drivers/pci/hotplug/
A Dpci_hotplug_core.c124 u8 attention; in attention_write_file() local
128 attention = (u8)(lattention & 0xff); in attention_write_file()
129 dbg(" - attention = %d\n", attention); in attention_write_file()
132 retval = ops->set_attention_status(slot, attention); in attention_write_file()
/drivers/s390/char/
A Dfs3270.c38 int attention; /* Got attention. */ member
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()
/drivers/net/wireless/ath/ath11k/
A Drx_desc.h1437 struct rx_attention attention; member
1456 struct rx_attention attention; member
1475 struct rx_attention attention; member
A Dhw.c362 memcpy((u8 *)&fdesc->u.ipq8074.attention, (u8 *)&ldesc->u.ipq8074.attention, in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
403 return &desc->u.ipq8074.attention; in ath11k_hw_ipq8074_rx_desc_get_attention()
539 memcpy((u8 *)&fdesc->u.qcn9074.attention, (u8 *)&ldesc->u.qcn9074.attention, in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
569 return &desc->u.qcn9074.attention; in ath11k_hw_qcn9074_rx_desc_get_attention()
710 memcpy((u8 *)&fdesc->u.wcn6855.attention, (u8 *)&ldesc->u.wcn6855.attention, in ath11k_hw_wcn6855_rx_desc_copy_attn_end()
740 return &desc->u.wcn6855.attention; in ath11k_hw_wcn6855_rx_desc_get_attention()
/drivers/input/rmi4/
A Drmi_bus.c192 handler->attention, IRQF_ONESHOT, in rmi_create_function_irq()
218 if (fn->num_of_irqs && handler->attention) { in rmi_function_probe()
A Drmi_bus.h84 irqreturn_t (*attention)(int irq, void *ctx); member
A Drmi_f1a.c142 .attention = rmi_f1a_attention,
A Drmi_f21.c178 .attention = rmi_f21_attention,
A Drmi_f3a.c240 .attention = rmi_f3a_attention,
A Drmi_f03.c322 .attention = rmi_f03_attention,
A Drmi_f30.c404 .attention = rmi_f30_attention,
A Drmi_f12.c573 .attention = rmi_f12_attention,
A Drmi_f01.c725 .attention = rmi_f01_attention,
A Drmi_f34.c615 .attention = rmi_f34_attention,
A Drmi_f11.c1382 .attention = rmi_f11_attention,
/drivers/net/wireless/ath/ath10k/
A Dhtt.c179 off->rx_attention_offset = __cpu_to_le16(desc_offset(attention)); in ath10k_rx_desc_wcn3990_get_offsets()
195 return &rx_desc->attention; in ath10k_rx_desc_wcn3990_get_attention()
A Dhtt.h2110 struct rx_attention attention; member
2133 struct rx_attention attention; member
2231 off->rx_attention_offset = __cpu_to_le16(desc_offset(attention)); in ath10k_htt_rx_desc_get_offsets()
2246 return &rx_desc->attention; in ath10k_htt_rx_desc_get_attention()
A Dhtt_rx.c1952 u32 attention; in ath10k_htt_rx_h_mpdu() local
1996 attention = __le32_to_cpu(rxd_attention->flags); in ath10k_htt_rx_h_mpdu()
1998 has_fcs_err = !!(attention & RX_ATTENTION_FLAGS_FCS_ERR); in ath10k_htt_rx_h_mpdu()
1999 has_crypto_err = !!(attention & RX_ATTENTION_FLAGS_DECRYPT_ERR); in ath10k_htt_rx_h_mpdu()
2000 has_tkip_err = !!(attention & RX_ATTENTION_FLAGS_TKIP_MIC_ERR); in ath10k_htt_rx_h_mpdu()
2001 has_peer_idx_invalid = !!(attention & RX_ATTENTION_FLAGS_PEER_IDX_INVALID); in ath10k_htt_rx_h_mpdu()
/drivers/usb/typec/
A Dbus.c196 if (pdev->ops && pdev->ops->attention) in typec_altmode_attention()
197 pdev->ops->attention(pdev, vdo); in typec_altmode_attention()
/drivers/usb/typec/altmodes/
A Ddisplayport.c519 .attention = dp_altmode_attention,
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
A Dhub.fuc364 // anything we didn't handle, bring it to the host's attention

Completed in 799 milliseconds