Searched refs:attention (Results 1 – 21 of 21) sorted by relevance
| /drivers/pci/hotplug/ |
| A D | pci_hotplug_core.c | 124 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 D | fs3270.c | 38 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 D | rx_desc.h | 1437 struct rx_attention attention; member 1456 struct rx_attention attention; member 1475 struct rx_attention attention; member
|
| A D | hw.c | 362 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 D | rmi_bus.c | 192 handler->attention, IRQF_ONESHOT, in rmi_create_function_irq() 218 if (fn->num_of_irqs && handler->attention) { in rmi_function_probe()
|
| A D | rmi_bus.h | 84 irqreturn_t (*attention)(int irq, void *ctx); member
|
| A D | rmi_f1a.c | 142 .attention = rmi_f1a_attention,
|
| A D | rmi_f21.c | 178 .attention = rmi_f21_attention,
|
| A D | rmi_f3a.c | 240 .attention = rmi_f3a_attention,
|
| A D | rmi_f03.c | 322 .attention = rmi_f03_attention,
|
| A D | rmi_f30.c | 404 .attention = rmi_f30_attention,
|
| A D | rmi_f12.c | 573 .attention = rmi_f12_attention,
|
| A D | rmi_f01.c | 725 .attention = rmi_f01_attention,
|
| A D | rmi_f34.c | 615 .attention = rmi_f34_attention,
|
| A D | rmi_f11.c | 1382 .attention = rmi_f11_attention,
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | htt.c | 179 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 D | htt.h | 2110 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 D | htt_rx.c | 1952 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 D | bus.c | 196 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 D | displayport.c | 519 .attention = dp_altmode_attention,
|
| /drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| A D | hub.fuc | 364 // anything we didn't handle, bring it to the host's attention
|
Completed in 799 milliseconds