Home
last modified time | relevance | path

Searched refs:fc_udev_device (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-fc1 What: /sys/class/fc/fc_udev_device/appid_store
/openbmc/linux/drivers/nvme/host/
H A Dfc.c228 static struct device *fc_udev_device; variable
510 kobject_uevent_env(&fc_udev_device->kobj, KOBJ_CHANGE, envp); in nvme_fc_signal_discovery_scan()
3912 fc_udev_device = device_create(&fc_class, NULL, MKDEV(0, 0), NULL, in nvme_fc_init_module()
3914 if (IS_ERR(fc_udev_device)) { in nvme_fc_init_module()
3916 ret = PTR_ERR(fc_udev_device); in nvme_fc_init_module()