Home
last modified time | relevance | path

Searched refs:disconnect_notify (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dconfigfs.h221 void (*disconnect_notify)(struct config_group *group, struct config_item *item); member
/linux/drivers/most/
H A Dconfigfs.c471 .disconnect_notify = most_common_disconnect,
630 .disconnect_notify = most_sound_disconnect,
/linux/Documentation/filesystems/
H A Dconfigfs.rst292 void (*disconnect_notify)(struct config_group *group,
330 ct_group_ops->disconnect_notify() method. The method is called after
333 disconnect_notify() is void and cannot fail. Client subsystems should
/linux/rust/kernel/
H A Dconfigfs.rs422 disconnect_notify: None,
/linux/fs/configfs/
H A Ddir.c943 if (type->ct_group_ops && type->ct_group_ops->disconnect_notify) in client_disconnect_notify()
944 type->ct_group_ops->disconnect_notify(to_config_group(parent_item), in client_disconnect_notify()
/linux/drivers/nvme/target/
H A Dconfigfs.c1840 .disconnect_notify = nvmet_referral_notify,