/linux-6.3-rc2/include/sound/ |
A D | soc-dapm.h | 144 .event = wevent, .event_flags = wflags} 150 .event = wevent, .event_flags = wflags} 156 .event = wevent, .event_flags = wflags} 168 .event = wevent, .event_flags = wflags} 174 .event = wevent, .event_flags = wflags} 195 .event = wevent, .event_flags = wflags} 201 .event = wevent, .event_flags = wflags} 207 .event = wevent, .event_flags = wflags} 243 .event = wevent, .event_flags = wflags} 252 .event = wevent, .event_flags = wflags} [all …]
|
/linux-6.3-rc2/drivers/input/keyboard/ |
A D | iqs62x-keys.c | 188 unsigned long event_flags, void *context) in iqs62x_keys_notifier() argument 197 if (event_flags & BIT(IQS62X_EVENT_SYS_RESET)) { in iqs62x_keys_notifier() 214 event_flags & BIT(i)); in iqs62x_keys_notifier() 221 event_flags & in iqs62x_keys_notifier() 233 if (event_flags & BIT(IQS62X_EVENT_WHEEL_UP)) { in iqs62x_keys_notifier() 238 } else if (event_flags & BIT(IQS62X_EVENT_WHEEL_DN)) { in iqs62x_keys_notifier()
|
/linux-6.3-rc2/sound/soc/intel/atom/ |
A D | sst-atom-controls.h | 592 .event = wevent, .event_flags = SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMD, \ 600 .event = wevent, .event_flags = SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMD, \ 608 .event = wevent, .event_flags = SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMD, \ 616 .event = wevent, .event_flags = SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMD, \ 624 .event = wevent, .event_flags = SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMD, \ 633 .event = wevent, .event_flags = wflags, \ 641 .event = wevent, .event_flags = wflags, \ 649 .event = wevent, .event_flags = wflags, \ 676 .event = wevent, .event_flags = SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMD | \
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | wm_adsp.h | 68 .event_flags = SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_PRE_PMD, \ 72 .event_flags = SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD }
|
A D | cx2072x.c | 1157 .subseq = wsubseq, .event = wevent, .event_flags = wflags} 1164 .event = wevent, .event_flags = wflags} 1171 .event = wevent, .event_flags = wflags} 1178 .event = wevent, .event_flags = wflags}
|
A D | hdac_hdmi.c | 682 struct snd_kcontrol *, int), unsigned short event_flags) in hdac_hdmi_fill_widget_info() argument 696 w->event_flags = event_flags; in hdac_hdmi_fill_widget_info()
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | intr.c | 211 if (test_and_clear_bit(HFI1_CTXT_WAITING_RCV, &rcd->event_flags)) { in handle_user_interrupt() 215 &rcd->event_flags)) { in handle_user_interrupt()
|
A D | file_ops.c | 703 uctxt->event_flags = 0; in hfi1_file_close() 755 !test_bit(HFI1_CTXT_BASE_UNINIT, &fd->uctxt->event_flags)); in complete_subctxt() 757 if (test_bit(HFI1_CTXT_BASE_FAILED, &fd->uctxt->event_flags)) in complete_subctxt() 1037 set_bit(HFI1_CTXT_BASE_UNINIT, &uctxt->event_flags); in init_subctxts() 1233 set_bit(HFI1_CTXT_BASE_FAILED, &uctxt->event_flags); in setup_base_ctxt() 1239 clear_bit(HFI1_CTXT_BASE_UNINIT, &uctxt->event_flags); in setup_base_ctxt() 1455 set_bit(HFI1_CTXT_WAITING_URG, &uctxt->event_flags); in poll_urgent() 1474 set_bit(HFI1_CTXT_WAITING_RCV, &uctxt->event_flags); in poll_next()
|
A D | netdev_rx.c | 111 uctxt->event_flags = 0; in hfi1_netdev_deallocate_ctxt()
|
A D | hfi.h | 285 unsigned long event_flags; member
|
/linux-6.3-rc2/drivers/pwm/ |
A D | pwm-iqs620a.c | 134 unsigned long event_flags, void *context) in iqs620_pwm_notifier() argument 139 if (!(event_flags & BIT(IQS62X_EVENT_SYS_RESET))) in iqs620_pwm_notifier()
|
/linux-6.3-rc2/block/ |
A D | disk-events.c | 52 else if (disk->event_flags & DISK_EVENT_FLAG_POLL) in disk_events_poll_jiffies() 212 if (disk->event_flags & DISK_EVENT_FLAG_UEVENT) in disk_check_events() 361 if (!(disk->event_flags & DISK_EVENT_FLAG_UEVENT)) in disk_events_show()
|
A D | bdev.c | 758 (disk->event_flags & DISK_EVENT_FLAG_BLOCK_ON_EXCL_WRITE)) { in blkdev_get_by_dev()
|
/linux-6.3-rc2/drivers/mfd/ |
A D | iqs62x.c | 461 unsigned long event_flags = 0; in iqs62x_irq() local 521 event_flags |= BIT(j); in iqs62x_irq() 530 if (event_flags & BIT(IQS62X_EVENT_SYS_RESET)) { in iqs62x_irq() 542 } else if (event_flags & BIT(IQS62X_EVENT_SYS_ATI)) { in iqs62x_irq() 564 event_flags |= iqs62x->event_cache; in iqs62x_irq() 565 ret = blocking_notifier_call_chain(&iqs62x->nh, event_flags, in iqs62x_irq()
|
/linux-6.3-rc2/drivers/iio/position/ |
A D | iqs624-pos.c | 51 unsigned long event_flags, void *context) in iqs624_pos_notifier() argument 72 if (event_flags & BIT(IQS62X_EVENT_SYS_RESET)) { in iqs624_pos_notifier()
|
/linux-6.3-rc2/drivers/iio/light/ |
A D | iqs621-als.c | 94 unsigned long event_flags, void *context) in iqs621_als_notifier() argument 112 if (event_flags & BIT(IQS62X_EVENT_SYS_RESET)) { in iqs621_als_notifier()
|
/linux-6.3-rc2/include/acpi/ |
A D | actbl3.h | 771 u8 event_flags; member
|
/linux-6.3-rc2/include/uapi/sound/ |
A D | asoc.h | 492 __le16 event_flags; member
|
/linux-6.3-rc2/drivers/pci/switch/ |
A D | switchtec.c | 1075 unsigned int event_flags; in ioctl_event_ctl() local 1097 event_flags = ctl.flags; in ioctl_event_ctl() 1099 ctl.flags = event_flags; in ioctl_event_ctl()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | sr.c | 653 disk->event_flags = DISK_EVENT_FLAG_POLL | DISK_EVENT_FLAG_UEVENT | in sr_probe()
|
/linux-6.3-rc2/sound/soc/ |
A D | soc-dapm.c | 1563 if (w->event && (w->event_flags & event)) { in dapm_seq_check_event() 1751 if (w->event && (w->event_flags & SND_SOC_DAPM_PRE_REG)) { in dapm_widget_update() 1778 if (w->event && (w->event_flags & SND_SOC_DAPM_POST_REG)) { in dapm_widget_update() 4170 template.event_flags = SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMU | in snd_soc_dapm_new_dai()
|
A D | soc-topology.c | 1358 template.event_flags = le16_to_cpu(w->event_flags); in soc_tplg_dapm_widget_create()
|
/linux-6.3-rc2/include/linux/ |
A D | blkdev.h | 133 unsigned short event_flags; /* flags related to event processing */ member
|
/linux-6.3-rc2/net/batman-adv/ |
A D | translation-table.c | 461 u8 event_flags) in batadv_tt_local_event() argument 465 u8 flags = common->flags | event_flags; in batadv_tt_local_event()
|
/linux-6.3-rc2/drivers/block/ |
A D | loop.c | 2048 disk->event_flags = DISK_EVENT_FLAG_UEVENT; in loop_add()
|