Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H 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()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/
H A Ddp_hpd.h62 int (*attention)(struct device *dev); member
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dvideo-fclose.rst15 .. attention:: This ioctl is deprecated.
H A Daudio-fclose.rst15 .. attention:: This ioctl is deprecated
H A Daudio-continue.rst15 .. attention:: This ioctl is deprecated
H A Daudio-stop.rst15 .. attention:: This ioctl is deprecated
H A Dvideo-clear-buffer.rst15 .. attention:: This ioctl is deprecated.
H A Daudio-play.rst15 .. attention:: This ioctl is deprecated
H A Daudio-clear-buffer.rst15 .. attention:: This ioctl is deprecated
H A Daudio-set-mixer.rst15 .. attention:: This ioctl is deprecated
H A Dfe-read-signal-strength.rst15 .. attention:: This ioctl is deprecated.
H A Daudio-get-status.rst15 .. attention:: This ioctl is deprecated
H A Daudio-get-capabilities.rst15 .. attention:: This ioctl is deprecated
H A Dfe-read-ber.rst15 .. attention:: This ioctl is deprecated.
H A Daudio-pause.rst15 .. attention:: This ioctl is deprecated
H A Dfe-get-frontend.rst15 .. attention:: This ioctl is deprecated.
H A Dvideo-set-display-format.rst15 .. attention:: This ioctl is deprecated.
H A Dfe-read-snr.rst15 .. attention:: This ioctl is deprecated.
H A Dvideo-set-blank.rst15 .. attention:: This ioctl is deprecated.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-powernv.txt12 - led-types : Supported LED types (attention/identify/fault) provided
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H 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()
385 msdu_len_invalid = !!(__le32_to_cpu(rx_desc->attention.flags) in ath10k_htt_rx_amsdu_pop()
417 trace_ath10k_htt_rx_desc(ar, &rx_desc->attention, 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()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Dsis_i2c.txt13 - attn-gpios: the gpio pin used as attention line
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_bus.c191 handler->attention, IRQF_ONESHOT, in rmi_create_function_irq()
217 if (fn->num_of_irqs && handler->attention) { in rmi_function_probe()
/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A Dbus.c159 if (pdev->ops && pdev->ops->attention) in typec_altmode_attention()
160 pdev->ops->attention(pdev, vdo); in typec_altmode_attention()

123456789