Searched refs:event_received (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/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.1.27/include/net/nfc/ |
D | hci.h | 54 int (*event_received)(struct nfc_hci_dev *hdev, u8 pipe, u8 event, member
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | util.c | 104 {"event_received", item_size(event_received), 105 item_addr(event_received), 1},
|
D | ioctl.h | 235 u8 event_received; member
|
D | main.c | 307 if (adapter->event_received) { in mwifiex_main_process() 308 adapter->event_received = false; in mwifiex_main_process()
|
D | main.h | 119 adapter->event_received || \ 807 u8 event_received; member
|
D | README | 158 event_received = <0/1, no event to process/event received and yet to process>
|
D | init.c | 215 adapter->event_received = false; in mwifiex_init_adapter()
|
D | usb.c | 124 adapter->event_received = true; in mwifiex_usb_recv()
|
D | pcie.c | 1680 if (adapter->event_received) { in mwifiex_pcie_process_event_ready() 1733 adapter->event_received = true; in mwifiex_pcie_process_event_ready()
|
D | sdio.c | 1175 adapter->event_received = true; in mwifiex_decode_rx_packet()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/nfc/microread/ |
D | microread.c | 653 .event_received = microread_event_received,
|
/linux-4.1.27/drivers/nfc/pn544/ |
D | pn544.c | 908 .event_received = pn544_hci_event_received,
|
/linux-4.1.27/drivers/nfc/st21nfca/ |
D | st21nfca.c | 956 .event_received = st21nfca_hci_event_received,
|