Searched refs:event_received (Results 1 – 20 of 20) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/sti/ |
D | sti_hdmi_tx3g4c28phy.c | 116 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()
|
D | sti_hdmi.h | 81 bool event_received; member
|
D | sti_hdmi.c | 208 hdmi->event_received = true; in hdmi_irq_thread() 573 hdmi->event_received = false; in hdmi_swreset() 581 hdmi->event_received, in hdmi_swreset()
|
/linux-6.6.21/drivers/net/wwan/t7xx/ |
D | t7xx_state_monitor.c | 143 bool event_received = false; in fsm_wait_for_event() local 147 while (cnt++ < retries && !event_received) { in fsm_wait_for_event() 156 event_received = event->event_id == event_expected; in fsm_wait_for_event() 157 if (event_received || event->event_id == event_ignore) { in fsm_wait_for_event()
|
D | t7xx_modem_ops.c | 474 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()
|
/linux-6.6.21/include/net/nfc/ |
D | hci.h | 42 int (*event_received)(struct nfc_hci_dev *hdev, u8 pipe, u8 event, member
|
/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/ |
D | util.c | 104 {"event_received", item_size(event_received), 105 item_addr(event_received), 1},
|
D | ioctl.h | 231 u8 event_received; member
|
D | init.c | 221 adapter->event_received = false; in mwifiex_init_adapter()
|
D | main.c | 350 if (adapter->event_received) { in mwifiex_main_process() 351 adapter->event_received = false; in mwifiex_main_process()
|
D | README | 159 event_received = <0/1, no event to process/event received and yet to process>
|
D | main.h | 130 adapter->event_received || \ 910 u8 event_received; member
|
D | pcie.c | 2033 if (adapter->event_received) { in mwifiex_pcie_process_event_ready() 2093 adapter->event_received = true; in mwifiex_pcie_process_event_ready()
|
D | usb.c | 115 adapter->event_received = true; in mwifiex_usb_recv()
|
D | sdio.c | 1713 adapter->event_received = true; in mwifiex_decode_rx_packet()
|
/linux-6.6.21/net/nfc/hci/ |
D | core.c | 398 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()
|
/linux-6.6.21/Documentation/driver-api/nfc/ |
D | nfc-hci.rst | 86 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
|
/linux-6.6.21/drivers/nfc/microread/ |
D | microread.c | 640 .event_received = microread_event_received,
|
/linux-6.6.21/drivers/nfc/st21nfca/ |
D | core.c | 929 .event_received = st21nfca_hci_event_received,
|
/linux-6.6.21/drivers/nfc/pn544/ |
D | pn544.c | 896 .event_received = pn544_hci_event_received,
|