Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_hdmi_tx3g4c28phy.c116 hdmi->event_received = false; in sti_hdmi_tx3g4c28phy_start()
122 hdmi->event_received == true, in sti_hdmi_tx3g4c28phy_start()
192 hdmi->event_received = false; in sti_hdmi_tx3g4c28phy_stop()
202 hdmi->event_received == true, in sti_hdmi_tx3g4c28phy_stop()
H A Dsti_hdmi.h81 bool event_received; member
H A Dsti_hdmi.c208 hdmi->event_received = true; in hdmi_irq_thread()
573 hdmi->event_received = false; in hdmi_swreset()
581 hdmi->event_received, in hdmi_swreset()
/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.c150 bool event_received = false; in fsm_wait_for_event() local
154 while (cnt++ < retries && !event_received) { in fsm_wait_for_event()
163 event_received = event->event_id == event_expected; in fsm_wait_for_event()
164 if (event_received || event->event_id == event_ignore) { in fsm_wait_for_event()
H A Dt7xx_modem_ops.c474 bool event_received = false; in t7xx_core_hk_handler() local
485 event_received = true; in t7xx_core_hk_handler()
491 if (event_received) in t7xx_core_hk_handler()
/openbmc/linux/include/net/nfc/
H A Dhci.h42 int (*event_received)(struct nfc_hci_dev *hdev, u8 pipe, u8 event, member
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c104 {"event_received", item_size(event_received),
105 item_addr(event_received), 1},
H A Dioctl.h231 u8 event_received; member
H A Dinit.c221 adapter->event_received = false; in mwifiex_init_adapter()
H A Dmain.c350 if (adapter->event_received) { in mwifiex_main_process()
351 adapter->event_received = false; in mwifiex_main_process()
H A Dmain.h130 adapter->event_received || \
910 u8 event_received; member
H A DREADME159 event_received = <0/1, no event to process/event received and yet to process>
H A Dpcie.c2033 if (adapter->event_received) { in mwifiex_pcie_process_event_ready()
2093 adapter->event_received = true; in mwifiex_pcie_process_event_ready()
H A Dusb.c115 adapter->event_received = true; in mwifiex_usb_recv()
H A Dsdio.c1713 adapter->event_received = true; in mwifiex_decode_rx_packet()
/openbmc/linux/net/nfc/hci/
H A Dcore.c398 if (hdev->ops->event_received) { in nfc_hci_event_received()
399 r = hdev->ops->event_received(hdev, pipe, event, skb); in nfc_hci_event_received()
/openbmc/linux/Documentation/driver-api/nfc/
H A Dnfc-hci.rst86 int (*event_received)(struct nfc_hci_dev *hdev, u8 gate, u8 event,
118 - event_received() is called to handle an event coming from the chip. Driver
/openbmc/linux/drivers/nfc/microread/
H A Dmicroread.c640 .event_received = microread_event_received,
/openbmc/linux/drivers/nfc/pn544/
H A Dpn544.c896 .event_received = pn544_hci_event_received,
/openbmc/linux/drivers/nfc/st21nfca/
H A Dcore.c929 .event_received = st21nfca_hci_event_received,