Lines Matching refs:device
8 * Hotplug & misc device support: Jochen Roehrig (roehrig@de.ibm.com)
39 static ssize_t type_show(struct device *dev,
49 static ssize_t online_show(struct device *dev,
60 static ssize_t online_store(struct device *dev,
89 static ssize_t load_show(struct device *dev,
151 * zcrypt_card_register() - Register a crypto card device.
152 * @zc: Pointer to a crypto card device
154 * Register a crypto card device. Returns 0 if successful.
168 rc = sysfs_create_group(&zc->card->ap_dev.device.kobj,
181 * zcrypt_card_unregister(): Unregister a crypto card device.
182 * @zc: Pointer to crypto card device
184 * Unregister a crypto card device.
193 sysfs_remove_group(&zc->card->ap_dev.device.kobj,