Searched refs:ssam_notifier_register (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.1/Documentation/driver-api/surface_aggregator/ |
| D | client.rst | 18 .. |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);
|
| D | internal.rst | 38 .. |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/ |
| D | device.h | 612 return ssam_notifier_register(sdev->ctrl, n); in ssam_device_notifier_register()
|
| D | controller.h | 960 int ssam_notifier_register(struct ssam_controller *ctrl,
|
| /Linux-v6.1/drivers/hid/surface-hid/ |
| D | surface_hid_core.c | 106 return ssam_notifier_register(shid->ctrl, &shid->notif); in surface_hid_start()
|
| /Linux-v6.1/drivers/platform/surface/ |
| D | surface_acpi_notify.c | 699 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()
|
| D | surface_aggregator_cdev.c | 177 status = ssam_notifier_register(client->cdev->ctrl, &nf->nf); in ssam_cdev_notifier_register()
|
| D | surface_dtx.c | 1019 status = ssam_notifier_register(ddev->ctrl, &ddev->notif); in sdtx_device_init()
|
| /Linux-v6.1/drivers/platform/surface/aggregator/ |
| D | controller.c | 2286 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);
|