Searched refs:func2 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/cdrom/ |
D | sbpcd.c | 3832 static int check_allowed1(u_char func1, u_char func2) in check_allowed1() argument 3843 if (func2==tell_SubQ_run_tot) return (-1); in check_allowed1() 3844 if (func2==tell_cdsize) return (-1); in check_allowed1() 3845 if (func2==tell_TocDescrip) return (-1); in check_allowed1() 3846 if (func2==tell_TocEntry) return (-1); in check_allowed1() 3847 if (func2==tell_subQ_info) return (-1); in check_allowed1() 3848 if (fam1_drive) if (func2==tell_SubChanInfo) return (-1); in check_allowed1() 3849 if (func2==tell_UPC) return (-1); in check_allowed1() 3855 static int check_allowed2(u_char func1, u_char func2) in check_allowed2() argument 3865 if (func2==EjectDisk) return (-1); in check_allowed2() [all …]
|
/linux-2.4.37.9/Documentation/i2c/ |
D | writing-clients | 775 { FOO_SYSCTL_FUNC2, "func2", NULL, 0, 0644, NULL, &i2c_proc_real, 784 directories, as files named func1, func2 and data, or alternatively
|