Home
last modified time | relevance | path

Searched refs:state_sysfs (Results 1 – 3 of 3) sorted by relevance

/drivers/misc/mic/host/
Dmic_main.c377 mdev->state_sysfs = sysfs_get_dirent(mdev->sdev->kobj.sd, "state"); in mic_probe()
378 if (!mdev->state_sysfs) { in mic_probe()
420 sysfs_put(mdev->state_sysfs); in mic_probe()
469 sysfs_put(mdev->state_sysfs); in mic_remove()
Dmic_device.h120 struct kernfs_node *state_sysfs; member
Dmic_sysfs.c66 sysfs_notify_dirent(mdev->state_sysfs); in mic_set_state()