Home
last modified time | relevance | path

Searched refs:proc_entry (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_proc.c688 if (!priv->proc_entry) {
701 priv->proc_entry = proc_mkdir(proc_dir_name, PROC_DIR);
702 if (priv->proc_entry) {
707 priv->proc_entry->parent;
721 priv->proc_entry =
729 if (priv->phandle->proc_mwlan && !priv->proc_entry) {
730 priv->proc_entry =
737 if (priv->proc_entry) {
739 r = proc_create_data("info", 0, priv->proc_entry,
743 r = create_proc_entry("info", 0, priv->proc_entry);
[all …]
H A Dmoal_debug.c1127 if (priv->proc_entry == NULL) { in woal_debug_entry()
1172 r = proc_create_data("debug", 0644, priv->proc_entry, &debug_proc_fops, in woal_debug_entry()
1176 r = create_proc_entry("debug", 0644, priv->proc_entry); in woal_debug_entry()
1189 priv->hist_entry = proc_mkdir("histogram", priv->proc_entry); in woal_debug_entry()
1224 r = proc_create_data("log", 0644, priv->proc_entry, &log_proc_fops, in woal_debug_entry()
1228 r = create_proc_entry("log", 0644, priv->proc_entry); in woal_debug_entry()
1259 remove_proc_entry("debug", priv->proc_entry); in woal_debug_remove()
1267 remove_proc_entry("histogram", priv->proc_entry); in woal_debug_remove()
1269 remove_proc_entry("log", priv->proc_entry); in woal_debug_remove()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dproc_tty.c137 if (!driver->driver_name || driver->proc_entry || in proc_tty_register_driver()
143 driver->proc_entry = ent; in proc_tty_register_driver()
153 ent = driver->proc_entry; in proc_tty_unregister_driver()
159 driver->proc_entry = NULL; in proc_tty_unregister_driver()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_proc.c1293 if (!priv->proc_entry) {
1309 priv->proc_entry = proc_mkdir(proc_dir_name, proc_mwlan);
1310 if (priv->proc_entry) {
1315 priv->proc_entry->parent;
1330 priv->proc_entry =
1338 if (priv->phandle->proc_wlan && !priv->proc_entry) {
1339 priv->proc_entry =
1346 if (priv->proc_entry) {
1348 r = proc_create_data("info", 0, priv->proc_entry,
1351 r = create_proc_entry("info", 0, priv->proc_entry);
[all …]
H A Dmoal_debug.c1360 if (priv->proc_entry == NULL) { in woal_debug_entry()
1411 r = proc_create_data("debug", 0644, priv->proc_entry, &debug_proc_fops, in woal_debug_entry()
1415 r = create_proc_entry("debug", 0644, priv->proc_entry); in woal_debug_entry()
1428 priv->hist_entry = proc_mkdir("histogram", priv->proc_entry); in woal_debug_entry()
1464 r = proc_create_data("log", 0644, priv->proc_entry, &log_proc_fops, in woal_debug_entry()
1468 r = create_proc_entry("log", 0644, priv->proc_entry); in woal_debug_entry()
1498 remove_proc_entry("debug", priv->proc_entry); in woal_debug_remove()
1507 remove_proc_entry("histogram", priv->proc_entry); in woal_debug_remove()
1509 remove_proc_entry("log", priv->proc_entry); in woal_debug_remove()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/vtl_ts/
H A Dvtl_ts.c448 if ( ts->driver->proc_entry != NULL ){ in vtl_ts_remove()
564 ts->driver->proc_entry = create_proc_entry(DRIVER_NAME, 0666/*S_IFREG | S_IRUGO | S_IWUSR*/, NULL); in vtl_ts_handler()
565 if ( ts->driver->proc_entry == NULL ) { in vtl_ts_handler()
569 ts->driver->proc_entry->proc_fops = &apk_fops; in vtl_ts_handler()
626 if ( ts->driver->proc_entry ){ in vtl_ts_handler()
628 ts->driver->proc_entry = NULL; in vtl_ts_handler()
H A Dvtl_ts.h148 struct proc_dir_entry *proc_entry; member
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_procfs.c268 bond->proc_entry = proc_create_seq_data(bond_dev->name, 0444, in bond_create_proc_entry()
270 if (bond->proc_entry == NULL) in bond_create_proc_entry()
283 if (bn->proc_dir && bond->proc_entry) { in bond_remove_proc_entry()
286 bond->proc_entry = NULL; in bond_remove_proc_entry()
/OK3568_Linux_fs/kernel/sound/drivers/opl4/
H A Dopl4_proc.c105 opl4->proc_entry = entry; in snd_opl4_create_proc()
111 snd_info_free_entry(opl4->proc_entry); in snd_opl4_free_proc()
H A Dopl4_local.h182 struct snd_info_entry *proc_entry; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_ex_fun.c501 proc->proc_entry = proc_create(PROC_NAME, 0777, NULL, &fts_proc_fops); in fts_create_apk_debug_channel()
502 if (NULL == proc->proc_entry) { in fts_create_apk_debug_channel()
507 proc->proc_entry = create_proc_entry(PROC_NAME, 0777, NULL); in fts_create_apk_debug_channel()
508 if (NULL == proc->proc_entry) { in fts_create_apk_debug_channel()
512 proc->proc_entry->write_proc = fts_debug_write; in fts_create_apk_debug_channel()
513 proc->proc_entry->read_proc = fts_debug_read; in fts_create_apk_debug_channel()
524 if (proc->proc_entry) { in fts_release_apk_debug_channel()
526 proc_remove(proc->proc_entry); in fts_release_apk_debug_channel()
H A Dfocaltech_core.h110 struct proc_dir_entry *proc_entry; member
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm_oss.h66 struct snd_info_entry *proc_entry; member
H A Dmixer_oss.h50 struct snd_info_entry *proc_entry; member
H A Drawmidi.h131 struct snd_info_entry *proc_entry; member
H A Dsb.h96 struct snd_info_entry *proc_entry; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/via/
H A Dviafbdev.h33 struct proc_dir_entry *proc_entry; /*viafb proc entry */ member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_extents.c894 struct proc_dir_entry *proc_entry = NULL; in gt1x_init_node() local
899 proc_entry = proc_create(GESTURE_NODE, 0755, NULL, &gt1x_fops); in gt1x_init_node()
900 if (proc_entry == NULL) { in gt1x_init_node()
/OK3568_Linux_fs/kernel/net/atm/
H A Dproc.c361 dev->proc_entry = proc_create_data(dev->proc_name, 0, atm_proc_root, in atm_proc_dev_register()
363 if (!dev->proc_entry) in atm_proc_dev_register()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty_driver.h316 struct proc_dir_entry *proc_entry; /* /proc fs entry */ member
H A Datmdev.h166 struct proc_dir_entry *proc_entry; /* proc entry */ member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Drndis.c906 struct proc_dir_entry *proc_entry; in rndis_register() local
910 proc_entry = proc_create_data(name, 0660, NULL, in rndis_register()
912 if (!proc_entry) { in rndis_register()
/OK3568_Linux_fs/kernel/drivers/scsi/dpt/
H A Ddpti_i2o.h74 struct proc_dir_entry* proc_entry; /* /proc dir */ member
/OK3568_Linux_fs/kernel/sound/pci/ymfpci/
H A Dymfpci.h347 struct snd_info_entry *proc_entry; member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Ddpti.h242 struct proc_dir_entry* proc_entry; /* /proc dir */ member

12