/linux-2.6.39/net/bluetooth/ |
D | hci_sock.c | 127 if (!hci_test_bit(evt, &flt->event_mask)) in hci_send_to_sock() 649 uf.event_mask[0] = *((u32 *) f->event_mask + 0); in hci_sock_setsockopt() 650 uf.event_mask[1] = *((u32 *) f->event_mask + 1); in hci_sock_setsockopt() 661 uf.event_mask[0] &= *((u32 *) hci_sec_filter.event_mask + 0); in hci_sock_setsockopt() 662 uf.event_mask[1] &= *((u32 *) hci_sec_filter.event_mask + 1); in hci_sock_setsockopt() 670 *((u32 *) f->event_mask + 0) = uf.event_mask[0]; in hci_sock_setsockopt() 671 *((u32 *) f->event_mask + 1) = uf.event_mask[1]; in hci_sock_setsockopt() 720 uf.event_mask[0] = *((u32 *) f->event_mask + 0); in hci_sock_getsockopt() 721 uf.event_mask[1] = *((u32 *) f->event_mask + 1); in hci_sock_getsockopt()
|
/linux-2.6.39/fs/fscache/ |
D | object.c | 103 object->event_mask = in fscache_object_state_machine() 139 object->event_mask &= ~(1 << FSCACHE_OBJECT_EV_UPDATE); in fscache_object_state_machine() 170 object->event_mask &= in fscache_object_state_machine() 172 object->event_mask |= in fscache_object_state_machine() 178 object->event_mask &= in fscache_object_state_machine() 183 object->event_mask |= in fscache_object_state_machine() 194 object->event_mask &= ~(1 << FSCACHE_OBJECT_EV_UPDATE); in fscache_object_state_machine() 211 object->event_mask &= in fscache_object_state_machine() 226 object->event_mask &= in fscache_object_state_machine() 243 object->events & object->event_mask); in fscache_object_state_machine() [all …]
|
/linux-2.6.39/arch/powerpc/platforms/cell/spufs/ |
D | spu_restore.c | 159 unsigned int event_mask; in restore_event_mask() local 164 offset = LSCSA_QW_OFFSET(event_mask); in restore_event_mask() 165 event_mask = regs_spill[offset].slot[0]; in restore_event_mask() 166 spu_writech(SPU_WrEventMask, event_mask); in restore_event_mask()
|
D | spu_utils.h | 69 unsigned int event_mask = 0; in set_event_mask() local 76 spu_writech(SPU_WrEventMask, event_mask); in set_event_mask()
|
D | spu_save.c | 46 offset = LSCSA_QW_OFFSET(event_mask); in save_event_mask()
|
/linux-2.6.39/fs/notify/fanotify/ |
D | fanotify.c | 165 __u32 event_mask, void *data, int data_type) in fanotify_should_send_event() argument 172 inode_mark, vfsmnt_mark, event_mask, data, data_type); in fanotify_should_send_event() 191 if ((event_mask & FS_EVENT_ON_CHILD) && in fanotify_should_send_event() 207 if (event_mask & marks_mask & ~marks_ignored_mask) in fanotify_should_send_event()
|
/linux-2.6.39/drivers/staging/tidspbridge/core/ |
D | ue_deh.c | 155 int bridge_deh_register_notify(struct deh_mgr *deh, u32 event_mask, in bridge_deh_register_notify() argument 162 if (event_mask) in bridge_deh_register_notify() 164 event_mask, notify_type); in bridge_deh_register_notify()
|
D | msg_sm.c | 430 u32 event_mask, u32 notify_type, in bridge_msg_register_notify() argument 440 if (!(event_mask == DSP_NODEMESSAGEREADY || event_mask == 0)) { in bridge_msg_register_notify() 450 if (event_mask) in bridge_msg_register_notify() 452 event_mask, notify_type); in bridge_msg_register_notify()
|
D | chnl_sm.c | 848 u32 event_mask, u32 notify_type, in bridge_chnl_register_notify() argument 853 DBC_ASSERT(!(event_mask & ~(DSP_STREAMDONE | DSP_STREAMIOCOMPLETION))); in bridge_chnl_register_notify() 855 if (event_mask) in bridge_chnl_register_notify() 857 event_mask, notify_type); in bridge_chnl_register_notify()
|
/linux-2.6.39/arch/sh/kernel/ |
D | hw_breakpoint.c | 305 unsigned long event_mask = (1 << i); in hw_breakpoint_handler() local 307 if (likely(!(cmf & event_mask))) in hw_breakpoint_handler() 326 sh_ubc->clear_triggered_mask(event_mask); in hw_breakpoint_handler()
|
/linux-2.6.39/drivers/staging/tidspbridge/include/dspbridge/ |
D | dspdeh.h | 37 u32 event_mask,
|
D | dspmsg.h | 48 u32 event_mask,
|
D | dspdefs.h | 638 u32 event_mask, u32 notify_type, struct dsp_notification *hnotification); 938 u32 event_mask, u32 notify_type, struct dsp_notification *hnotification);
|
D | dspchnl.h | 67 u32 event_mask,
|
D | dspapi-ioctl.h | 116 u32 event_mask; member 236 u32 event_mask; member 317 u32 event_mask; member
|
D | strm.h | 310 u32 event_mask, u32 notify_type,
|
D | node.h | 481 u32 event_mask, u32 notify_type,
|
D | proc.h | 358 u32 event_mask, u32 notify_type,
|
/linux-2.6.39/drivers/net/ixgbe/ |
D | ixgbe_sriov.h | 33 int ixgbe_vf_configuration(struct pci_dev *pdev, unsigned int event_mask);
|
/linux-2.6.39/arch/sparc/kernel/ |
D | ldc.c | 780 static void send_events(struct ldc_channel *lp, unsigned int event_mask) in send_events() argument 782 if (event_mask & LDC_EVENT_RESET) in send_events() 784 if (event_mask & LDC_EVENT_UP) in send_events() 786 if (event_mask & LDC_EVENT_DATA_READY) in send_events() 794 unsigned int event_mask; in ldc_rx() local 811 event_mask = 0; in ldc_rx() 818 event_mask |= LDC_EVENT_UP; in ldc_rx() 843 event_mask |= event; in ldc_rx() 846 event_mask |= LDC_EVENT_DATA_READY; in ldc_rx() 865 event_mask |= err; in ldc_rx() [all …]
|
/linux-2.6.39/arch/x86/oprofile/ |
D | op_x86_model.h | 41 u16 event_mask; member
|
/linux-2.6.39/drivers/mfd/ |
D | ab3550-core.c | 72 u8 event_mask[AB3550_NUM_EVENT_REG]; member 722 events[i] &= ~ab->event_mask[i]; in ab3550_irq_handler() 1130 ab->event_mask[settings[i].reg - AB3550_IMR1] = in ab3550_setup() 1147 mask[i] = ab->event_mask[i]; in ab3550_mask_work() 1174 ab->event_mask[irq / 8] |= BIT(irq % 8); in ab3550_mask() 1192 ab->event_mask[irq / 8] &= ~BIT(irq % 8); in ab3550_unmask()
|
/linux-2.6.39/include/linux/ |
D | fscache-cache.h | 355 unsigned long event_mask; /* events this object is interested in */ member 427 object->events = object->event_mask = 0; in fscache_object_init()
|
/linux-2.6.39/drivers/staging/tidspbridge/rmgr/ |
D | proc.c | 1438 int proc_register_notify(void *hprocessor, u32 event_mask, in proc_register_notify() argument 1455 if (event_mask & ~(DSP_PROCESSORSTATECHANGE | DSP_PROCESSORATTACH | in proc_register_notify() 1468 if (event_mask & in proc_register_notify() 1472 hnotification, event_mask, in proc_register_notify() 1483 if ((event_mask == 0) && status) { in proc_register_notify() 1489 event_mask, in proc_register_notify() 1498 event_mask, in proc_register_notify()
|
/linux-2.6.39/drivers/net/wireless/libertas/ |
D | debugfs.c | 227 static ssize_t lbs_threshold_read(uint16_t tlv_type, uint16_t event_mask, in lbs_threshold_read() argument 265 !!(events & event_mask)); in lbs_threshold_read() 279 static ssize_t lbs_threshold_write(uint16_t tlv_type, uint16_t event_mask, in lbs_threshold_write() argument 323 new_mask = curr_mask | event_mask; in lbs_threshold_write() 325 new_mask = curr_mask & ~event_mask; in lbs_threshold_write()
|