media_device_register_entity_notify(9) Registers a media entity_notify callback

SYNOPSIS

int media_device_register_entity_notify(struct media_device * mdev, struct media_entity_notify * nptr);

ARGUMENTS

mdev

The media device

nptr

The media_entity_notify

NOTE

When a new entity is registered, all the registered media_entity_notify callbacks are invoked.

COPYRIGHT