Searched refs:event_ops (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/pci/endpoint/
H A Dpci-epc-core.c695 if (epf->event_ops && epf->event_ops->link_up)
696 epf->event_ops->link_up(epf);
721 if (epf->event_ops && epf->event_ops->link_down)
722 epf->event_ops->link_down(epf);
747 if (epf->event_ops && epf->event_ops->core_init)
748 epf->event_ops->core_init(epf);
773 if (epf->event_ops
[all...]
/linux-master/include/linux/
H A Dpci-epf.h153 * @event_ops: Callbacks for capturing the EPC events
183 const struct pci_epc_event_ops *event_ops; member in struct:pci_epf
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_linecards.c446 const struct mlxsw_linecards_event_ops *event_ops; member in struct:mlxsw_linecards_event_ops_item
470 item->event_ops->got_active,
484 item->event_ops->got_inactive,
501 item->event_ops->got_active,
519 item->event_ops->got_inactive,
537 item->event_ops = ops;
560 if (item->event_ops == ops && item->priv == priv) {
/linux-master/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c922 epf->event_ops = &pci_epf_mhi_event_ops;
H A Dpci-epf-test.c959 epf->event_ops = &pci_epf_test_event_ops;

Completed in 108 milliseconds