Searched refs:mdev (Results 1 - 19 of 19) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dvidc.c95 vidc_mixer_set(int mdev, unsigned int level) argument
111 switch (mdev) {
114 vidc_level_l[mdev] = lev_l;
115 vidc_level_r[mdev] = lev_r;
128 unsigned int mdev; local
133 mdev = _SIOC_NR(cmd);
139 if (mdev < SOUND_MIXER_NRDEVICES)
140 vidc_mixer_set(mdev, val);
148 switch (mdev) {
170 if (mdev < SOUND_MIXER_NRDEVICE
[all...]
H A Dnm256.h21 struct ac97_hwint mdev; member in struct:nm256_info
H A Dnm256_audio.c924 return ac97_mixer_ioctl (&(card->mdev), cmd, arg);
957 card->mdev.reset_device = nm256_resetAC97;
958 card->mdev.read_reg = nm256_readAC97Reg;
959 card->mdev.write_reg = nm256_writeAC97Reg;
960 card->mdev.driver_private = (void *)card;
962 if (ac97_init (&(card->mdev)))
975 ac97_set_values (&(card->mdev), mixer_defaults);
987 ac97_reset (&(card->mdev));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dlp.h127 unsigned int mdev; member in struct:lp_stats
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dlp.h127 unsigned int mdev; member in struct:lp_stats
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dlp_asus.h150 unsigned int mdev; member in struct:lp_stats
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dlp.h152 unsigned int mdev; member in struct:lp_stats
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dlp.h152 unsigned int mdev; member in struct:lp_stats
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dlp.h152 unsigned int mdev; member in struct:lp_stats
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dskfddi.c2449 static struct net_device *mdev; variable in typeref:struct:net_device
2464 if ((mdev = insert_device(NULL, skfp_probe)) == NULL)
2467 for (p = mdev; p != NULL; p = LP(p->priv)->os.next_module) {
2489 while (mdev != NULL) {
2490 mdev = unlink_modules(mdev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_input.c418 * article in SIGCOMM '88. Note that rtt and mdev
424 * RTO = rtt + 4 * mdev
440 m -= (tp->mdev >> 2); /* similar update on mdev */
442 * Eifel blocks mdev updates when rtt decreases.
444 * for mdev in this case (alpha*beta).
452 m -= (tp->mdev >> 2); /* similar update on mdev */
454 tp->mdev += m; /* mdev
[all...]
H A Dtcp_diag.c182 info->tcpi_rttvar = ((1000000*tp->mdev)/HZ)>>2;
H A Dtcp_minisocks.c700 newtp->mdev = TCP_TIMEOUT_INIT;
H A Dtcp.c2499 info.tcpi_rttvar = ((1000000*tp->mdev)/HZ)>>2;
H A Dtcp_ipv4.c2004 tp->mdev = TCP_TIMEOUT_INIT;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dde4x5.c5784 static struct net_device *mdev = NULL;
5801 if (!mdev) mdev = p;
5830 while (mdev != NULL) {
5831 mdev = unlink_modules(mdev);
5782 static struct net_device *mdev = NULL; variable in typeref:struct:net_device
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dsock.h309 __u32 mdev; /* medium deviation */ member in struct:tcp_opt
310 __u32 mdev_max; /* maximal mdev for the last rtt period */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dsock.h361 __u32 mdev; /* medium deviation */ member in struct:tcp_opt
362 __u32 mdev_max; /* maximal mdev for the last rtt period */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dtcp_ipv6.c1800 tp->mdev = TCP_TIMEOUT_INIT;

Completed in 213 milliseconds