Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dpc_keyb.h117 wait_queue_head_t proc_list;
/OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/
H A Daltera.c2322 struct altera_procinfo **proc_list) in altera_get_act_info() argument
2385 if (*proc_list == NULL) in altera_get_act_info()
2386 *proc_list = procptr; in altera_get_act_info()
2388 tmpptr = *proc_list; in altera_get_act_info()
2405 struct altera_procinfo *proc_list = NULL; in altera_init() local
2463 &proc_list); in altera_init()
2475 procptr = proc_list; in altera_init()
2484 proc_list = procptr->next; in altera_init()
2486 procptr = proc_list; in altera_init()
/OK3568_Linux_fs/kernel/drivers/media/pci/meye/
H A Dmeye.c803 wake_up_interruptible(&meye.proc_list); in meye_irq()
824 wake_up_interruptible(&meye.proc_list); in meye_irq()
950 if (wait_event_interruptible(meye.proc_list, in meyeioc_sync()
1314 if (wait_event_interruptible(meye.proc_list, in vidioc_dqbuf()
1414 poll_wait(file, &meye.proc_list, wait); in meye_poll()
1684 init_waitqueue_head(&meye.proc_list); in meye_probe()
H A Dmeye.h300 wait_queue_head_t proc_list; /* wait queue */ member
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dsal.h217 u64 proc_list; /* physical address of LID array */ member
/OK3568_Linux_fs/buildroot/package/oracle-mysql/
H A D0005-bison_3_breaks_mysql_server_build.patch2159 lex->proc_list.elements=0;
2160 lex->proc_list.first=0;
2161 lex->proc_list.next= &lex->proc_list.first;