Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pnp/pnpbios/
Dproc.c35 static struct proc_dir_entry *proc_pnp_boot = NULL; variable
235 if (!proc_pnp_boot) in pnpbios_interface_attach_device()
237 if (proc_create_data(name, 0644, proc_pnp_boot, &pnpbios_proc_fops, in pnpbios_interface_attach_device()
253 proc_pnp_boot = proc_mkdir("boot", proc_pnp); in pnpbios_proc_init()
254 if (!proc_pnp_boot) in pnpbios_proc_init()
278 remove_proc_entry(name, proc_pnp_boot); in pnpbios_proc_exit()