Searched refs:mdev (Results 1 – 14 of 14) sorted by relevance
95 vidc_mixer_set(int mdev, unsigned int level) in vidc_mixer_set() argument111 switch (mdev) { in vidc_mixer_set()114 vidc_level_l[mdev] = lev_l; in vidc_mixer_set()115 vidc_level_r[mdev] = lev_r; in vidc_mixer_set()128 unsigned int mdev; in vidc_mixer_ioctl() local133 mdev = _SIOC_NR(cmd); in vidc_mixer_ioctl()139 if (mdev < SOUND_MIXER_NRDEVICES) in vidc_mixer_ioctl()140 vidc_mixer_set(mdev, val); in vidc_mixer_ioctl()148 switch (mdev) { in vidc_mixer_ioctl()170 if (mdev < SOUND_MIXER_NRDEVICES) in vidc_mixer_ioctl()[all …]
924 return ac97_mixer_ioctl (&(card->mdev), cmd, arg); in nm256_default_mixer_ioctl()957 card->mdev.reset_device = nm256_resetAC97; in nm256_install_mixer()958 card->mdev.read_reg = nm256_readAC97Reg; in nm256_install_mixer()959 card->mdev.write_reg = nm256_writeAC97Reg; in nm256_install_mixer()960 card->mdev.driver_private = (void *)card; in nm256_install_mixer()962 if (ac97_init (&(card->mdev))) in nm256_install_mixer()975 ac97_set_values (&(card->mdev), mixer_defaults); in nm256_install_mixer()987 ac97_reset (&(card->mdev)); in nm256_full_reset()
21 struct ac97_hwint mdev; member
127 unsigned int mdev; member
637 m -= (tp->mdev >> 2); /* similar update on mdev */ in tcp_rtt_estimator()649 m -= (tp->mdev >> 2); /* similar update on mdev */ in tcp_rtt_estimator()651 tp->mdev += m; /* mdev = 3/4 mdev + 1/4 new */ in tcp_rtt_estimator()652 if (tp->mdev > tp->mdev_max) { in tcp_rtt_estimator()653 tp->mdev_max = tp->mdev; in tcp_rtt_estimator()666 tp->mdev = m<<1; /* make sure rto = 3*rtt */ in tcp_rtt_estimator()667 tp->mdev_max = tp->rttvar = max(tp->mdev, TCP_RTO_MIN); in tcp_rtt_estimator()753 if (m < tp->mdev) in tcp_update_metrics()754 m = tp->mdev; in tcp_update_metrics()868 if (dst->rttvar > tp->mdev) { in tcp_init_metrics()[all …]
187 info->tcpi_rttvar = ((1000000*tp->mdev)/HZ)>>2; in tcpdiag_fill()
702 newtp->mdev = TCP_TIMEOUT_INIT; in tcp_create_openreq_child()
2512 info.tcpi_rttvar = ((1000000*tp->mdev)/HZ)>>2; in tcp_getsockopt()
2016 tp->mdev = TCP_TIMEOUT_INIT; in tcp_v4_init_sock()
2565 static struct net_device *mdev; variable2580 if ((mdev = insert_device(NULL, skfp_probe)) == NULL) in init_module()2583 for (p = mdev; p != NULL; p = LP(p->priv)->os.next_module) { in init_module()2605 while (mdev != NULL) { in cleanup_module()2606 mdev = unlink_modules(mdev); in cleanup_module()
5783 static struct net_device *mdev = NULL; variable5800 if (!mdev) mdev = p; in init_module()5829 while (mdev != NULL) { in cleanup_module()5830 mdev = unlink_modules(mdev); in cleanup_module()
327 __u32 mdev; /* medium deviation */ member
1311 *ifconfig 8253x*/{mdev} /*hw ether*/ {mac address} [as root]/1315 [Note that the 8253x{mdev} interface must not be running when the above1324 *ifconfig 8253x*/{mdev} {ipadress} [as root]/1340 {mdev} is the minor device number (in decimal, 3 digits including1349 *ifconfig 8253x*/{mdev} /*down*/ [as root]/
1833 tp->mdev = TCP_TIMEOUT_INIT; in tcp_v6_init_sock()