Searched refs:slave (Results 151 - 175 of 204) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dslirp_kern.c30 spri->slave = -1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-eh.c1301 * slave links as master will do them again.
2100 /* Handle the frigging slave link. Autopsy is done similarly
2108 /* transfer control flags from master to slave */
2111 /* perform autopsy on the slave link */
2114 /* transfer actions from slave to master and clear slave */
2469 struct ata_link *slave = ap->slave_link; local
2471 struct ata_eh_context *sehc = slave ? &slave->eh_context : NULL;
2544 if (slave) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/
H A Dalsa.conf233 slave.pcm {
254 slave.pcm $SLAVE
286 slave.pcm $SLAVE
308 slave.pcm null
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DSB-XFi.conf88 slave.pcm {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/alsa/
H A Dalsa.conf233 slave.pcm {
254 slave.pcm $SLAVE
286 slave.pcm $SLAVE
308 slave.pcm null
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dwait-process.c115 'child' field to 0 when unregistering a slave process, and wouldn't need
126 /* The registered slave subprocesses. */
132 /* The termination signal for slave subprocesses.
146 /* Get the last registered slave. */
155 pid_t slave = slaves[n].child; local
157 /* Kill the slave. */
158 kill (slave, TERMINATOR);
163 /* Register a subprocess as being a slave process. This means that the
178 /* Try to store the new slave in an unused entry of the slaves array. */
224 new slave an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv04_dfp.c153 struct drm_encoder *slave; local
168 list_for_each_entry(slave, &dev->mode_config.encoder_list, head) {
169 struct dcb_entry *slave_dcb = nouveau_encoder(slave)->dcb;
171 if (slave_dcb->type == OUTPUT_TMDS && get_slave_funcs(slave) &&
173 return slave;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Djuli.c440 struct snd_kcontrol *slave = ctl_find(card, *list); local
442 if (slave) {
443 /* printk(KERN_DEBUG "slave %s found\n", *list); */
444 snd_ctl_add_slave(master, slave);
H A Dquartet.c821 struct snd_kcontrol *slave = ctl_find(card, *list); local
822 if (slave)
823 snd_ctl_add_slave(master, slave);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_net.c111 * master or slave) is busy. It's busy iff all (master and slave)
489 if (lp->master) { /* is lp a slave? */
838 if (lp->slave != NULL) {
842 "isdn_net: hang up slave %s before %s\n",
843 lp->slave->name, d->name);
844 isdn_net_hangup(lp->slave);
1043 * If so, and if a slave exists, trigger dialing for it.
1044 * If any slave is online, deliver packets using a simple round robin
1089 if (lp->slave) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_generic.h23 snd_pcm_t *slave; member in struct:__anon1468
H A Dpcm.c499 The default device is equal to plug plugin with hw plugin as slave. The defaults are
534 The plughw device description uses the plug plugin and hw plugin as slave. The arguments
550 The plug device uses the plug plugin. The one SLAVE argument specifies the slave plugin.
575 The tee device stores contents of a stream to given file plus transfers it to given slave plugin.
576 The three arguments (in order: SLAVE,FILE,FORMAT) specify slave plugin, filename and file format.
586 The file device is file plugin with null plugin as slave. The arguments (in order: FILE,FORMAT)
6831 SNDERR("Invalid slave definition");
6837 SNDERR("Invalid slave definition");
6979 snd_pcm_t *slave, snd_pcm_rbptr_t *slave_rbptr)
6999 pcm_rbptr->master = slave_rbptr->master ? slave_rbptr->master : slave;
6978 snd_pcm_link_ptr(snd_pcm_t *pcm, snd_pcm_rbptr_t *pcm_rbptr, snd_pcm_t *slave, snd_pcm_rbptr_t *slave_rbptr) argument
7008 snd_pcm_unlink_ptr(snd_pcm_t *pcm, snd_pcm_rbptr_t *pcm_rbptr, snd_pcm_t *slave, snd_pcm_rbptr_t *slave_rbptr) argument
7033 snd_pcm_link_hw_ptr(snd_pcm_t *pcm, snd_pcm_t *slave) argument
7040 snd_pcm_link_appl_ptr(snd_pcm_t *pcm, snd_pcm_t *slave) argument
7047 snd_pcm_unlink_hw_ptr(snd_pcm_t *pcm, snd_pcm_t *slave) argument
7054 snd_pcm_unlink_appl_ptr(snd_pcm_t *pcm, snd_pcm_t *slave) argument
[all...]
H A Dpcm_direct.h79 /* copied to slave PCMs */
127 snd_pcm_t *spcm; /* slave PCM handle */
302 snd_config_t *slave; member in struct:snd_pcm_direct_open_conf
H A Dpcm_local.h225 * use the mmaped buffer of the slave
362 void snd_pcm_link_hw_ptr(snd_pcm_t *pcm, snd_pcm_t *slave);
363 void snd_pcm_link_appl_ptr(snd_pcm_t *pcm, snd_pcm_t *slave);
364 void snd_pcm_unlink_hw_ptr(snd_pcm_t *pcm, snd_pcm_t *slave);
365 void snd_pcm_unlink_appl_ptr(snd_pcm_t *pcm, snd_pcm_t *slave);
871 snd_pcm_t *slave, int close_slave);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dintel_mid_dma_regs.h166 * @slave: dma slave struture
181 struct intel_mid_dma_slave *slave; member in struct:intel_mid_dma_chan
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Dax25_out.c88 if (ax25_dev->dama.slave)
202 * A DAMA slave is _required_ to work as normal AX.25L2V2
206 if (!ax25->ax25_dev->dama.slave) ax25_kick(ax25);
H A Dax25_ds_timer.c36 * Add DAMA slave timeout timer to timer list.
67 * Silently discard all (slave) connections in case our master forgot us...
76 if (ax25_dev == NULL || !ax25_dev->dama.slave)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dat32ap700x.c1329 struct mci_dma_data *slave; local
1348 slave = kzalloc(sizeof(struct mci_dma_data), GFP_KERNEL);
1349 if (!slave)
1352 slave->sdata.dma_dev = &dw_dmac0_device.dev;
1353 slave->sdata.reg_width = DW_DMA_SLAVE_WIDTH_32BIT;
1354 slave->sdata.cfg_hi = (DWC_CFGH_SRC_PER(0)
1356 slave->sdata.cfg_lo &= ~(DWC_CFGL_HS_DST_POL
1359 data->dma_slave = slave;
1426 kfree(slave);
2045 /* Check if DMA slave interfac
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dserial_cs.c87 int slave; member in struct:serial_info
288 if (!info->slave)
420 info->slave = 1;
424 info->slave = 1;
426 if (info->slave)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Ddavinci_spi.c183 struct davinci_spi_slave slave[SPI_MAX_CHIPSELECT]; member in struct:davinci_spi
295 * SPI slave device freq.
325 davinci_spi->slave[spi->chip_select].bytes_per_word = 1;
329 davinci_spi->slave[spi->chip_select].bytes_per_word = 2;
453 davinci_spi->slave[spi->chip_select].cmd_to_write = 0;
687 conv = davinci_spi->slave[spi->chip_select].bytes_per_word;
834 conv = davinci_spi->slave[spi->chip_select].bytes_per_word;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Disdn.h110 char slave[10]; /* Name of Slave for Bundling */ member in struct:__anon17619
120 int slavedelay; /* Delay until slave starts up */
129 int triggercps; /* BogoCPS needed for triggering slave */
331 int triggercps; /* BogoCPS needed for trigger slave */
337 struct net_device *slave; /* Ptr to Slave device for masters */ member in struct:isdn_net_local_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Domap_hwmod.h77 /* Master standby/slave idle mode flags */
185 * @slave: struct omap_hwmod that responds to OCP transactions on this link
204 struct omap_hwmod *slave; member in struct:omap_hwmod_ocp_if
308 * @idlest_idle_bit: register bit shift for CM_IDLEST slave idle bit
423 * @_mpu_port_index: cached MPU register target slave ID (internal use)
430 * @slaves_cnt: number of @slave entries
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/atmel/
H A Dabdac.c336 static bool filter(struct dma_chan *chan, void *slave) argument
338 struct dw_dma_slave *dws = slave;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dsiu_pcm.c327 static bool filter(struct dma_chan *chan, void *slave) argument
329 struct sh_dmae_slave *param = slave;
331 pr_debug("%s: slave ID %d\n", __func__, param->slave_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ca0106/
H A Dca0106_mixer.c765 struct snd_kcontrol *slave = ctl_find(card, *list); local
766 if (slave)
767 snd_ctl_add_slave(master, slave);

Completed in 223 milliseconds

123456789