Searched refs:proc (Results 1 - 25 of 78) sorted by relevance

1234

/drivers/nubus/
H A DMakefile7 obj-$(CONFIG_PROC_FS) += proc.o
/drivers/pnp/isapnp/
H A DMakefile7 pnp-$(CONFIG_PROC_FS) += proc.o
/drivers/net/bonding/
H A DMakefile9 proc-$(CONFIG_PROC_FS) += bond_procfs.o
10 bonding-objs += $(proc-y)
/drivers/staging/android/
H A Dbinder.c76 BINDER_DEBUG_ENTRY(proc); variable
230 struct binder_proc *proc; member in struct:binder_node
254 /* node + proc => ref (transaction) */
255 /* desc + proc => ref (transaction, inc/dec ref) */
256 /* node => refs + procs (proc exit) */
261 struct binder_proc *proc; member in struct:binder_ref
338 struct binder_proc *proc; member in struct:binder_thread
372 binder_defer_work(struct binder_proc *proc, enum binder_deferred_state defer);
374 static int task_get_unused_fd_flags(struct binder_proc *proc, int flags) argument
376 struct files_struct *files = proc
395 task_fd_install( struct binder_proc *proc, unsigned int fd, struct file *file) argument
405 task_close_fd(struct binder_proc *proc, unsigned int fd) argument
454 binder_buffer_size(struct binder_proc *proc, struct binder_buffer *buffer) argument
463 binder_insert_free_buffer(struct binder_proc *proc, struct binder_buffer *new_buffer) argument
496 binder_insert_allocated_buffer(struct binder_proc *proc, struct binder_buffer *new_buffer) argument
521 binder_buffer_lookup(struct binder_proc *proc, uintptr_t user_ptr) argument
545 binder_update_page_range(struct binder_proc *proc, int allocate, void *start, void *end, struct vm_area_struct *vma) argument
647 binder_alloc_buf(struct binder_proc *proc, size_t data_size, size_t offsets_size, int is_async) argument
763 binder_delete_free_buffer(struct binder_proc *proc, struct binder_buffer *buffer) argument
808 binder_free_buf(struct binder_proc *proc, struct binder_buffer *buffer) argument
864 binder_get_node(struct binder_proc *proc, binder_uintptr_t ptr) argument
883 binder_new_node(struct binder_proc *proc, binder_uintptr_t ptr, binder_uintptr_t cookie) argument
1002 binder_get_ref(struct binder_proc *proc, uint32_t desc) argument
1021 binder_get_ref_for_node(struct binder_proc *proc, struct binder_node *node) argument
1237 binder_transaction_buffer_release(struct binder_proc *proc, struct binder_buffer *buffer, binder_size_t *failed_at) argument
1314 binder_transaction(struct binder_proc *proc, struct binder_thread *thread, struct binder_transaction_data *tr, int reply) argument
1754 binder_thread_write(struct binder_proc *proc, struct binder_thread *thread, binder_uintptr_t binder_buffer, size_t size, binder_size_t *consumed) argument
2117 binder_stat_br(struct binder_proc *proc, struct binder_thread *thread, uint32_t cmd) argument
2128 binder_has_proc_work(struct binder_proc *proc, struct binder_thread *thread) argument
2141 binder_thread_read(struct binder_proc *proc, struct binder_thread *thread, binder_uintptr_t binder_buffer, size_t size, binder_size_t *consumed, int non_block) argument
2517 binder_get_thread(struct binder_proc *proc) argument
2552 binder_free_thread(struct binder_proc *proc, struct binder_thread *thread) argument
2596 struct binder_proc *proc = filp->private_data; local
2630 struct binder_proc *proc = filp->private_data; local
2692 struct binder_proc *proc = filp->private_data; local
2728 struct binder_proc *proc = filp->private_data; local
2808 struct binder_proc *proc = vma->vm_private_data; local
2819 struct binder_proc *proc = vma->vm_private_data; local
2846 struct binder_proc *proc = filp->private_data; local
2943 struct binder_proc *proc; local
2980 struct binder_proc *proc = filp->private_data; local
2987 binder_deferred_flush(struct binder_proc *proc) argument
3010 struct binder_proc *proc = filp->private_data; local
3062 binder_deferred_release(struct binder_proc *proc) argument
3169 struct binder_proc *proc; local
3210 binder_defer_work(struct binder_proc *proc, enum binder_deferred_state defer) argument
3356 print_binder_proc(struct seq_file *m, struct binder_proc *proc, int print_all) argument
3481 print_binder_proc_stats(struct seq_file *m, struct binder_proc *proc) argument
3537 struct binder_proc *proc; local
3560 struct binder_proc *proc; local
3579 struct binder_proc *proc; local
3595 struct binder_proc *proc = m->private; local
[all...]
H A Dbinder_trace.h271 TP_PROTO(struct binder_proc *proc, bool allocate,
273 TP_ARGS(proc, allocate, start, end),
275 __field(int, proc)
281 __entry->proc = proc->pid;
283 __entry->offset = start - proc->buffer;
286 TP_printk("proc=%d allocate=%d offset=%zu size=%zu",
287 __entry->proc, __entry->allocate,
/drivers/pnp/pnpbios/
H A DMakefile8 pnp-$(CONFIG_PNPBIOS_PROC_FS) += proc.o
/drivers/firmware/efi/
H A Dcper.c140 const struct cper_sec_proc_generic *proc)
142 if (proc->validation_bits & CPER_PROC_VALID_TYPE)
143 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type,
144 proc->proc_type < ARRAY_SIZE(proc_type_strs) ?
145 proc_type_strs[proc->proc_type] : "unknown");
146 if (proc->validation_bits & CPER_PROC_VALID_ISA)
147 printk("%s""processor_isa: %d, %s\n", pfx, proc->proc_isa,
148 proc->proc_isa < ARRAY_SIZE(proc_isa_strs) ?
149 proc_isa_strs[proc->proc_isa] : "unknown");
150 if (proc
139 cper_print_proc_generic(const char *pfx, const struct cper_sec_proc_generic *proc) argument
[all...]
/drivers/staging/comedi/
H A DMakefile8 comedi-$(CONFIG_PROC_FS) += proc.o
/drivers/zorro/
H A DMakefile6 obj-$(CONFIG_PROC_FS) += proc.o
H A DKconfig9 names to make the information in /proc/iomem comprehensible to the
/drivers/isdn/hisax/
H A Dl3_1tr6.c745 struct l3_process *proc; local
792 if (!(proc = getl3proc(st, cr))) {
795 if (!(proc = new_l3_process(st, cr))) {
814 if (!(proc = new_l3_process(st, cr))) {
826 ((1 << proc->state) & datastln1[i].state))
833 proc->state, mt);
840 proc->state, mt);
842 datastln1[i].rout(proc, pr, skb);
851 struct l3_process *proc; local
861 if (!(proc
895 struct l3_process *proc = arg; local
[all...]
H A Disdnl3.c238 struct l3_process *p = st->l3.proc;
257 if (!st->l3.proc)
258 st->l3.proc = p;
260 np = st->l3.proc;
283 np = p->st->l3.proc;
289 else if (!(p->st->l3.proc = np->next) &&
318 struct l3_process *p = st->l3.proc;
334 st->l3.proc = NULL;
389 while (st->l3.proc)
390 release_l3_process(st->l3.proc);
[all...]
H A Dl3ni1.c86 { struct l3_process *proc; local
88 if (!(proc = new_l3_process(st, cr)))
91 proc->prot.ni1.invoke_id = 0;
92 proc->prot.ni1.remote_operation = 0;
93 proc->prot.ni1.uus1_data[0] = '\0';
95 return (proc);
113 { struct l3_process *pc = st->l3.proc; /* start of processes */
144 ic.parm.ni1_io.proc = pc->prot.ni1.proc;
177 ic.parm.ni1_io.proc
2850 struct l3_process *proc = st->l3.global; local
2894 struct l3_process *proc; local
3075 struct l3_process *proc; local
3126 struct l3_process *proc = arg; local
[all...]
H A Dl3dss1.c87 { struct l3_process *proc; local
89 if (!(proc = new_l3_process(st, cr)))
92 proc->prot.dss1.invoke_id = 0;
93 proc->prot.dss1.remote_operation = 0;
94 proc->prot.dss1.uus1_data[0] = '\0';
96 return (proc);
114 { struct l3_process *pc = st->l3.proc; /* start of processes */
145 ic.parm.dss1_io.proc = pc->prot.dss1.proc;
178 ic.parm.dss1_io.proc
2909 struct l3_process *proc = st->l3.global; local
2950 struct l3_process *proc; local
3119 struct l3_process *proc; local
3170 struct l3_process *proc = arg; local
[all...]
/drivers/ide/
H A Dide-proc.c9 * This is the /proc/ide/ filesystem implementation.
12 * "settings" files. e.g. "cat /proc/ide0/hda/settings"
14 * echo "name:val" >/proc/ide/ide0/hda/settings
277 printk_once(KERN_WARNING "Warning: /proc/ide/hd?/settings interface is "
653 ide_add_proc_entries(drive->proc, driver->proc_entries(drive), drive);
663 * Clean up the driver specific /proc files and IDE settings
671 ide_remove_proc_entries(drive->proc, driver->proc_entries(drive));
686 struct proc_dir_entry *parent = hwif->proc;
695 drive->proc = proc_mkdir(drive->name, parent);
696 if (drive->proc)
[all...]
/drivers/cpuidle/
H A Dcpuidle-at91.c22 #include <asm/proc-fns.h>
H A Dcpuidle-zynq.c31 #include <asm/proc-fns.h>
H A Dcpuidle-exynos.c17 #include <asm/proc-fns.h>
H A Dcpuidle-kirkwood.c24 #include <asm/proc-fns.h>
H A Dcpuidle-ux500.c22 #include <asm/proc-fns.h>
/drivers/isdn/gigaset/
H A DMakefile1 gigaset-y := common.o interface.o proc.o ev-layer.o asyncdata.o
/drivers/power/reset/
H A Dhisi-reboot.c21 #include <asm/proc-fns.h>
/drivers/net/wireless/hostap/
H A Dhostap_proc.c0 /* /proc routines for Host AP driver */
449 local->proc = NULL;
452 printk(KERN_WARNING "%s: hostap proc directory not created\n",
457 local->proc = proc_mkdir(local->ddev->name, hostap_proc);
458 if (local->proc == NULL) {
459 printk(KERN_INFO "/proc/net/hostap/%s creation failed\n",
465 proc_create_data("debug", 0, local->proc,
468 proc_create_data("stats", 0, local->proc,
470 proc_create_data("wds", 0, local->proc,
472 proc_create_data("pda", 0, local->proc,
[all...]
/drivers/usb/class/
H A DKconfig15 /proc/bus/usb/devices, then your modem will not work with this
/drivers/block/
H A Dcpqarray.h100 struct proc_dir_entry *proc; member in struct:ctlr_info

Completed in 918 milliseconds

1234