Searched refs:akm (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dwlif_utils.c160 char akm[16], *akms, *akmnext, *value, *infra; local
232 info->akm = !strcmp(value, "radius") ? WLIFU_AUTH_RADIUS : 0;
236 akms = nvram_safe_get(strcat_r(wl_prefix, "akm", comb));
237 foreach(akm, akms, akmnext) {
238 if (!strcmp(akm, "wpa"))
239 info->akm |= WPA_AUTH_UNSPECIFIED;
240 if (!strcmp(akm, "psk"))
241 info->akm |= WPA_AUTH_PSK;
243 if (!strcmp(akm, "wpa2"))
244 info->akm |
[all...]
H A Dwlif_utils.h48 unsigned int akm; /* authentication mode */ member in struct:wsec_info_s
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Dak4xxx.c154 if (ice->akm == NULL)
157 struct snd_akm4xxx *ak = &ice->akm[akidx];
160 kfree(ice->akm);
172 struct snd_akm4xxx *ak = &ice->akm[akidx];
H A Djuli.c187 ak = ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL);
H A Dphase.c128 ak = ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL);
234 return ((unsigned short)ice->akm[0].images[reg] << 8) |
235 ice->akm[0].images[reg + 1];
253 ice->akm[0].images[reg] = val >> 8;
254 ice->akm[0].images[reg + 1] = val;
392 ak = ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL);
H A Dpontis.c85 return ((unsigned short)ice->akm[0].images[reg] << 8) |
86 ice->akm[0].images[reg + 1];
103 ice->akm[0].images[reg] = val >> 8;
104 ice->akm[0].images[reg + 1] = val;
786 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL);
787 if (! ice->akm)
H A Daureon.c26 * both wm and akm codecs are pretty similar, so we can integrate
595 return ((unsigned short)ice->akm[0].images[reg] << 8) |
596 ice->akm[0].images[reg + 1];
618 ice->akm[0].images[reg] = val >> 8;
619 ice->akm[0].images[reg + 1] = val;
2043 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL);
2044 if (! ice->akm)
H A Dice1724.c476 if (ice->akm[i].ops.set_rate_val)
477 ice->akm[i].ops.set_rate_val(&ice->akm[i], rate);
1618 /* notify akm chips as well */
1622 if (ice->akm[i].ops.set_rate_val)
1623 ice->akm[i].ops.set_rate_val(&ice->akm[i], 0);
H A Dhoontech.c272 ak = ice->akm = kmalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL);
H A Dice1712.h345 struct snd_akm4xxx *akm; member in struct:snd_ice1712
H A Drevo.c499 ak = ice->akm = kcalloc(2, sizeof(struct snd_akm4xxx), GFP_KERNEL);
H A Ddelta.c618 ak = ice->akm = kmalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL);
H A Dice1712.c413 if (ice->akm[i].ops.set_rate_val)
414 ice->akm[i].ops.set_rate_val(&ice->akm[i], 0);
1056 if (ice->akm[i].ops.set_rate_val)
1057 ice->akm[i].ops.set_rate_val(&ice->akm[i], rate);
H A Dews.c510 ak = ice->akm = kmalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL);

Completed in 107 milliseconds