Home
last modified time | relevance | path

Searched refs:event_received (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_hdmi_tx3g4c28phy.c114 hdmi->event_received = false; in sti_hdmi_tx3g4c28phy_start()
120 hdmi->event_received == true, in sti_hdmi_tx3g4c28phy_start()
190 hdmi->event_received = false; in sti_hdmi_tx3g4c28phy_stop()
200 hdmi->event_received == true, in sti_hdmi_tx3g4c28phy_stop()
Dsti_hdmi_tx3g0c55phy.c245 hdmi->event_received = false; in sti_hdmi_tx3g0c55phy_start()
251 hdmi->event_received == true, in sti_hdmi_tx3g0c55phy_start()
316 hdmi->event_received = false; in sti_hdmi_tx3g0c55phy_stop()
323 hdmi->event_received == true, in sti_hdmi_tx3g0c55phy_stop()
Dsti_hdmi.h64 bool event_received; member
Dsti_hdmi.c156 hdmi->event_received = true; in hdmi_irq_thread()
424 hdmi->event_received = false; in hdmi_swreset()
432 hdmi->event_received == true, in hdmi_swreset()
/linux-4.4.14/include/net/nfc/
Dhci.h54 int (*event_received)(struct nfc_hci_dev *hdev, u8 pipe, u8 event, member
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dutil.c106 {"event_received", item_size(event_received),
107 item_addr(event_received), 1},
Dioctl.h237 u8 event_received; member
Dmain.c325 if (adapter->event_received) { in mwifiex_main_process()
326 adapter->event_received = false; in mwifiex_main_process()
DREADME158 event_received = <0/1, no event to process/event received and yet to process>
Dinit.c218 adapter->event_received = false; in mwifiex_init_adapter()
Dmain.h123 adapter->event_received || \
883 u8 event_received; member
Dpcie.c1708 if (adapter->event_received) { in mwifiex_pcie_process_event_ready()
1766 adapter->event_received = true; in mwifiex_pcie_process_event_ready()
Dusb.c129 adapter->event_received = true; in mwifiex_usb_recv()
Dsdio.c1218 adapter->event_received = true; in mwifiex_decode_rx_packet()
/linux-4.4.14/net/nfc/hci/
Dcore.c387 if (hdev->ops->event_received) { in nfc_hci_event_received()
388 r = hdev->ops->event_received(hdev, pipe, event, skb); in nfc_hci_event_received()
/linux-4.4.14/Documentation/nfc/
Dnfc-hci.txt83 int (*event_received)(struct nfc_hci_dev *hdev, u8 gate, u8 event,
115 - event_received() is called to handle an event coming from the chip. Driver
/linux-4.4.14/drivers/nfc/microread/
Dmicroread.c653 .event_received = microread_event_received,
/linux-4.4.14/drivers/nfc/pn544/
Dpn544.c908 .event_received = pn544_hci_event_received,
/linux-4.4.14/drivers/nfc/st21nfca/
Dcore.c948 .event_received = st21nfca_hci_event_received,