Searched refs:event_received (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_hdmi_tx3g4c28phy.c | 114 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()
|
D | sti_hdmi_tx3g0c55phy.c | 245 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()
|
D | sti_hdmi.h | 64 bool event_received; member
|
D | sti_hdmi.c | 156 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/ |
D | hci.h | 54 int (*event_received)(struct nfc_hci_dev *hdev, u8 pipe, u8 event, member
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | util.c | 106 {"event_received", item_size(event_received), 107 item_addr(event_received), 1},
|
D | ioctl.h | 237 u8 event_received; member
|
D | main.c | 325 if (adapter->event_received) { in mwifiex_main_process() 326 adapter->event_received = false; in mwifiex_main_process()
|
D | README | 158 event_received = <0/1, no event to process/event received and yet to process>
|
D | init.c | 218 adapter->event_received = false; in mwifiex_init_adapter()
|
D | main.h | 123 adapter->event_received || \ 883 u8 event_received; member
|
D | pcie.c | 1708 if (adapter->event_received) { in mwifiex_pcie_process_event_ready() 1766 adapter->event_received = true; in mwifiex_pcie_process_event_ready()
|
D | usb.c | 129 adapter->event_received = true; in mwifiex_usb_recv()
|
D | sdio.c | 1218 adapter->event_received = true; in mwifiex_decode_rx_packet()
|
/linux-4.4.14/net/nfc/hci/ |
D | core.c | 387 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/ |
D | nfc-hci.txt | 83 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/ |
D | microread.c | 653 .event_received = microread_event_received,
|
/linux-4.4.14/drivers/nfc/pn544/ |
D | pn544.c | 908 .event_received = pn544_hci_event_received,
|
/linux-4.4.14/drivers/nfc/st21nfca/ |
D | core.c | 948 .event_received = st21nfca_hci_event_received,
|