Searched refs:notify_ops (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/vmw_vsock/
H A Dvmci_transport.h113 const struct vmci_transport_notify_ops *notify_ops; member in struct:vmci_transport
H A Dvmci_transport.c764 vmci_trans(vsk)->notify_ops->handle_notify_pkt(
1109 vmci_trans(vpending)->notify_ops->process_request(pending);
1482 vmci_trans(vsk)->notify_ops->process_negotiate(sk);
1563 vmci_trans(vsk)->notify_ops->handle_notify_pkt(
1587 vmci_trans(vsk)->notify_ops = NULL;
1642 if (vmci_trans(vsk)->notify_ops)
1643 vmci_trans(vsk)->notify_ops->socket_destruct(vsk);
1886 return vmci_trans(vsk)->notify_ops->poll_in(
1895 return vmci_trans(vsk)->notify_ops->poll_out(
1904 return vmci_trans(vsk)->notify_ops
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Dscmi_power_control.c341 return handle->notify_ops->devm_event_notifier_register(sdev,
H A Dnotify.c1625 * notify_ops are attached to the handle so that can be accessed
1628 static const struct scmi_notify_ops notify_ops = { variable in typeref:struct:scmi_notify_ops
1694 handle->notify_ops = &notify_ops;
/linux-master/drivers/iio/common/scmi_sensors/
H A Dscmi_iio.c625 ret = handle->notify_ops->devm_event_notifier_register(sdev,
/linux-master/include/linux/
H A Dscmi_protocol.h819 * @notify_ops: pointer to set of notifications related operations
834 const struct scmi_notify_ops *notify_ops; member in struct:scmi_handle

Completed in 157 milliseconds