Lines Matching defs:device
11 #include <linux/device.h>
12 #include <linux/device-mapper.h>
28 * See Documentation/admin-guide/device-mapper/dm-init.rst for dm-mod.create="..." format
99 * @dev: device to store the parsed information.
153 * @dev: device to store the parsed information.
179 * dm_parse_device_entry - parse a device entry
180 * @dev: device to store the parsed information.
230 * <device>[;<device>+]
236 char *device = str;
239 while (device) {
251 device = dm_parse_device_entry(dev, device);
252 if (IS_ERR(device)) {
253 DMERR("couldn't parse device");
254 return PTR_ERR(device);
303 MODULE_PARM_DESC(create, "Create a mapped device in early boot");