Searched refs:clt (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plug.c356 static int snd_pcm_plug_change_rate(snd_pcm_t *pcm, snd_pcm_t **new, snd_pcm_plug_params_t *clt, snd_pcm_plug_params_t *slv) argument
360 if (clt->rate == slv->rate)
367 slv->access = clt->access;
368 slv->rate = clt->rate;
369 if (snd_pcm_format_linear(clt->format))
370 slv->format = clt->format;
376 static int snd_pcm_plug_change_channels(snd_pcm_t *pcm, snd_pcm_t **new, snd_pcm_plug_params_t *clt, snd_pcm_plug_params_t *slv) argument
382 if (clt->channels == slv->channels &&
385 if (clt->rate != slv->rate &&
386 clt
478 snd_pcm_plug_change_format(snd_pcm_t *pcm, snd_pcm_t **new, snd_pcm_plug_params_t *clt, snd_pcm_plug_params_t *slv) argument
571 snd_pcm_plug_change_access(snd_pcm_t *pcm, snd_pcm_t **new, snd_pcm_plug_params_t *clt, snd_pcm_plug_params_t *slv) argument
585 snd_pcm_plug_change_mmap(snd_pcm_t *pcm, snd_pcm_t **new, snd_pcm_plug_params_t *clt, snd_pcm_plug_params_t *slv) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/tests/
H A Dt_cltsrv.sh59 "${top_builddir}/src/openvpn/openvpn" --script-security 2 --cd "${top_srcdir}/sample" ${addopts} --setenv role clt --down "${downscript}" --tls-exit --ping-exit 180 --config "sample-config-files/loopback-client"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dtherm_adt746x.c75 struct i2c_client *clt; member in struct:thermostat
104 rc = i2c_master_send(th->clt, (const char *)tmp, 2);
119 rc = i2c_master_send(th->clt, &reg_addr, 1);
124 rc = i2c_master_recv(th->clt, (char *)&data, 1);
397 th->clt = client;
H A Dtherm_pm72.c188 struct i2c_client *clt; local
204 clt = i2c_new_device(adap, &info);
205 if (!clt) {
214 list_add_tail(&clt->detected, &therm_pm72_driver.clients);
215 return clt;

Completed in 47 milliseconds