Home
last modified time | relevance | path

Searched refs:ssam_notifier_register (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/Documentation/driver-api/surface_aggregator/
Dclient.rst18 .. |ssam_notifier_register| replace:: :c:func:`ssam_notifier_register` substdef
315 the desired event via |ssam_notifier_register|. The notifier must be
385 return ssam_notifier_register(sdev->ctrl, nf);
Dinternal.rst38 .. |ssam_notifier_register| replace:: :c:func:`ssam_notifier_register` substdef
511 the next section) via the top-level |ssam_notifier_register| and
518 |ssam_notifier_register|. This increments the reference counter for that
563 (e.g. |ssam_notifier_register|, |ssam_notifier_unregister|,
577 each other. This includes |ssam_notifier_register|, |ssam_notifier_unregister|,
/Linux-v6.1/include/linux/surface_aggregator/
Ddevice.h612 return ssam_notifier_register(sdev->ctrl, n); in ssam_device_notifier_register()
Dcontroller.h960 int ssam_notifier_register(struct ssam_controller *ctrl,
/Linux-v6.1/drivers/hid/surface-hid/
Dsurface_hid_core.c106 return ssam_notifier_register(shid->ctrl, &shid->notif); in surface_hid_start()
/Linux-v6.1/drivers/platform/surface/
Dsurface_acpi_notify.c699 status = ssam_notifier_register(d->ctrl, &d->nf_bat); in san_events_register()
703 status = ssam_notifier_register(d->ctrl, &d->nf_tmp); in san_events_register()
Dsurface_aggregator_cdev.c177 status = ssam_notifier_register(client->cdev->ctrl, &nf->nf); in ssam_cdev_notifier_register()
Dsurface_dtx.c1019 status = ssam_notifier_register(ddev->ctrl, &ddev->notif); in sdtx_device_init()
/Linux-v6.1/drivers/platform/surface/aggregator/
Dcontroller.c2286 int ssam_notifier_register(struct ssam_controller *ctrl, struct ssam_event_notifier *n) in ssam_notifier_register() function
2333 EXPORT_SYMBOL_GPL(ssam_notifier_register);