Searched refs:new_device (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dpulse_audio_common.c139 AVDeviceInfo *new_device = NULL; local
144 new_device = av_mallocz(sizeof(AVDeviceInfo));
145 if (!new_device) {
150 new_device->device_description = av_strdup(description);
151 new_device->device_name = av_strdup(name);
153 if (!new_device->device_description || !new_device->device_name) {
159 &info->devices->nb_devices, new_device)) < 0) {
166 av_free(new_device->device_description);
167 av_free(new_device
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevstart.c68 struct device *new_device; local
79 new_device = malloc(sizeof(struct device));
80 if (new_device == NULL) {
85 strlcpy(new_device->path, devpath, sizeof(new_device->path));
86 list_add_tail(&new_device->node, &loop_device->node);
87 dbg("add '%s'" , new_device->path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/ucm/
H A Dmain.c1509 const char *new_device)
1522 if (device_status(uc_mgr, new_device) != 0) {
1523 uc_error("error: device %s already enabled", new_device);
1530 xnew = find_device(uc_mgr, uc_mgr->active_verb, new_device, 1);
1537 if (strcmp(trans->name, new_device) == 0) {
1507 switch_device(snd_use_case_mgr_t *uc_mgr, const char *old_device, const char *new_device) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/lguest/
H A Dlguest.c1310 static struct device *new_device(const char *name, u16 type) function
1356 dev = new_device("console", VIRTIO_ID_CONSOLE);
1519 dev = new_device("net", VIRTIO_ID_NET);
1727 dev = new_device("block", VIRTIO_ID_BLOCK);
1811 dev = new_device("rng", VIRTIO_ID_RNG);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/
H A Dvxge-main.c3939 u8 new_device = 0; local
3951 new_device = 1;
3956 if (new_device) {
4103 if (new_device)
4245 if (new_device) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/
H A Di2c-core.c680 dev_warn(dev, "The new_device interface is still experimental "
686 dev_err(dev, "%s: Missing parameters\n", "new_device");
690 dev_err(dev, "%s: Invalid device name\n", "new_device");
698 dev_err(dev, "%s: Can't parse I2C address\n", "new_device");
702 dev_err(dev, "%s: Extra parameters\n", "new_device");
714 dev_info(dev, "%s: Instantiated device %s at 0x%02hx\n", "new_device",
773 static DEVICE_ATTR(new_device, S_IWUSR, NULL, i2c_sysfs_new_device);

Completed in 84 milliseconds