Searched refs:ioctl_str (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dau1550_i2s.c1260 } ioctl_str[] = { variable in typeref:struct:ioctl_str_t
1323 for (count=0; count<sizeof(ioctl_str)/sizeof(ioctl_str[0]); count++) {
1324 if (ioctl_str[count].cmd == cmd)
1327 if (count < sizeof(ioctl_str) / sizeof(ioctl_str[0]))
1328 dbg("ioctl %s, arg=0x%lx", ioctl_str[count].str, arg);
H A Dau1550_ac97.c1293 } ioctl_str[] = { variable in typeref:struct:ioctl_str_t
1356 for (count = 0; count < ARRAY_SIZE(ioctl_str); count++) {
1357 if (ioctl_str[count].cmd == cmd)
1360 if (count < ARRAY_SIZE(ioctl_str))
1361 pr_debug("ioctl %s, arg=0x%lxn", ioctl_str[count].str, arg);
H A Dnec_vrc5477.c1336 } ioctl_str[] = { variable in typeref:struct:ioctl_str_t
1384 for (count = 0; count < ARRAY_SIZE(ioctl_str); count++) {
1385 if (ioctl_str[count].cmd == cmd)
1388 if (count < ARRAY_SIZE(ioctl_str))
1389 printk(KERN_INFO PFX "ioctl %s\n", ioctl_str[count].str);

Completed in 70 milliseconds