| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_proc.c | 688 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 D | moal_debug.c | 1127 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 D | proc_tty.c | 137 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 D | moal_proc.c | 1293 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 D | moal_debug.c | 1360 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 D | vtl_ts.c | 448 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 D | vtl_ts.h | 148 struct proc_dir_entry *proc_entry; member
|
| /OK3568_Linux_fs/kernel/drivers/net/bonding/ |
| H A D | bond_procfs.c | 268 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 D | opl4_proc.c | 105 opl4->proc_entry = entry; in snd_opl4_create_proc() 111 snd_info_free_entry(opl4->proc_entry); in snd_opl4_free_proc()
|
| H A D | opl4_local.h | 182 struct snd_info_entry *proc_entry; member
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_ex_fun.c | 501 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 D | focaltech_core.h | 110 struct proc_dir_entry *proc_entry; member
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | pcm_oss.h | 66 struct snd_info_entry *proc_entry; member
|
| H A D | mixer_oss.h | 50 struct snd_info_entry *proc_entry; member
|
| H A D | rawmidi.h | 131 struct snd_info_entry *proc_entry; member
|
| H A D | sb.h | 96 struct snd_info_entry *proc_entry; member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/via/ |
| H A D | viafbdev.h | 33 struct proc_dir_entry *proc_entry; /*viafb proc entry */ member
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_extents.c | 894 struct proc_dir_entry *proc_entry = NULL; in gt1x_init_node() local 899 proc_entry = proc_create(GESTURE_NODE, 0755, NULL, >1x_fops); in gt1x_init_node() 900 if (proc_entry == NULL) { in gt1x_init_node()
|
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | proc.c | 361 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 D | tty_driver.h | 316 struct proc_dir_entry *proc_entry; /* /proc fs entry */ member
|
| H A D | atmdev.h | 166 struct proc_dir_entry *proc_entry; /* proc entry */ member
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | rndis.c | 906 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 D | dpti_i2o.h | 74 struct proc_dir_entry* proc_entry; /* /proc dir */ member
|
| /OK3568_Linux_fs/kernel/sound/pci/ymfpci/ |
| H A D | ymfpci.h | 347 struct snd_info_entry *proc_entry; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | dpti.h | 242 struct proc_dir_entry* proc_entry; /* /proc dir */ member
|