Home
last modified time | relevance | path

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

123456

/linux/drivers/pci/hotplug/
A Dpci_hotplug_core.c142 u8 attention; in attention_write_file() local
146 attention = (u8)(lattention & 0xff); in attention_write_file()
147 dbg(" - attention = %d\n", attention); in attention_write_file()
154 retval = ops->set_attention_status(slot, attention); in attention_write_file()
/linux/drivers/s390/char/
A Dfs3270.c37 int attention; /* Got attention. */ member
226 fp->attention = 1; in fs3270_irq()
264 rc = wait_event_interruptible(fp->wait, fp->attention); in fs3270_read()
265 fp->attention = 0; in fs3270_read()
/linux/drivers/gpu/drm/msm/dp/
A Ddp_hpd.h62 int (*attention)(struct device *dev); member
/linux/drivers/staging/media/av7110/
A Dvideo-fclose.rst15 .. attention:: This ioctl is deprecated.
A Daudio-fclose.rst15 .. attention:: This ioctl is deprecated
A Daudio-continue.rst15 .. attention:: This ioctl is deprecated
A Daudio-stop.rst15 .. attention:: This ioctl is deprecated
A Daudio-clear-buffer.rst15 .. attention:: This ioctl is deprecated
A Dvideo-clear-buffer.rst15 .. attention:: This ioctl is deprecated.
A Daudio-play.rst15 .. attention:: This ioctl is deprecated
A Daudio-set-mixer.rst15 .. attention:: This ioctl is deprecated
A Daudio-get-capabilities.rst15 .. attention:: This ioctl is deprecated
A Daudio-get-status.rst15 .. attention:: This ioctl is deprecated
A Daudio-pause.rst15 .. attention:: This ioctl is deprecated
A Dvideo-set-blank.rst15 .. attention:: This ioctl is deprecated.
A Dvideo-set-display-format.rst15 .. attention:: This ioctl is deprecated.
/linux/Documentation/userspace-api/media/dvb/
A Dlegacy_dvb_apis.rst14 .. attention::
A Dfe-read-ber.rst15 .. attention:: This ioctl is deprecated.
A Dfe-read-signal-strength.rst15 .. attention:: This ioctl is deprecated.
A Dfe-get-frontend.rst15 .. attention:: This ioctl is deprecated.
A Dfe-read-snr.rst15 .. attention:: This ioctl is deprecated.
/linux/Documentation/devicetree/bindings/leds/
A Dleds-powernv.txt12 - led-types : Supported LED types (attention/identify/fault) provided
/linux/drivers/net/wireless/ath/ath11k/
A Dhw.c351 memcpy((u8 *)&fdesc->u.ipq8074.attention, (u8 *)&ldesc->u.ipq8074.attention, in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
392 return &desc->u.ipq8074.attention; in ath11k_hw_ipq8074_rx_desc_get_attention()
522 memcpy((u8 *)&fdesc->u.qcn9074.attention, (u8 *)&ldesc->u.qcn9074.attention, in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
552 return &desc->u.qcn9074.attention; in ath11k_hw_qcn9074_rx_desc_get_attention()
693 memcpy((u8 *)&fdesc->u.wcn6855.attention, (u8 *)&ldesc->u.wcn6855.attention, in ath11k_hw_wcn6855_rx_desc_copy_attn_end()
723 return &desc->u.wcn6855.attention; in ath11k_hw_wcn6855_rx_desc_get_attention()
/linux/drivers/net/wireless/ath/ath10k/
A Dhtt_rx.c167 rx_desc->attention.flags = __cpu_to_le32(0); in __ath10k_htt_rx_ring_fill_n()
379 if (!(__le32_to_cpu(rx_desc->attention.flags) in ath10k_htt_rx_amsdu_pop()
678 if (!(__le32_to_cpu(rxd->attention.flags) & in ath10k_htt_rx_pop_paddr32_list()
739 if (!(__le32_to_cpu(rxd->attention.flags) & in ath10k_htt_rx_pop_paddr64_list()
1025 __le32_to_cpu(rxd->attention.flags), in ath10k_htt_rx_h_rates()
1072 if (rxd->attention.flags & in ath10k_htt_rx_h_peer_channel()
1219 is_first_ppdu = !!(rxd->attention.flags & in ath10k_htt_rx_h_ppdu()
1221 is_last_ppdu = !!(rxd->attention.flags & in ath10k_htt_rx_h_ppdu()
1849 u32 attention; in ath10k_htt_rx_h_mpdu() local
1858 is_mgmt = !!(rxd->attention.flags & in ath10k_htt_rx_h_mpdu()
[all …]
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Dsis_i2c.txt13 - attn-gpios: the gpio pin used as attention line

Completed in 43 milliseconds

123456