| /linux/tools/tracing/rtla/src/ |
| A D | utils.c | 273 if (proc_entry->d_type != DT_DIR) in procfs_is_workload_pid() 276 if (*proc_entry->d_name == '.') in procfs_is_workload_pid() 280 for (t_name = proc_entry->d_name; t_name; t_name++) { in procfs_is_workload_pid() 321 struct dirent *proc_entry; in set_comm_sched_attr() local 337 while ((proc_entry = readdir(procfs))) { in set_comm_sched_attr() 339 retval = procfs_is_workload_pid(comm_prefix, proc_entry); in set_comm_sched_attr() 344 retval = __set_sched_attr(atoi(proc_entry->d_name), attr); in set_comm_sched_attr() 695 struct dirent *proc_entry; in set_comm_cgroup() local 738 while ((proc_entry = readdir(procfs))) { in set_comm_cgroup() 744 retval = write(cg_fd, proc_entry->d_name, strlen(proc_entry->d_name)); in set_comm_cgroup() [all …]
|
| /linux/fs/proc/ |
| A D | proc_tty.c | 135 if (!driver->driver_name || driver->proc_entry || in proc_tty_register_driver() 141 driver->proc_entry = ent; in proc_tty_register_driver() 151 ent = driver->proc_entry; in proc_tty_unregister_driver() 157 driver->proc_entry = NULL; in proc_tty_unregister_driver()
|
| /linux/sound/drivers/opl4/ |
| 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()
|
| A D | opl4_local.h | 182 struct snd_info_entry *proc_entry; member
|
| /linux/drivers/net/bonding/ |
| A D | bond_procfs.c | 289 bond->proc_entry = proc_create_seq_data(bond_dev->name, 0444, in bond_create_proc_entry() 291 if (bond->proc_entry == NULL) in bond_create_proc_entry() 304 if (bn->proc_dir && bond->proc_entry) { in bond_remove_proc_entry() 307 bond->proc_entry = NULL; in bond_remove_proc_entry()
|
| /linux/include/sound/ |
| A D | pcm_oss.h | 66 struct snd_info_entry *proc_entry; member
|
| A D | mixer_oss.h | 50 struct snd_info_entry *proc_entry; member
|
| A D | rawmidi.h | 140 struct snd_info_entry *proc_entry; member
|
| A D | sb.h | 96 struct snd_info_entry *proc_entry; member
|
| /linux/drivers/video/fbdev/via/ |
| A D | viafbdev.h | 33 struct proc_dir_entry *proc_entry; /*viafb proc entry */ member
|
| A D | viafbdev.c | 1573 shared->proc_entry = viafb_entry; in viafb_init_proc() 1600 struct proc_dir_entry *viafb_entry = shared->proc_entry; in viafb_remove_proc()
|
| /linux/net/atm/ |
| 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()
|
| /linux/include/linux/ |
| A D | tty_driver.h | 454 struct proc_dir_entry *proc_entry; member
|
| A D | atmdev.h | 166 struct proc_dir_entry *proc_entry; /* proc entry */ member
|
| /linux/drivers/usb/gadget/function/ |
| A D | rndis.c | 904 struct proc_dir_entry *proc_entry; in rndis_register() local 908 proc_entry = proc_create_data(name, 0660, NULL, in rndis_register() 910 if (!proc_entry) { in rndis_register()
|
| /linux/sound/pci/ymfpci/ |
| A D | ymfpci.h | 387 struct snd_info_entry *proc_entry; member
|
| /linux/sound/pci/ice1712/ |
| A D | ice1712.h | 316 struct snd_info_entry *proc_entry; member
|
| /linux/sound/core/oss/ |
| A D | mixer_oss.c | 1201 mixer->proc_entry = entry; in snd_mixer_oss_proc_init() 1206 snd_info_free_entry(mixer->proc_entry); in snd_mixer_oss_proc_done() 1207 mixer->proc_entry = NULL; in snd_mixer_oss_proc_done()
|
| A D | pcm_oss.c | 3075 pstr->oss.proc_entry = entry; in snd_pcm_oss_proc_init() 3084 snd_info_free_entry(pstr->oss.proc_entry); in snd_pcm_oss_proc_done() 3085 pstr->oss.proc_entry = NULL; in snd_pcm_oss_proc_done()
|
| /linux/include/net/ |
| A D | bonding.h | 240 struct proc_dir_entry *proc_entry; member
|
| /linux/sound/core/ |
| A D | rawmidi.c | 1921 snd_info_free_entry(rmidi->proc_entry); in snd_rawmidi_free() 1922 rmidi->proc_entry = NULL; in snd_rawmidi_free() 2023 rmidi->proc_entry = entry; in snd_rawmidi_dev_register()
|
| /linux/sound/pci/hda/ |
| A D | patch_hdmi.c | 93 struct snd_info_entry *proc_entry; member 529 per_pin->proc_entry = entry; in eld_proc_new() 537 snd_info_free_entry(per_pin->proc_entry); in eld_proc_free() 538 per_pin->proc_entry = NULL; in eld_proc_free()
|
| /linux/sound/pci/ |
| A D | via82xx_modem.c | 245 struct snd_info_entry *proc_entry; member
|
| A D | fm801.c | 218 struct snd_info_entry *proc_entry; member
|
| A D | es1938.c | 214 struct snd_info_entry *proc_entry; member
|