Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/lasat/
Dpicvue_proc.c183 struct proc_dir_entry *proc_entry; in pvc_proc_init() local
195 proc_entry = proc_create_data(pvc_linename[i], 0644, pvc_display_dir, in pvc_proc_init()
197 if (proc_entry == NULL) in pvc_proc_init()
200 proc_entry = proc_create("scroll", 0644, pvc_display_dir, in pvc_proc_init()
202 if (proc_entry == NULL) in pvc_proc_init()
/linux-4.4.14/fs/proc/
Dproc_tty.c147 if (!driver->driver_name || driver->proc_entry || in proc_tty_register_driver()
153 driver->proc_entry = ent; in proc_tty_register_driver()
163 ent = driver->proc_entry; in proc_tty_unregister_driver()
169 driver->proc_entry = NULL; in proc_tty_unregister_driver()
/linux-4.4.14/sound/drivers/opl4/
Dopl4_proc.c122 opl4->proc_entry = entry; in snd_opl4_create_proc()
128 snd_info_free_entry(opl4->proc_entry); in snd_opl4_free_proc()
Dopl4_local.h182 struct snd_info_entry *proc_entry; member
/linux-4.4.14/drivers/net/bonding/
Dbond_procfs.c287 bond->proc_entry = proc_create_data(bond_dev->name, in bond_create_proc_entry()
290 if (bond->proc_entry == NULL) in bond_create_proc_entry()
303 if (bn->proc_dir && bond->proc_entry) { in bond_remove_proc_entry()
306 bond->proc_entry = NULL; in bond_remove_proc_entry()
/linux-4.4.14/drivers/misc/sgi-gru/
Dgruprocfs.c321 static struct proc_entry { struct
338 static int create_proc_file(struct proc_entry *p) in create_proc_file() argument
348 struct proc_entry *p; in delete_proc_files()
360 struct proc_entry *p; in gru_proc_init()
/linux-4.4.14/include/sound/
Dpcm_oss.h80 struct snd_info_entry *proc_entry; member
Dmixer_oss.h65 struct snd_info_entry *proc_entry; member
Drawmidi.h145 struct snd_info_entry *proc_entry; member
Dsb.h111 struct snd_info_entry *proc_entry; member
/linux-4.4.14/drivers/video/fbdev/via/
Dviafbdev.h47 struct proc_dir_entry *proc_entry; /*viafb proc entry */ member
Dviafbdev.c1606 shared->proc_entry = viafb_entry; in viafb_init_proc()
1633 struct proc_dir_entry *viafb_entry = shared->proc_entry, in viafb_remove_proc()
/linux-4.4.14/include/linux/
Dtty_driver.h311 struct proc_dir_entry *proc_entry; /* /proc fs entry */ member
Datmdev.h164 struct proc_dir_entry *proc_entry; /* proc entry */ member
/linux-4.4.14/net/atm/
Dproc.c422 dev->proc_entry = proc_create_data(dev->proc_name, 0, atm_proc_root, in atm_proc_dev_register()
424 if (!dev->proc_entry) in atm_proc_dev_register()
/linux-4.4.14/drivers/scsi/dpt/
Ddpti_i2o.h79 struct proc_dir_entry* proc_entry; /* /proc dir */ member
/linux-4.4.14/drivers/usb/gadget/function/
Drndis.c896 struct proc_dir_entry *proc_entry; in rndis_register() local
900 proc_entry = proc_create_data(name, 0660, NULL, in rndis_register()
902 if (!proc_entry) { in rndis_register()
/linux-4.4.14/drivers/net/irda/
Dvlsi_ir.h732 struct proc_dir_entry *proc_entry; member
Dvlsi_ir.c1659 idev->proc_entry = ent; in vlsi_irda_probe()
1692 if (idev->proc_entry) { in vlsi_irda_remove()
1694 idev->proc_entry = NULL; in vlsi_irda_remove()
/linux-4.4.14/sound/pci/ymfpci/
Dymfpci.h362 struct snd_info_entry *proc_entry; member
/linux-4.4.14/drivers/scsi/
Ddpti.h246 struct proc_dir_entry* proc_entry; /* /proc dir */ member
/linux-4.4.14/sound/pci/ice1712/
Dice1712.h329 struct snd_info_entry *proc_entry; member
/linux-4.4.14/sound/core/oss/
Dmixer_oss.c1251 mixer->proc_entry = entry; in snd_mixer_oss_proc_init()
1256 snd_info_free_entry(mixer->proc_entry); in snd_mixer_oss_proc_done()
1257 mixer->proc_entry = NULL; in snd_mixer_oss_proc_done()
Dpcm_oss.c2976 pstr->oss.proc_entry = entry; in snd_pcm_oss_proc_init()
2985 snd_info_free_entry(pstr->oss.proc_entry); in snd_pcm_oss_proc_done()
2986 pstr->oss.proc_entry = NULL; in snd_pcm_oss_proc_done()
/linux-4.4.14/sound/core/
Drawmidi.c1592 snd_info_free_entry(rmidi->proc_entry); in snd_rawmidi_free()
1593 rmidi->proc_entry = NULL; in snd_rawmidi_free()
1691 rmidi->proc_entry = entry; in snd_rawmidi_dev_register()
/linux-4.4.14/include/net/
Dbonding.h221 struct proc_dir_entry *proc_entry; member
/linux-4.4.14/drivers/net/wireless/
Dairo.c1168 struct proc_dir_entry *proc_entry; member
4523 apriv->proc_entry = proc_mkdir_mode(apriv->proc_name, airo_perm, in setup_proc_entry()
4525 if (!apriv->proc_entry) in setup_proc_entry()
4527 proc_set_user(apriv->proc_entry, proc_kuid, proc_kgid); in setup_proc_entry()
4531 apriv->proc_entry, &proc_statsdelta_ops, dev); in setup_proc_entry()
4538 apriv->proc_entry, &proc_stats_ops, dev); in setup_proc_entry()
4545 apriv->proc_entry, &proc_status_ops, dev); in setup_proc_entry()
4552 apriv->proc_entry, &proc_config_ops, dev); in setup_proc_entry()
4559 apriv->proc_entry, &proc_SSID_ops, dev); in setup_proc_entry()
4566 apriv->proc_entry, &proc_APList_ops, dev); in setup_proc_entry()
[all …]
/linux-4.4.14/sound/pci/hda/
Dpatch_hdmi.c93 struct snd_info_entry *proc_entry; member
594 per_pin->proc_entry = entry; in eld_proc_new()
602 snd_info_free_entry(per_pin->proc_entry); in eld_proc_free()
603 per_pin->proc_entry = NULL; in eld_proc_free()
/linux-4.4.14/sound/pci/
Dvia82xx_modem.c260 struct snd_info_entry *proc_entry; member
Dfm801.c203 struct snd_info_entry *proc_entry; member
Des1938.c233 struct snd_info_entry *proc_entry; member
Dvia82xx.c400 struct snd_info_entry *proc_entry; member
/linux-4.4.14/sound/pci/riptide/
Driptide.c463 struct snd_info_entry *proc_entry; member