Home
last modified time | relevance | path

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

123456

/Linux-v5.15/drivers/pci/hotplug/
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-v5.15/drivers/gpu/drm/msm/dp/
Ddp_hpd.h62 int (*attention)(struct device *dev); member
/Linux-v5.15/drivers/s390/char/
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-v5.15/drivers/staging/media/av7110/
Dvideo-fclose.rst15 .. attention:: This ioctl is deprecated.
Daudio-fclose.rst15 .. attention:: This ioctl is deprecated
Daudio-stop.rst15 .. attention:: This ioctl is deprecated
Daudio-continue.rst15 .. attention:: This ioctl is deprecated
Daudio-set-mixer.rst15 .. attention:: This ioctl is deprecated
Daudio-clear-buffer.rst15 .. attention:: This ioctl is deprecated
Daudio-play.rst15 .. attention:: This ioctl is deprecated
Dvideo-clear-buffer.rst15 .. attention:: This ioctl is deprecated.
Daudio-get-status.rst15 .. attention:: This ioctl is deprecated
Daudio-get-capabilities.rst15 .. attention:: This ioctl is deprecated
Dvideo-set-blank.rst15 .. attention:: This ioctl is deprecated.
Dvideo-set-display-format.rst15 .. attention:: This ioctl is deprecated.
Daudio-pause.rst15 .. attention:: This ioctl is deprecated
Dvideo-play.rst15 .. attention:: This ioctl is deprecated.
/Linux-v5.15/Documentation/userspace-api/media/dvb/
Dlegacy_dvb_apis.rst14 .. attention::
Dfe-read-ber.rst15 .. attention:: This ioctl is deprecated.
Dfe-read-signal-strength.rst15 .. attention:: This ioctl is deprecated.
Dfe-get-frontend.rst15 .. attention:: This ioctl is deprecated.
Dfe-read-snr.rst15 .. attention:: This ioctl is deprecated.
/Linux-v5.15/Documentation/devicetree/bindings/leds/
Dleds-powernv.txt12 - led-types : Supported LED types (attention/identify/fault) provided
/Linux-v5.15/Documentation/devicetree/bindings/input/touchscreen/
Dsis_i2c.txt13 - attn-gpios: the gpio pin used as attention line
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dhw.c348 memcpy((u8 *)&fdesc->u.ipq8074.attention, (u8 *)&ldesc->u.ipq8074.attention, in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
378 return &desc->u.ipq8074.attention; in ath11k_hw_ipq8074_rx_desc_get_attention()
508 memcpy((u8 *)&fdesc->u.qcn9074.attention, (u8 *)&ldesc->u.qcn9074.attention, in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
538 return &desc->u.qcn9074.attention; in ath11k_hw_qcn9074_rx_desc_get_attention()
668 memcpy((u8 *)&fdesc->u.wcn6855.attention, (u8 *)&ldesc->u.wcn6855.attention, in ath11k_hw_wcn6855_rx_desc_copy_attn_end()
698 return &desc->u.wcn6855.attention; in ath11k_hw_wcn6855_rx_desc_get_attention()

123456