| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | pci_hotplug_core.c | 142 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 D | fs3270.c | 37 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 D | dp_hpd.h | 62 int (*attention)(struct device *dev); member
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | video-fclose.rst | 15 .. attention:: This ioctl is deprecated.
|
| H A D | audio-fclose.rst | 15 .. attention:: This ioctl is deprecated
|
| H A D | audio-continue.rst | 15 .. attention:: This ioctl is deprecated
|
| H A D | audio-stop.rst | 15 .. attention:: This ioctl is deprecated
|
| H A D | video-clear-buffer.rst | 15 .. attention:: This ioctl is deprecated.
|
| H A D | audio-play.rst | 15 .. attention:: This ioctl is deprecated
|
| H A D | audio-clear-buffer.rst | 15 .. attention:: This ioctl is deprecated
|
| H A D | audio-set-mixer.rst | 15 .. attention:: This ioctl is deprecated
|
| H A D | fe-read-signal-strength.rst | 15 .. attention:: This ioctl is deprecated.
|
| H A D | audio-get-status.rst | 15 .. attention:: This ioctl is deprecated
|
| H A D | audio-get-capabilities.rst | 15 .. attention:: This ioctl is deprecated
|
| H A D | fe-read-ber.rst | 15 .. attention:: This ioctl is deprecated.
|
| H A D | audio-pause.rst | 15 .. attention:: This ioctl is deprecated
|
| H A D | fe-get-frontend.rst | 15 .. attention:: This ioctl is deprecated.
|
| H A D | video-set-display-format.rst | 15 .. attention:: This ioctl is deprecated.
|
| H A D | fe-read-snr.rst | 15 .. attention:: This ioctl is deprecated.
|
| H A D | video-set-blank.rst | 15 .. attention:: This ioctl is deprecated.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-powernv.txt | 12 - led-types : Supported LED types (attention/identify/fault) provided
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 167 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 D | sis_i2c.txt | 13 - attn-gpios: the gpio pin used as attention line
|
| /OK3568_Linux_fs/kernel/drivers/input/rmi4/ |
| H A D | rmi_bus.c | 191 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 D | bus.c | 159 if (pdev->ops && pdev->ops->attention) in typec_altmode_attention() 160 pdev->ops->attention(pdev, vdo); in typec_altmode_attention()
|