Home
last modified time | relevance | path

Searched refs:new_device (Results 1 – 17 of 17) sorted by relevance

/linux-3.4.99/Documentation/i2c/
Dold-module-parameters28 # echo <device> 0x2d > /sys/bus/i2c/devices/i2c-1/new_device
37 # echo dummy 0x2f > /sys/bus/i2c/devices/i2c-1/new_device
Dinstantiating-devices177 directory: new_device and delete_device. Both files are write only and you
181 File new_device takes 2 parameters: the name of the I2C device (a string)
191 # echo eeprom 0x50 > /sys/bus/i2c/devices/i2c-3/new_device
/linux-3.4.99/Documentation/w1/masters/
Dds248230 $ echo ds2482 0x18 > /sys/bus/i2c/devices/i2c-0/new_device
/linux-3.4.99/Documentation/hwmon/
Dltc415130 # echo ltc4151 0x6f > /sys/bus/i2c/devices/i2c-0/new_device
Dltc421531 $ echo ltc4215 0x44 > /sys/bus/i2c/devices/i2c-0/new_device
Dlineage-pem36 $ echo lineage-pem 0x40 > /sys/bus/i2c/devices/i2c-1/new_device
Dltc426131 $ echo ltc4261 0x10 > /sys/bus/i2c/devices/i2c-1/new_device
Dltc297835 # echo ltc2978 0x60 > /sys/bus/i2c/devices/i2c-1/new_device
Dltc424532 $ echo ltc4245 0x23 > /sys/bus/i2c/devices/i2c-1/new_device
Djc4269 # echo jc42 0x18 > /sys/bus/i2c/devices/i2c-1/new_device
Dsmm66569 $ echo smm665 0x57 > /sys/bus/i2c/devices/i2c-1/new_device
Dpmbus64 $ echo ltc2978 0x60 > /sys/bus/i2c/devices/i2c-1/new_device
/linux-3.4.99/tools/lguest/
Dlguest.c1291 static struct device *new_device(const char *name, u16 type) in new_device() function
1338 dev = new_device("console", VIRTIO_ID_CONSOLE); in setup_console()
1501 dev = new_device("net", VIRTIO_ID_NET); in setup_tun_net()
1697 dev = new_device("block", VIRTIO_ID_BLOCK); in setup_block_file()
1781 dev = new_device("rng", VIRTIO_ID_RNG); in setup_rng()
/linux-3.4.99/fs/btrfs/
Dvolumes.c538 struct btrfs_device *new_device; in __btrfs_close_devices() local
551 new_device = kmalloc(sizeof(*new_device), GFP_NOFS); in __btrfs_close_devices()
552 BUG_ON(!new_device); /* -ENOMEM */ in __btrfs_close_devices()
553 memcpy(new_device, device, sizeof(*new_device)); in __btrfs_close_devices()
554 new_device->name = kstrdup(device->name, GFP_NOFS); in __btrfs_close_devices()
555 BUG_ON(device->name && !new_device->name); /* -ENOMEM */ in __btrfs_close_devices()
556 new_device->bdev = NULL; in __btrfs_close_devices()
557 new_device->writeable = 0; in __btrfs_close_devices()
558 new_device->in_fs_metadata = 0; in __btrfs_close_devices()
559 new_device->can_discard = 0; in __btrfs_close_devices()
[all …]
/linux-3.4.99/Documentation/misc-devices/
Dmax687550 $ echo max6875 0x50 > /sys/bus/i2c/devices/i2c-0/new_device
/linux-3.4.99/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c4325 u8 new_device = 0; in vxge_probe() local
4338 new_device = 1; in vxge_probe()
4343 if (new_device) { in vxge_probe()
4481 if (new_device) in vxge_probe()
4667 if (new_device) { in vxge_probe()
/linux-3.4.99/drivers/i2c/
Di2c-core.c750 static DEVICE_ATTR(new_device, S_IWUSR, NULL, i2c_sysfs_new_device);