Searched refs:slave (Results 51 - 75 of 204) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DRME9636.conf38 slave.pcm {
40 slave {
H A DRME9652.conf38 slave.pcm {
40 slave {
H A DVIA8237.conf26 slave.pcm {
28 slave.pcm {
40 slave.pcm {
55 slave.pcm {
98 slave.pcm {
100 slave.pcm {
133 slave.channels 6
156 slave.pcm {
H A DVXPocket440.conf58 { slave 0 channel 0 }
59 { slave 0 channel 1 }
60 { slave 1 channel 0 }
61 { slave 1 channel 1 }
85 slave.pcm {
H A DYMF744.conf57 { slave 0 channel 0 }
58 { slave 0 channel 1 }
59 { slave 1 channel 0 }
60 { slave 1 channel 1 }
84 slave.pcm {
H A DFM801.conf25 slave.pcm {
32 slave.pcm {
69 slave.pcm {
H A DUSB-Audio.conf67 slave.pcm {
75 slave.pcm {
134 slave.pcm {
158 slave.pcm {
233 slave {
251 slave.pcm {
272 { slave a channel 0 }
273 { slave a channel 1 }
274 { slave b channel 0 }
275 { slave
[all...]
H A DVIA686A.conf28 slave.pcm {
35 slave.pcm {
62 slave.pcm {
H A DFWSpeakers.conf11 slave.pcm {
H A DVIA8233.conf26 slave.pcm {
28 slave.pcm {
40 slave.pcm {
55 slave.pcm {
99 slave.pcm {
166 slave.pcm {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/pcm/
H A Ddefault.conf22 slave.pcm {
39 slave.pcm {
H A Dsurround41.conf42 slave.pcm {
56 slave.channels 6
H A Dsurround50.conf42 slave.pcm {
56 slave.channels 6
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dslip.h11 int slave; member in struct:slip_data
H A Dslirp.h13 int slave; member in struct:slirp_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm_plugin.h80 snd_pcm_t *slave, int close_slave);
89 snd_pcm_format_t sformat, snd_pcm_t *slave,
99 snd_pcm_format_t sformat, snd_pcm_t *slave,
109 snd_pcm_format_t sformat, snd_pcm_t *slave,
119 snd_pcm_format_t sformat, snd_pcm_t *slave,
129 snd_pcm_format_t sformat, snd_pcm_t *slave,
150 snd_pcm_t *slave, int close_slave);
161 snd_pcm_t *slave, int close_slave);
170 snd_pcm_t *slave, int close_slave);
183 snd_pcm_t *slave, in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/wiper/contrib/
H A Draid1ext4trim.sh-1.5157 ## Get list of slave devices in the RAID1 mirror.
163 ## Check for DEVTYPE disk and TRIM support on each slave.
166 for slave in "${slaves[@]}"
168 # Check that slave is of DEVTYPE disk.
169 if ! $GREP "DEVTYPE=disk" /sys/block/$slave/uevent 1>/dev/null ; then
170 echo "$slave is not a whole disk. This program only works with full-disk RAID1, not RAID1 partitions."
174 # Check that slave has TRIM support. Exclude if not.
175 if ! $HDPARM -I /dev/$slave | $GREP -i '[ ][*][ ]*Data Set Management TRIM supported' &>/dev/null ; then
176 echo "$slave doesn't appear to support TRIM, per $HDPARM. Excluding."
281 for slave i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_copy.c152 snd_pcm_dump(copy->plug.gen.slave, out);
174 * \param slave Slave PCM handle
175 * \param close_slave When set, the slave PCM handle is closed with copy PCM
181 int snd_pcm_copy_open(snd_pcm_t **pcmp, const char *name, snd_pcm_t *slave, int close_slave) argument
186 assert(pcmp && slave);
196 copy->plug.gen.slave = slave;
199 err = snd_pcm_new(&pcm, SND_PCM_TYPE_COPY, name, slave->stream, slave->mode);
207 pcm->poll_fd = slave
266 snd_config_t *slave = NULL, *sconf; local
[all...]
H A Dpcm_plug.c67 assert(plug->gen.slave == plug->req_slave);
82 snd_pcm_t *slave = plug->req_slave; local
85 if ((err = snd_pcm_info(slave, info)) < 0)
334 snd_pcm_t *slave = plug->req_slave; local
336 if (plug->gen.slave != slave) {
337 snd_pcm_unlink_hw_ptr(pcm, plug->gen.slave);
338 snd_pcm_unlink_appl_ptr(pcm, plug->gen.slave);
339 snd_pcm_close(plug->gen.slave);
340 plug->gen.slave
622 snd_pcm_plug_insert_plugins(snd_pcm_t *pcm, snd_pcm_plug_params_t *client, snd_pcm_plug_params_t *slave) argument
786 snd_pcm_t *slave = plug->req_slave; local
1007 snd_pcm_t *slave = plug->req_slave; local
1061 snd_pcm_t *slave = plug->gen.slave; local
1101 snd_pcm_plug_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, int schannels, int srate, const snd_config_t *rate_converter, enum snd_pcm_plug_route_policy route_policy, 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
1218 snd_config_t *slave = NULL, *sconf; local
[all...]
H A Dpcm_plugin.c40 The slave plugin can be specified directly with a string or the definition
67 slave slave_rate44100Hz
76 slave {
144 int err = snd_pcm_delay(plugin->gen.slave, &sd);
162 err = snd_pcm_prepare(plugin->gen.slave);
183 err = snd_pcm_reset(plugin->gen.slave);
217 sframes = snd_pcm_rewind(plugin->gen.slave, sframes);
245 sframes = INTERNAL(snd_pcm_forward)(plugin->gen.slave, sframes);
261 snd_pcm_t *slave = plugin->gen.slave; local
308 snd_pcm_t *slave = plugin->gen.slave; local
392 snd_pcm_t *slave = plugin->gen.slave; local
458 snd_pcm_t *slave = plugin->gen.slave; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_ipv6.c79 pr_debug("ipv6 na on slave %s: dest %pI6, src %pI6\n",
110 struct slave *slave = bond->curr_active_slave; local
115 pr_debug("%s: bond %s slave %s\n", bond->dev->name,
116 __func__, slave ? slave->dev->name : "NULL");
118 if (!slave || !bond->send_unsol_na ||
119 test_bit(__LINK_STATE_LINKWATCH_PENDING, &slave->dev->state))
133 bond_na_send(slave->dev, &bond->master_ipv6, is_router, 0);
137 bond_na_send(slave
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dsa/
H A DMakefile13 obj-$(CONFIG_NET_DSA) += dsa.o slave.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dus122l.h15 struct file *slave; member in struct:us122l
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-pxa/include/plat/
H A Di2c.h27 * 13. SADIE 0 (Disables the unit from interrupting on slave addresses
28 * matching its slave address)
31 * 11. SSDIE 0 (Disables interrupts from a slave stop detected, in slave mode)
35 * 7. GCD 1 (Disables i2c unit response to general call messages as a slave)
50 * 9. SAD 1 (Clear slave address detected)
62 struct i2c_slave_client *slave; member in struct:i2c_pxa_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Domap_hwmod_3xxx_data.c29 .slave = &omap3xxx_l4_core_hwmod,
36 .slave = &omap3xxx_l4_per_hwmod,
43 .slave = &omap3xxx_l3_main_hwmod,
75 .slave = &omap3xxx_l4_wkup_hwmod,
165 .slave = &omap3xxx_iva_hwmod,

Completed in 125 milliseconds

123456789