Lines Matching refs:proc_dointvec
325 retv = proc_dointvec(ctl, write, filp, buffer, lenp); in awc_proc_fun()
332 retv = proc_dointvec(ctl, write, filp, buffer, lenp); in awc_proc_fun()
378 {1, "debug" , &awc_debug, sizeof(awc_debug), 0600,NULL, proc_dointvec},
379 {2, "bap_sleep" , &bap_sleep, sizeof(bap_sleep), 0600,NULL, proc_dointvec},
380 …ep_after_setup" , &bap_sleep_after_setup, sizeof(bap_sleep_after_setup), 0600,NULL, proc_dointvec},
381 …p_before_command" , &sleep_before_command, sizeof(sleep_before_command), 0600,NULL, proc_dointvec},
382 …before_write" , &bap_sleep_before_write, sizeof(bap_sleep_before_write), 0600,NULL, proc_dointvec},
383 … {6, "sleep_in_command" , &sleep_in_command , sizeof(sleep_in_command), 0600,NULL, proc_dointvec},
384 {7, "both_bap_lock" , &both_bap_lock , sizeof(both_bap_lock), 0600,NULL, proc_dointvec},
385 …"bap_setup_spinlock" , &bap_setup_spinlock , sizeof(bap_setup_spinlock), 0600,NULL, proc_dointvec},
390 {1, "force_rts_on_shorter" , NULL, sizeof(int), 0600,NULL, proc_dointvec},
391 {2, "force_tx_rate" , NULL, sizeof(int), 0600,NULL, proc_dointvec},
392 {3, "ip_tos_reliability_rts" , NULL, sizeof(int), 0600,NULL, proc_dointvec},
393 {4, "ip_tos_troughput_no_retries", NULL, sizeof(int), 0600,NULL, proc_dointvec},
394 {5, "debug" , NULL, sizeof(int), 0600,NULL, proc_dointvec},
395 {6, "simple_bridge" , NULL, sizeof(int), 0600,NULL, proc_dointvec},
396 {7, "p802_11_send" , NULL, sizeof(int), 0600,NULL, proc_dointvec},
397 {8, "full_stats" , NULL, sizeof(int), 0600,NULL, proc_dointvec},