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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_audio.c38 static char *fn_cntl = FILE_CONTROL; variable
39 module_param(fn_cntl, charp, S_IRUGO);
40 MODULE_PARM_DESC(fn_cntl, "Control device file name");
229 snd->filp = filp_open(fn_cntl, O_RDWR, 0);
233 fn_cntl);

Completed in 66 milliseconds