Home
last modified time | relevance | path

Searched refs:event_ops (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c891 if (epf->event_ops && epf->event_ops->link_up) in pci_epc_linkup()
892 epf->event_ops->link_up(epf); in pci_epc_linkup()
917 if (epf->event_ops && epf->event_ops->link_down) in pci_epc_linkdown()
918 epf->event_ops->link_down(epf); in pci_epc_linkdown()
943 if (epf->event_ops && epf->event_ops->epc_init) in pci_epc_init_notify()
944 epf->event_ops->epc_init(epf); in pci_epc_init_notify()
966 if (epf->event_ops && epf->event_ops->epc_init) in pci_epc_notify_pending_init()
967 epf->event_ops->epc_init(epf); in pci_epc_notify_pending_init()
989 if (epf->event_ops && epf->event_ops->epc_deinit) in pci_epc_deinit_notify()
990 epf->event_ops->epc_deinit(epf); in pci_epc_deinit_notify()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_linecards.c446 const struct mlxsw_linecards_event_ops *event_ops; member
470 item->event_ops->got_active, in mlxsw_linecard_active_ops_call()
484 item->event_ops->got_inactive, in mlxsw_linecard_inactive_ops_call()
501 item->event_ops->got_active, in mlxsw_linecards_event_ops_register_call()
519 item->event_ops->got_inactive, in mlxsw_linecards_event_ops_unregister_call()
537 item->event_ops = ops; in mlxsw_linecards_event_ops_register()
560 if (item->event_ops == ops && item->priv == priv) { in mlxsw_linecards_event_ops_unregister()
/linux/include/linux/
H A Dpci-epf.h250 const struct pci_epc_event_ops *event_ops; member
/linux/drivers/pci/controller/plda/
H A Dpcie-plda.h180 const struct plda_event_ops *event_ops; member
H A Dpcie-microchip-host.c727 port->plda.event_ops = &mc_event_ops; in mc_platform_init()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c1497 epf->event_ops = &pci_epf_test_event_ops; in pci_epf_test_probe()
/linux/drivers/nvme/target/
H A Dpci-epf.c2451 epf->event_ops = &nvmet_pci_epf_event_ops; in nvmet_pci_epf_probe()