Home
last modified time | relevance | path

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

12345

/Linux-v5.4/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.4/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.4/Documentation/devicetree/bindings/leds/
Dleds-powernv.txt12 - led-types : Supported LED types (attention/identify/fault) provided
/Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/
Dsis_i2c.txt13 - attn-gpios: the gpio pin used as attention line
/Linux-v5.4/Documentation/media/uapi/dvb/
Dvideo-fclose.rst21 .. attention:: This ioctl is deprecated.
Daudio-fclose.rst21 .. attention:: This ioctl is deprecated
Daudio-stop.rst21 .. attention:: This ioctl is deprecated
Daudio-continue.rst21 .. attention:: This ioctl is deprecated
Daudio-set-mixer.rst21 .. attention:: This ioctl is deprecated
Daudio-clear-buffer.rst21 .. attention:: This ioctl is deprecated
Daudio-get-status.rst21 .. attention:: This ioctl is deprecated
Daudio-play.rst21 .. attention:: This ioctl is deprecated
Dvideo-clear-buffer.rst21 .. attention:: This ioctl is deprecated.
Dfe-read-snr.rst21 .. attention:: This ioctl is deprecated.
Dvideo-get-size.rst21 .. attention:: This ioctl is deprecated.
Dvideo-play.rst21 .. attention:: This ioctl is deprecated.
Dvideo-set-blank.rst21 .. attention:: This ioctl is deprecated.
Dvideo-set-display-format.rst21 .. attention:: This ioctl is deprecated.
Daudio-get-capabilities.rst21 .. attention:: This ioctl is deprecated
Daudio-pause.rst21 .. attention:: This ioctl is deprecated
Daudio-set-av-sync.rst21 .. attention:: This ioctl is deprecated
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c159 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/
Dbus.c153 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/
Drmi_bus.c191 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/
Dtypec_altmode.h60 void (*attention)(struct typec_altmode *altmode, u32 vdo); member

12345