Home
last modified time | relevance | path

Searched refs:get_events (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/pci/controller/plda/
H A Dpcie-plda.h157 u32 (*get_events)(struct plda_pcie_rp *pcie); member
H A Dpcie-plda-host.c296 events = port->event_ops->get_events(port); in plda_handle_event()
364 .get_events = plda_get_events,
H A Dpcie-microchip-host.c555 .get_events = mc_get_events,
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h341 void (*get_events)(struct hisi_hba *hisi_hba, int phy_no); member
H A Dhisi_sas_main.c1316 if (hisi_hba->hw->get_events) { in hisi_sas_control_phy()
1317 hisi_hba->hw->get_events(hisi_hba, phy_no); in hisi_sas_control_phy()
H A Dhisi_sas_v3_hw.c3432 .get_events = phy_get_events_v3_hw,