Searched refs:attention (Results 1 – 25 of 121) sorted by relevance
12345
| /Linux-v5.4/drivers/pci/hotplug/ |
| 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()
|
| /Linux-v5.4/drivers/s390/char/ |
| 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()
|
| /Linux-v5.4/Documentation/devicetree/bindings/leds/ |
| D | leds-powernv.txt | 12 - led-types : Supported LED types (attention/identify/fault) provided
|
| /Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/ |
| D | sis_i2c.txt | 13 - attn-gpios: the gpio pin used as attention line
|
| /Linux-v5.4/Documentation/media/uapi/dvb/ |
| D | video-fclose.rst | 21 .. attention:: This ioctl is deprecated.
|
| D | audio-fclose.rst | 21 .. attention:: This ioctl is deprecated
|
| D | audio-stop.rst | 21 .. attention:: This ioctl is deprecated
|
| D | audio-continue.rst | 21 .. attention:: This ioctl is deprecated
|
| D | audio-set-mixer.rst | 21 .. attention:: This ioctl is deprecated
|
| D | audio-clear-buffer.rst | 21 .. attention:: This ioctl is deprecated
|
| D | audio-get-status.rst | 21 .. attention:: This ioctl is deprecated
|
| D | audio-play.rst | 21 .. attention:: This ioctl is deprecated
|
| D | video-clear-buffer.rst | 21 .. attention:: This ioctl is deprecated.
|
| D | fe-read-snr.rst | 21 .. attention:: This ioctl is deprecated.
|
| D | video-get-size.rst | 21 .. attention:: This ioctl is deprecated.
|
| D | video-play.rst | 21 .. attention:: This ioctl is deprecated.
|
| D | video-set-blank.rst | 21 .. attention:: This ioctl is deprecated.
|
| D | video-set-display-format.rst | 21 .. attention:: This ioctl is deprecated.
|
| D | audio-get-capabilities.rst | 21 .. attention:: This ioctl is deprecated
|
| D | audio-pause.rst | 21 .. attention:: This ioctl is deprecated
|
| D | audio-set-av-sync.rst | 21 .. attention:: This ioctl is deprecated
|
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | htt_rx.c | 159 rx_desc->attention.flags = __cpu_to_le32(0); in __ath10k_htt_rx_ring_fill_n() 371 if (!(__le32_to_cpu(rx_desc->attention.flags) in ath10k_htt_rx_amsdu_pop() 377 msdu_len_invalid = !!(__le32_to_cpu(rx_desc->attention.flags) in ath10k_htt_rx_amsdu_pop() 409 trace_ath10k_htt_rx_desc(ar, &rx_desc->attention, in ath10k_htt_rx_amsdu_pop() 670 if (!(__le32_to_cpu(rxd->attention.flags) & in ath10k_htt_rx_pop_paddr32_list() 731 if (!(__le32_to_cpu(rxd->attention.flags) & in ath10k_htt_rx_pop_paddr64_list() 1011 __le32_to_cpu(rxd->attention.flags), in ath10k_htt_rx_h_rates() 1058 if (rxd->attention.flags & in ath10k_htt_rx_h_peer_channel() 1205 is_first_ppdu = !!(rxd->attention.flags & in ath10k_htt_rx_h_ppdu() 1207 is_last_ppdu = !!(rxd->attention.flags & in ath10k_htt_rx_h_ppdu() [all …]
|
| /Linux-v5.4/drivers/usb/typec/ |
| D | bus.c | 153 if (pdev->ops && pdev->ops->attention) in typec_altmode_attention() 154 pdev->ops->attention(pdev, vdo); in typec_altmode_attention()
|
| /Linux-v5.4/drivers/input/rmi4/ |
| 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()
|
| /Linux-v5.4/include/linux/usb/ |
| D | typec_altmode.h | 60 void (*attention)(struct typec_altmode *altmode, u32 vdo); member
|
12345