aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/amba
ModeNameSize
-rw-r--r--bus.h1736logstatsplainblame
-rw-r--r--clcd.h6601logstatsplainblame
-rw-r--r--kmi.h2943logstatsplainblame
-rw-r--r--mmci.h350logstatsplainblame
-rw-r--r--pl022.h7651logstatsplainblame
-rw-r--r--pl061.h363logstatsplainblame
-rw-r--r--pl093.h2224logstatsplainblame
-rw-r--r--serial.h7429logstatsplainblame
n> }, { 0, }, }; static struct ctl_table x25_root_table[] = { { .ctl_name = CTL_NET, .procname = "net", .mode = 0555, .child = x25_dir_table, }, { 0, }, }; void __init x25_register_sysctl(void) { x25_table_header = register_sysctl_table(x25_root_table); } void x25_unregister_sysctl(void) { unregister_sysctl_table(x25_table_header); }