Searched refs:slave (Results 1 - 25 of 204) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Detraxi2c.h13 * slave, register and value.
16 #define I2C_WRITEARG(slave, reg, value) (((slave) << 16) | ((reg) << 8) | (value))
17 #define I2C_READARG(slave, reg) (((slave) << 16) | ((reg) << 8))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dvmaster.c2 * Virtual master and slave controls
27 * link master - this contains a list of slave controls that are
42 * link slave - this contains a slave control element
45 * master control. A slave may have either one or two channels.
54 struct snd_kcontrol slave; /* the copy of original control entry */ member in struct:link_slave
57 static int slave_update(struct link_slave *slave) argument
65 uctl->id = slave->slave.id;
66 err = slave
74 slave_init(struct link_slave *slave) argument
114 struct link_slave *slave; local
132 slave_get_val(struct link_slave *slave, struct snd_ctl_elem_value *ucontrol) argument
145 slave_put_val(struct link_slave *slave, struct snd_ctl_elem_value *ucontrol) argument
182 struct link_slave *slave = snd_kcontrol_chip(kcontrol); local
189 struct link_slave *slave = snd_kcontrol_chip(kcontrol); local
196 struct link_slave *slave = snd_kcontrol_chip(kcontrol); local
217 struct link_slave *slave = snd_kcontrol_chip(kcontrol); local
223 struct link_slave *slave = snd_kcontrol_chip(kcontrol); local
243 _snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave, unsigned int flags) argument
306 struct link_slave *slave; local
334 struct link_slave *slave; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DAACI.conf40 { slave 0 channel 0 }
41 { slave 0 channel 1 }
42 { slave 0 channel 3 }
43 { slave 0 channel 4 }
44 { slave 0 channel 2 }
45 { slave 0 channel 5 }
H A DEcho_Echo3G.conf81 { slave 0 channel 0 }
82 { slave 0 channel 1 }
83 { slave 1 channel 0 }
84 { slave 1 channel 1 }
125 { slave 0 channel 0 }
126 { slave 0 channel 1 }
127 { slave 1 channel 0 }
128 { slave 1 channel 1 }
129 { slave 2 channel 0 }
170 { slave
[all...]
H A DATIIXP-MODEM.conf13 slave.pcm {
17 slave.channels 2
18 slave.format S16_LE
H A DICE1712.conf14 slave.pcm {
21 slave.pcm {
40 slave.pcm {
44 slave.channels 10
50 slave.pcm {
54 slave.channels 12
70 slave.pcm {
74 slave.channels 10
93 slave.pcm {
97 slave
[all...]
H A DCA0106.conf14 slave.pcm {
21 slave.pcm {
104 { slave 0 channel 0 }
105 { slave 0 channel 1 }
106 { slave 1 channel 0 }
107 { slave 1 channel 1 }
152 { slave 0 channel 0 }
153 { slave 0 channel 1 }
154 { slave 1 channel 0 }
155 { slave
[all...]
H A DPMacToonie.conf13 slave.pcm {
32 slave.pcm {
34 slave.pcm {
46 slave.pcm {
H A DENS1370.conf26 slave.pcm {
33 slave.pcm {
48 slave.pcm {
102 { slave 0 channel 0 }
103 { slave 0 channel 1 }
104 { slave 1 channel 0 }
105 { slave 1 channel 1 }
H A DCS46xx.conf26 slave.pcm {
33 slave.pcm {
48 slave.pcm {
108 { slave 0 channel 0 }
109 { slave 0 channel 1 }
110 { slave 1 channel 0 }
111 { slave 1 channel 1 }
155 { slave 0 channel 0 }
156 { slave 0 channel 1 }
157 { slave
[all...]
H A DEMU10K1X.conf14 slave.pcm {
21 slave.pcm {
92 { slave 0 channel 0 }
93 { slave 0 channel 1 }
94 { slave 1 channel 0 }
95 { slave 1 channel 1 }
139 { slave 0 channel 0 }
140 { slave 0 channel 1 }
141 { slave 1 channel 0 }
142 { slave
[all...]
H A DAudigy2.conf13 slave.pcm {
65 slave.pcm {
100 slave.pcm {
151 slave.pcm {
225 { slave 0 channel 0 }
226 { slave 0 channel 1 }
227 { slave 1 channel 0 }
228 { slave 1 channel 1 }
270 { slave 0 channel 0 }
271 { slave
[all...]
H A DENS1371.conf25 slave.pcm {
32 slave.pcm {
47 slave.pcm {
91 { slave 0 channel 0 }
92 { slave 0 channel 1 }
93 { slave 1 channel 0 }
94 { slave 1 channel 1 }
118 slave.pcm {
H A DGUS.conf15 slave.pcm {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dfsldma.h74 * @slave: the &struct fsl_dma_slave to add to
81 static inline int fsl_dma_slave_append(struct fsl_dma_slave *slave, argument
94 list_add_tail(&addr->entry, &slave->addresses);
100 * @slave: the struct fsl_dma_slave to free
104 static inline void fsl_dma_slave_free(struct fsl_dma_slave *slave) argument
108 if (slave) {
109 list_for_each_entry_safe(addr, tmp, &slave->addresses, entry) {
114 kfree(slave);
127 struct fsl_dma_slave *slave; local
129 slave
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_alb.h29 struct slave;
32 #define SLAVE_TLB_INFO(slave) ((slave)->tlb_info)
35 struct slave *tx_slave; /* A pointer to slave used for transmiting
70 struct slave *slave; /* the slave assigned to this client */ member in struct:rlb_client_info
79 * slave for transmit.
81 u32 load; /* Each slave sum
[all...]
H A Dbonding.h49 * Checks whether slave is ready for transmit.
51 #define SLAVE_IS_OK(slave) \
52 (((slave)->dev->flags & IFF_UP) && \
53 netif_running((slave)->dev) && \
54 ((slave)->link == BOND_LINK_UP) && \
55 ((slave)->state == BOND_STATE_ACTIVE))
82 * @pos: current slave.
96 * @pos: current slave.
111 * @pos: current slave.
157 struct slave { struct
238 struct slave *slave = NULL; local
250 bond_get_bond_by_slave(struct slave *slave) argument
279 slave_do_arp_validate(struct bonding *bond, struct slave *slave) argument
285 slave_last_rx(struct bonding *bond, struct slave *slave) argument
294 bond_set_slave_inactive_flags(struct slave *slave) argument
305 bond_set_slave_active_flags(struct slave *slave) argument
[all...]
H A Dbond_alb.c79 /* RLB_PROMISC_TIMEOUT = 10 sec equals the time that the current slave is
122 static void alb_send_learning_packets(struct slave *slave, u8 mac_addr[]);
162 static inline void tlb_init_slave(struct slave *slave) argument
164 SLAVE_TLB_INFO(slave).load = 0;
165 SLAVE_TLB_INFO(slave).head = TLB_NULL_INDEX;
169 static void tlb_clear_slave(struct bonding *bond, struct slave *slave, int save_load) argument
176 /* clear slave fro
236 compute_gap(struct slave *slave) argument
245 struct slave *slave, *least_loaded; local
392 struct slave *rx_slave, *slave, *start_at; local
447 rlb_clear_slave(struct bonding *bond, struct slave *slave) argument
564 rlb_req_update_slave_clients(struct bonding *bond, struct slave *slave) argument
880 alb_send_learning_packets(struct slave *slave, u8 mac_addr[]) argument
938 alb_set_slave_mac_addr(struct slave *slave, u8 addr[], int hw) argument
1037 alb_change_hw_addr_on_detach(struct bonding *bond, struct slave *slave) argument
1092 alb_handle_addr_collision_on_attach(struct bonding *bond, struct slave *slave) argument
1191 struct slave *slave, *stop_at; local
1408 struct slave *slave; local
1518 bond_alb_init_slave(struct bonding *bond, struct slave *slave) argument
1559 bond_alb_deinit_slave(struct bonding *bond, struct slave *slave) argument
1574 bond_alb_handle_link_change(struct bonding *bond, struct slave *slave, char link) argument
1698 struct slave *slave, *swap_slave; variable in typeref:struct:slave
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_share.c105 snd_pcm_share_slave_t *slave; member in struct:__anon1504
122 static snd_pcm_uframes_t snd_pcm_share_slave_avail(snd_pcm_share_slave_t *slave) argument
125 snd_pcm_t *pcm = slave->pcm;
126 avail = slave->hw_ptr - *pcm->appl.ptr;
135 /* Return number of frames to mmap_commit the slave */
136 static snd_pcm_uframes_t _snd_pcm_share_slave_forward(snd_pcm_share_slave_t *slave) argument
145 slave_avail = snd_pcm_share_slave_avail(slave);
146 boundary = slave->pcm->boundary;
147 buffer_size = slave->pcm->buffer_size;
150 slave_appl_ptr = *slave
202 snd_pcm_share_slave_t *slave = share->slave; local
339 _snd_pcm_share_slave_missing(snd_pcm_share_slave_t *slave) argument
357 snd_pcm_share_slave_t *slave = data; local
422 snd_pcm_share_slave_t *slave = share->slave; local
477 snd_pcm_share_slave_t *slave = share->slave; local
521 snd_pcm_share_slave_t *slave = share->slave; local
617 snd_pcm_share_slave_t *slave = share->slave; local
673 snd_pcm_share_slave_t *slave = share->slave; local
692 snd_pcm_share_slave_t *slave = share->slave; local
729 snd_pcm_share_slave_t *slave = share->slave; local
742 snd_pcm_share_slave_t *slave = share->slave; local
753 snd_pcm_share_slave_t *slave = share->slave; local
772 snd_pcm_share_slave_t *slave = share->slave; local
783 snd_pcm_share_slave_t *slave = share->slave; local
805 snd_pcm_share_slave_t *slave = share->slave; local
819 snd_pcm_share_slave_t *slave = share->slave; local
862 snd_pcm_share_slave_t *slave = share->slave; local
873 snd_pcm_share_slave_t *slave = share->slave; local
906 snd_pcm_share_slave_t *slave = share->slave; local
920 snd_pcm_share_slave_t *slave = share->slave; local
996 snd_pcm_share_slave_t *slave = share->slave; local
1009 snd_pcm_share_slave_t *slave = share->slave; local
1045 snd_pcm_share_slave_t *slave = share->slave; local
1056 snd_pcm_share_slave_t *slave = share->slave; local
1067 snd_pcm_share_slave_t *slave = share->slave; local
1102 snd_pcm_share_slave_t *slave = share->slave; local
1113 snd_pcm_share_slave_t *slave = share->slave; local
1125 snd_pcm_share_slave_t *slave = share->slave; local
1160 snd_pcm_share_slave_t *slave = share->slave; local
1218 snd_pcm_share_slave_t *slave = share->slave; local
1255 snd_pcm_share_slave_t *slave = share->slave; local
1297 snd_pcm_share_slave_t *slave = share->slave; local
1383 snd_pcm_share_slave_t *slave = NULL; local
1608 snd_config_t *slave = NULL, *sconf; local
[all...]
H A Dpcm_generic.c42 err = snd_pcm_close(generic->slave);
50 return snd_pcm_nonblock(generic->slave, nonblock);
56 return snd_pcm_async(generic->slave, sig, pid);
62 return snd_pcm_poll_descriptors_count(generic->slave);
68 return snd_pcm_poll_descriptors(generic->slave, pfds, space);
74 return snd_pcm_poll_descriptors_revents(generic->slave, pfds, nfds, revents);
80 return snd_pcm_info(generic->slave, info);
86 return snd_pcm_hw_free(generic->slave);
92 return snd_pcm_sw_params(generic->slave, params);
98 return snd_pcm_hw_refine(generic->slave, param
[all...]
H A Dpcm_asym.c26 playback STR # Playback slave name
28 playback { # Playback slave definition
33 capture STR # Capture slave name
35 capture { # Capture slave definition
83 snd_config_t *slave = NULL, *sconf; local
93 slave = n;
98 slave = n;
104 if (! slave) {
105 SNDERR("%s slave is not defined",
109 err = snd_pcm_slave_conf(root, slave,
[all...]
H A Dpcm_empty.c78 snd_config_t *slave = NULL, *sconf; local
89 if (strcmp(id, "slave") == 0) {
90 slave = n;
96 if (!slave) {
97 SNDERR("slave is not defined");
100 err = snd_pcm_slave_conf(root, slave, &sconf, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/pcm/
H A Ddpl.conf7 slave.pcm $SLAVE
8 slave.channels 2
29 slave.pcm $SLAVE
30 slave.channels 2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-int-device.c48 if (s->u.slave->master)
52 if (s->u.slave->attach_to[0] != 0
53 && strncmp(m->name, s->u.slave->attach_to,
60 s->u.slave->master = m;
62 s->u.slave->master = NULL;
87 sort(d->u.slave->ioctls, d->u.slave->num_ioctls,
104 && d->u.slave->master != NULL) {
105 d->u.slave->master->u.master->detach(d);
106 module_put(d->u.slave
114 find_ioctl(struct v4l2_int_slave *slave, int cmd, v4l2_int_ioctl_func *no_such_ioctl) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Deql.c137 static void eql_kill_one_slave(slave_queue_t *queue, slave_t *slave);
147 slave_t *slave = list_entry(this, slave_t, list); local
149 if ((slave->dev->flags & IFF_UP) == IFF_UP) {
150 slave->bytes_queued -= slave->priority_Bps;
151 if (slave->bytes_queued < 0)
152 slave->bytes_queued = 0;
154 eql_kill_one_slave(&eql->queue, slave);
207 "your slave devices.\n", dev->name);
219 static void eql_kill_one_slave(slave_queue_t *queue, slave_t *slave) argument
305 slave_t *slave = list_entry(this, slave_t, list); local
332 slave_t *slave; local
366 slave_t *slave = list_entry(this, slave_t, list); local
385 __eql_insert_slave(slave_queue_t *queue, slave_t *slave) argument
466 slave_t *slave = __eql_find_slave_dev(&eql->queue, local
485 slave_t *slave; local
519 slave_t *slave; local
[all...]

Completed in 197 milliseconds

123456789