Home
last modified time | relevance | path

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

/linux-2.6.39/fs/
Dselect.c429 rinp = fds->res_in; routp = fds->res_out; rexp = fds->res_ex; in do_select()
433 unsigned long res_in = 0, res_out = 0, res_ex = 0; in do_select() local
470 res_ex |= bit; in do_select()
480 if (res_ex) in do_select()
481 *rexp = res_ex; in do_select()
562 fds.res_ex = bits + 5*size; in core_sys_select()
570 zero_fd_set(n, fds.res_ex); in core_sys_select()
585 set_fd_set(n, exp, fds.res_ex)) in core_sys_select()
Dcompat.c1713 fds.res_ex = (unsigned long *) (bits + 5*size); in compat_core_sys_select()
1721 zero_fd_set(n, fds.res_ex); in compat_core_sys_select()
1736 compat_set_fd_set(n, exp, fds.res_ex)) in compat_core_sys_select()
/linux-2.6.39/include/linux/
Dpoll.h90 unsigned long *res_in, *res_out, *res_ex; member
/linux-2.6.39/sound/pci/hda/
Dhda_intel.c640 u32 res, res_ex; in azx_update_rirb() local
652 res_ex = le32_to_cpu(chip->rirb.buf[rp + 1]); in azx_update_rirb()
654 addr = azx_response_addr(res_ex); in azx_update_rirb()
655 if (res_ex & ICH6_RIRB_EX_UNSOL_EV) in azx_update_rirb()
656 snd_hda_queue_unsol_event(chip->bus, res, res_ex); in azx_update_rirb()
664 res, res_ex, in azx_update_rirb()
Dhda_codec.h916 int snd_hda_queue_unsol_event(struct hda_bus *bus, u32 res, u32 res_ex);
Dhda_codec.c435 int snd_hda_queue_unsol_event(struct hda_bus *bus, u32 res, u32 res_ex) in snd_hda_queue_unsol_event() argument
449 unsol->queue[wp + 1] = res_ex; in snd_hda_queue_unsol_event()