Searched refs:slave (Results 101 - 125 of 204) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_linear.c422 snd_pcm_dump(linear->plug.gen.slave, out);
446 * \param slave Slave PCM handle
447 * \param close_slave When set, the slave PCM handle is closed with copy PCM
453 int snd_pcm_linear_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) argument
458 assert(pcmp && slave);
471 linear->plug.gen.slave = slave;
474 err = snd_pcm_new(&pcm, SND_PCM_TYPE_LINEAR, name, slave->stream, slave->mode);
482 pcm->poll_fd = slave
542 snd_config_t *slave = NULL, *sconf; local
[all...]
H A Dpcm_mulaw.c406 snd_pcm_dump(mulaw->plug.gen.slave, out);
429 * \param slave Slave PCM handle
430 * \param close_slave When set, the slave PCM handle is closed with copy PCM
436 int snd_pcm_mulaw_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) argument
441 assert(pcmp && slave);
455 mulaw->plug.gen.slave = slave;
458 err = snd_pcm_new(&pcm, SND_PCM_TYPE_MULAW, name, slave->stream, slave->mode);
466 pcm->poll_fd = slave
527 snd_config_t *slave = NULL, *sconf; local
[all...]
H A Dpcm_softvol.c400 snd_pcm_close(svol->plug.gen.slave);
569 snd_pcm_t *slave = svol->plug.gen.slave; local
577 if (slave->format != SND_PCM_FORMAT_S16_LE &&
578 slave->format != SND_PCM_FORMAT_S16_BE &&
579 slave->format != SND_PCM_FORMAT_S24_3LE &&
580 slave->format != SND_PCM_FORMAT_S32_LE &&
581 slave->format != SND_PCM_FORMAT_S32_BE) {
586 svol->sformat = slave->format;
653 snd_pcm_dump(svol->plug.gen.slave, ou
841 snd_pcm_softvol_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, int ctl_card, snd_ctl_elem_id_t *ctl_id, int cchannels, double min_dB, double max_dB, int resolution, snd_pcm_t *slave, int close_slave) argument
985 snd_config_t *slave = NULL, *sconf; local
[all...]
H A Dpcm_adpcm.c443 adpcm->states = malloc(adpcm->plug.gen.slave->channels * sizeof(*adpcm->states));
454 return snd_pcm_hw_free(adpcm->plug.gen.slave);
518 snd_pcm_dump(adpcm->plug.gen.slave, out);
541 * \param slave Slave PCM handle
542 * \param close_slave When set, the slave PCM handle is closed with copy PCM
548 int snd_pcm_adpcm_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) argument
553 assert(pcmp && slave);
566 adpcm->plug.gen.slave = slave;
569 err = snd_pcm_new(&pcm, SND_PCM_TYPE_ADPCM, name, slave
638 snd_config_t *slave = NULL, *sconf; local
[all...]
H A Dpcm_hooks.c152 snd_pcm_dump(h->gen.slave, out);
205 * \param slave Slave PCM
206 * \param close_slave If set, slave PCM handle is closed when hooks PCM is closed
212 int snd_pcm_hooks_open(snd_pcm_t **pcmp, const char *name, snd_pcm_t *slave, int close_slave) argument
218 assert(pcmp && slave);
222 h->gen.slave = slave;
228 err = snd_pcm_new(&pcm, SND_PCM_TYPE_HOOKS, name, slave->stream, slave->mode);
236 pcm->poll_fd = slave
482 snd_config_t *slave = NULL, *sconf; local
[all...]
H A Dpcm_route.c625 snd_pcm_t *slave = route->plug.gen.slave; local
637 dst_format = slave->format;
639 src_format = slave->format;
672 snd_pcm_t *slave = route->plug.gen.slave; local
678 slave->channels,
694 snd_pcm_t *slave = route->plug.gen.slave; local
699 slave
851 snd_pcm_route_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, int schannels, snd_pcm_route_ttable_entry_t *ttable, unsigned int tt_ssize, unsigned int tt_cused, unsigned int tt_sused, snd_pcm_t *slave, int close_slave) argument
1088 snd_config_t *slave = NULL, *sconf; local
[all...]
H A Dpcm_iec958.c416 snd_pcm_dump(iec->plug.gen.slave, out);
439 * \param slave Slave PCM handle
440 * \param close_slave When set, the slave PCM handle is closed with copy PCM
449 snd_pcm_t *slave, int close_slave,
463 assert(pcmp && slave);
479 iec->plug.gen.slave = slave;
489 err = snd_pcm_new(&pcm, SND_PCM_TYPE_IEC958, name, slave->stream, slave->mode);
497 pcm->poll_fd = slave
448 snd_pcm_iec958_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave, const unsigned char *status_bits, const unsigned char *preamble_vals) argument
563 snd_config_t *slave = NULL, *sconf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Dax25_timer.c140 if (ax25->ax25_dev->dama.slave)
161 if (!ax25->ax25_dev->dama.slave)
180 if (!ax25->ax25_dev->dama.slave)
199 if (ax25->ax25_dev->dama.slave)
220 if (ax25->ax25_dev->dama.slave)
H A Dax25_ds_subr.c148 * mode. We thus flag the 'real' slave connections with
149 * ax25->dama_slave=1 and look on every disconnect if still slave
174 if (ax25_dev->dama.slave == 0)
177 ax25_dev->dama.slave = 1;
186 if (ax25_dev->dama.slave && !ax25_check_dama_slave(ax25_dev)) {
188 ax25_dev->dama.slave = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcontrol.h175 int _snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave,
177 /* optional flags for slave */
181 * snd_ctl_add_slave - Add a virtual slave control
183 * @slave: slave element to add
185 * Add a virtual slave control to the given master element created via
199 snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave) argument
201 return _snd_ctl_add_slave(master, slave, 0);
205 * snd_ctl_add_slave_uncached - Add a virtual slave control
207 * @slave
219 snd_ctl_add_slave_uncached(struct snd_kcontrol *master, struct snd_kcontrol *slave) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_sysfs.c155 struct net_device *slave)
160 /* first, create a link from the slave back to the master */
161 ret = sysfs_create_link(&(slave->dev.kobj), &(master->dev.kobj),
165 /* next, create a link from the master to the slave */
166 sprintf(linkname, "slave_%s", slave->name);
167 ret = sysfs_create_link(&(master->dev.kobj), &(slave->dev.kobj),
174 struct net_device *slave)
178 sysfs_remove_link(&(slave->dev.kobj), "master");
179 sprintf(linkname, "slave_%s", slave->name);
190 struct slave *slav local
154 bond_create_slave_symlinks(struct net_device *master, struct net_device *slave) argument
173 bond_destroy_slave_symlinks(struct net_device *master, struct net_device *slave) argument
1064 struct slave *slave; local
1228 struct slave *slave; local
1434 struct slave *slave; local
1468 struct slave *slave, *update_slave; local
1560 struct slave *slave; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dslip_user.c154 pri->slave = sfd;
168 err = os_get_ifname(pri->slave, pri->name);
206 err = slip_tramp(argv, pri->slave);
211 close(pri->slave);
212 pri->slave = -1;
230 if (pri->slave < 0)
240 if (pri->slave < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wanrouter/
H A Dwanmain.c516 struct net_device *slave = NULL; local
524 for (slave=wandev->dev;
525 DEV_TO_SLAVE(slave);
526 slave = DEV_TO_SLAVE(slave))
527 DEV_TO_SLAVE(slave) = dev;
630 struct net_device **slave = netdev_priv(dev); local
632 dev = *slave;
648 struct net_device **slave = netdev_priv(dev); local
650 *prev_slave = *slave;
652 struct net_device **slave = netdev_priv(dev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dchgpasswd.c63 static int findpty(char **slave) argument
76 *slave = (char *)ptsname(master);
77 if (*slave == NULL)
80 ("findpty: Unable to create master/slave pty pair.\n"));
88 ("findpty: Allocated slave pty %s\n", *slave));
112 *slave = line;
125 int slave; local
150 /* Open slave pty and acquire as new controlling terminal. */
151 if ((slave
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dshare.c378 struct parport *slave = port->slaves[i-1]; local
379 if (slave)
380 list_add_tail(&slave->list, &portlist);
387 struct parport *slave = port->slaves[i-1]; local
388 if (slave)
389 attach_driver_chain(slave);
426 struct parport *slave = port->slaves[i-1]; local
427 if (!slave)
429 detach_driver_chain(slave);
430 parport_daisy_fini(slave);
438 struct parport *slave = port->slaves[i-1]; local
449 struct parport *slave = port->slaves[i-1]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_eql.h41 typedef struct slave { struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DVX222.conf36 slave.pcm {
H A DVXPocket.conf36 slave.pcm {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dtee.c57 static int parse_slave_options(void *log, char *slave, argument
64 if (!strspn(slave, slave_opt_open)) {
65 *filename = slave;
68 p = slave + 1;
135 static int open_slave(AVFormatContext *avf, char *slave, TeeSlave *tee_slave) argument
146 if ((ret = parse_slave_options(avf, slave, &options, &filename)) < 0)
179 select, slave);
211 slave, av_err2str(ret));
218 slave, av_err2str(ret));
246 "Invalid stream specifier '%s' in bsfs option '%s' for slave "
315 log_slave(TeeSlave *slave, void *log_ctx, int log_level) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vme/devices/
H A Dvme_user.c56 * 4 = /dev/bus/vme/s0 First slave image
57 * 5 = /dev/bus/vme/s1 Second slave image
58 * 6 = /dev/bus/vme/s2 Third slave image
59 * 7 = /dev/bus/vme/s3 Fourth slave image
67 * even support the tsi148 chipset (which has 8 master and 8 slave windows).
76 * The vmelinux.org driver never supported slave images, the devices reserved
89 #define PCI_BUF_SIZE 0x20000 /* Size of one slave image buffer */
450 struct vme_slave slave; local
502 memset(&slave, 0, sizeof(struct vme_slave));
505 &(slave
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dcompat.c58 int openpty(int *master, int *slave, char *name, void *unused1, void *unused2) argument
90 if (slave)
91 *slave = fd2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-int-device.h47 int (*attach)(struct v4l2_int_device *slave);
48 void (*detach)(struct v4l2_int_device *slave);
81 struct v4l2_int_slave *slave; member in union:v4l2_int_device::__anon18317
142 /* Inverted latch clock polarity from slave. */
149 /* Minimum accepted bus clock for slave (in Hz). */
151 /* Maximum accepted bus clock for slave. */
154 * Current wish of the slave. May only change in response to
195 /* Initialise the device when slave attaches to the master. */
197 /* Delinitialise the device at slave detach. */
202 * Get slave privat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/
H A Dmarb_bp_defs.h116 unsigned int slave : 1; member in struct:__anon8620
163 unsigned int slave : 1; member in struct:__anon8623
183 unsigned int slave : 1; member in struct:__anon8624
H A Dmarb_defs.h171 unsigned int slave : 1; member in struct:__anon8633
192 unsigned int slave : 1; member in struct:__anon8634
212 unsigned int slave : 1; member in struct:__anon8635
386 unsigned int slave : 1; member in struct:__anon8639
433 unsigned int slave : 1; member in struct:__anon8642
453 unsigned int slave : 1; member in struct:__anon8643
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
H A Dmarb_bp_defs.h116 unsigned int slave : 1; member in struct:__anon9126
163 unsigned int slave : 1; member in struct:__anon9129
183 unsigned int slave : 1; member in struct:__anon9130

Completed in 239 milliseconds

123456789