/kernel/linux/linux-6.6/include/acpi/ |
H A D | acpixf.h | 705 acpi_enable_event(u32 event, u32 flags)) 708 acpi_disable_event(u32 event, u32 flags)) 709 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_clear_event(u32 event)) 712 acpi_get_event_status(u32 event,
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-fsl-spi.c | 441 mpc8xxx_spi_read_reg(®_base->event)) & in fsl_spi_cpu_irq() 446 mpc8xxx_spi_write_reg(®_base->event, events); in fsl_spi_cpu_irq() 466 events = mpc8xxx_spi_read_reg(®_base->event); in fsl_spi_irq() 605 mpc8xxx_spi_write_reg(®_base->event, 0xffffffff); in fsl_spi_probe()
|
/kernel/linux/linux-6.6/drivers/clk/rockchip/ |
H A D | clk.c | 142 unsigned long event, void *data) in rockchip_clk_frac_notifier_cb() 149 pr_debug("%s: event %lu, old_rate %lu, new_rate: %lu\n", in rockchip_clk_frac_notifier_cb() 150 __func__, event, ndata->old_rate, ndata->new_rate); in rockchip_clk_frac_notifier_cb() 151 if (event == PRE_RATE_CHANGE) { in rockchip_clk_frac_notifier_cb() 159 } else if (event == POST_RATE_CHANGE) { in rockchip_clk_frac_notifier_cb() 141 rockchip_clk_frac_notifier_cb(struct notifier_block *nb, unsigned long event, void *data) rockchip_clk_frac_notifier_cb() argument
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | perf_event_p4.h | 106 * If an event has alias it should be marked 136 * In case of event aliasing we need to preserve some 243 * used to track an event 294 #define P4_OPCODE(event) event##_OPCODE 297 #define P4_OPCODE_PACK(event, sel) (((event) << 8) | sel) 300 * Comments below the event represent ESCR restriction 301 * for this event and counter index per ESCR 827 * of performance event, th [all...] |
/kernel/linux/linux-6.6/drivers/hsi/ |
H A D | hsi_core.c | 645 unsigned long event, void *data __maybe_unused) in hsi_event_notifier_call() 649 (*cl->ehandler)(cl, event); in hsi_event_notifier_call() 708 * @port: Port where the event occurred 709 * @event: The event type 721 int hsi_event(struct hsi_port *port, unsigned long event) in hsi_event() argument 723 return blocking_notifier_call_chain(&port->n_head, event, NULL); in hsi_event() 644 hsi_event_notifier_call(struct notifier_block *nb, unsigned long event, void *data __maybe_unused) hsi_event_notifier_call() argument
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-etb10.c | 377 struct perf_event *event, void **pages, in etb_alloc_buffer() 383 node = (event->cpu == -1) ? NUMA_NO_NODE : cpu_to_node(event->cpu); in etb_alloc_buffer() 389 buf->pid = task_pid_nr(event->owner); in etb_alloc_buffer() 521 * prevents the event from being re-enabled by the perf core, in etb_update_buffer() 376 etb_alloc_buffer(struct coresight_device *csdev, struct perf_event *event, void **pages, int nr_pages, bool overwrite) etb_alloc_buffer() argument
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | mediabay.c | 619 if (state.event != mdev->ofdev.dev.power.power_state.event in media_bay_suspend() 620 && (state.event & PM_EVENT_SLEEP)) { in media_bay_suspend() 635 if (mdev->ofdev.dev.power.power_state.event != PM_EVENT_ON) { in media_bay_resume()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_vema.c | 101 * @event_handler: ib event handler 866 c_dbg("OPA_VNIC received event %d on device %s port %d\n", in opa_vnic_event() 867 record->event, dev_name(&record->device->dev), in opa_vnic_event() 870 if (record->event != IB_EVENT_PORT_ERR && in opa_vnic_event() 871 record->event != IB_EVENT_PORT_ACTIVE) in opa_vnic_event() 875 if (record->event == IB_EVENT_PORT_ACTIVE) in opa_vnic_event() 934 /* register ib event handler and mad agent for each port on dev */ in vema_register()
|
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-api.c | 327 /* Find the oldest event */ in cec_dqevent() 481 ev.event = adap->cec_pin_is_high ? CEC_EVENT_PIN_CEC_HIGH : in cec_s_mode() 564 .event = CEC_EVENT_STATE_CHANGE, in cec_open() 602 ev.event = err ? CEC_EVENT_PIN_HPD_HIGH : in cec_open() 611 ev.event = err ? CEC_EVENT_PIN_5V_HIGH : in cec_open()
|
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | metric.py | 171 # Simplify multiplication by 0 except for the slot event which 312 """An event in an expression.""" 405 def source_count(event: Event) -> Function: 408 return Function('source_count', event) 411 def has_event(event: Event) -> Function: 414 return Function('has_event', event) 548 # First try to convert everything that looks like a string (event name) into Event(r"EVENT_NAME"). 552 # If it started with a # it should have been a literal, rather than an event name
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | test_intel_pt.sh | 52 perf record -B -N --no-bpf-event "$@" 59 perf record --no-bpf-event "$@" 339 /* Create an MMAP event for the jitdump file. That is how perf tool finds it. */ 509 # Check with event with PMU name 622 if ! perf_record_no_decode -o "${perfdatafile}" -e intel_pt/event/u uname ; then 623 echo "perf record failed with event trace"
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nfnetlink_cthelper.c | 532 int event, struct nf_conntrack_helper *helper) in nfnl_cthelper_fill_info() 538 event = nfnl_msg_type(NFNL_SUBSYS_CTHELPER, event); in nfnl_cthelper_fill_info() 539 nlh = nfnl_msg_put(skb, portid, seq, event, flags, AF_UNSPEC, in nfnl_cthelper_fill_info() 531 nfnl_cthelper_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type, int event, struct nf_conntrack_helper *helper) nfnl_cthelper_fill_info() argument
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | jz4770.c | 374 struct snd_kcontrol *kcontrol, int event) in hpout_event() 381 switch (event) { in hpout_event() 430 struct snd_kcontrol *kcontrol, int event) in adc_poweron_event() 432 if (event == SND_SOC_DAPM_POST_PMU) in adc_poweron_event() 373 hpout_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) hpout_event() argument 429 adc_poweron_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) adc_poweron_event() argument
|
H A D | cs42l51.c | 169 struct snd_kcontrol *kcontrol, int event) in cs42l51_pdn_event() 173 switch (event) { in cs42l51_pdn_event() 255 struct snd_kcontrol *kcontrol, int event) in mclk_event() 260 switch (event) { in mclk_event() 168 cs42l51_pdn_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) cs42l51_pdn_event() argument 254 mclk_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) mclk_event() argument
|
H A D | tas6424.c | 72 struct snd_kcontrol *kcontrol, int event) in tas6424_dac_event() 77 dev_dbg(component->dev, "%s() event=0x%0x\n", __func__, event); in tas6424_dac_event() 79 if (event & SND_SOC_DAPM_POST_PMU) { in tas6424_dac_event() 89 } else if (event & SND_SOC_DAPM_PRE_PMD) { in tas6424_dac_event() 71 tas6424_dac_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) tas6424_dac_event() argument
|
H A D | rt1316-sdw.c | 332 struct snd_kcontrol *kcontrol, int event) in rt1316_classd_event() 339 switch (event) { in rt1316_classd_event() 377 struct snd_kcontrol *kcontrol, int event) in rt1316_pde24_event() 384 switch (event) { in rt1316_pde24_event() 331 rt1316_classd_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) rt1316_classd_event() argument 376 rt1316_pde24_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) rt1316_pde24_event() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | pmu_event_filter_test.c | 41 * This is how the event selector and unit mask are stored in an AMD 42 * core performance event-select register. Intel's format is similar, 43 * but the event selector is only 8 bits. 91 * This event list comprises Intel's eight architectural events plus 250 * Remove the first occurrence of 'event' (if any) from the filter's 251 * event list. 253 static void remove_event(struct __kvm_pmu_event_filter *f, uint64_t event) in remove_event() argument 262 found = f->events[i] == event; in remove_event() 430 * Determining AMD support for a PMU event requires consulting the AMD 434 * Feel free to add more AMD CPUs that are documented to support event 751 set_pmu_single_event_filter(struct kvm_vcpu *vcpu, uint64_t event, uint32_t flags, uint32_t action) set_pmu_single_event_filter() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | dlfilter.c | 17 #include "event.h" 22 #include "trace-event.h" 489 union perf_event *event, in dlfilter__do_filter_event() 502 d->event = event; in dlfilter__do_filter_event() 564 d_sample.event = evsel__name(evsel); in dlfilter__do_filter_event() 488 dlfilter__do_filter_event(struct dlfilter *d, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine, struct addr_location *al, struct addr_location *addr_al, bool early) dlfilter__do_filter_event() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng_extension.cpp | 721 KeyEvent event; in HWTEST_F() local 722 event.action = KeyAction::UP; in HWTEST_F() 723 ASSERT_FALSE(pattern.OnKeyEvent(event)); in HWTEST_F() 725 event.action = KeyAction::DOWN; in HWTEST_F() 726 event.code = KeyCode::KEY_CALL; in HWTEST_F() 727 ASSERT_FALSE(pattern.OnKeyEvent(event)); in HWTEST_F() 730 event.code = KeyCode::KEY_SPACE; in HWTEST_F() 731 ASSERT_FALSE(pattern.OnKeyEvent(event)); in HWTEST_F() 737 ASSERT_TRUE(pattern.OnKeyEvent(event)); in HWTEST_F() 753 KeyEvent event; in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_row_pattern.cpp | 1080 auto onKeyEvent = [wp = WeakClaim(this)](const KeyEvent& event) -> bool { in InitOnKeyEvent() 1083 return pattern->OnKeyEvent(event); in InitOnKeyEvent() 1178 bool TimePickerRowPattern::OnKeyEvent(const KeyEvent& event) in OnKeyEvent() argument 1180 if (event.action != KeyAction::DOWN) { in OnKeyEvent() 1183 if (event.code == KeyCode::KEY_DPAD_UP || event.code == KeyCode::KEY_DPAD_DOWN || in OnKeyEvent() 1184 event.code == KeyCode::KEY_DPAD_LEFT || event.code == KeyCode::KEY_DPAD_RIGHT || in OnKeyEvent() 1185 event.code == KeyCode::KEY_MOVE_HOME || event in OnKeyEvent() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 100 auto process = [this](const Event &event) { in RdbServiceImpl() 101 auto &evt = static_cast<const CloudEvent &>(event); in RdbServiceImpl() 125 EventCenter::GetInstance().Subscribe(CloudEvent::MAKE_QUERY, [](const Event& event) { in RdbServiceImpl() 126 auto& evt = static_cast<const MakeQueryEvent&>(event); in RdbServiceImpl() 137 auto compensateSyncProcess = [this] (const Event &event) { in RdbServiceImpl() 138 auto &evt = static_cast<const BindEvent &>(event); in RdbServiceImpl() 505 void RdbServiceImpl::DoCompensateSync(const BindEvent& event) 507 auto bindInfo = event.GetBindInfo(); 523 auto mixMode = event.GetEventId() == BindEvent::COMPENSATE_SYNC 826 auto event [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 165 * Report Jack connect event when a device is connected in hdac_hdmi_jack_report() 179 * Report Jack disconnect event when a device is disconnected in hdac_hdmi_jack_report() 686 int (*event)(struct snd_soc_dapm_widget *, in hdac_hdmi_fill_widget_info() 700 w->event = event; in hdac_hdmi_fill_widget_info() 768 struct snd_kcontrol *kc, int event) in hdac_hdmi_pin_output_widget_event() 774 dev_dbg(&hdev->dev, "%s: widget: %s event: %x\n", in hdac_hdmi_pin_output_widget_event() 775 __func__, w->name, event); in hdac_hdmi_pin_output_widget_event() 785 switch (event) { in hdac_hdmi_pin_output_widget_event() 813 struct snd_kcontrol *kc, int event) in hdac_hdmi_cvt_output_widget_event() 767 hdac_hdmi_pin_output_widget_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kc, int event) hdac_hdmi_pin_output_widget_event() argument 812 hdac_hdmi_cvt_output_widget_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kc, int event) hdac_hdmi_cvt_output_widget_event() argument 867 hdac_hdmi_pin_mux_widget_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kc, int event) hdac_hdmi_pin_mux_widget_event() argument [all...] |
H A D | nau8825.c | 913 struct snd_kcontrol *kcontrol, int event) in nau8825_adc_event() 918 switch (event) { in nau8825_adc_event() 937 struct snd_kcontrol *kcontrol, int event) in nau8825_pump_event() 942 switch (event) { in nau8825_pump_event() 961 struct snd_kcontrol *kcontrol, int event) in nau8825_output_dac_event() 966 switch (event) { in nau8825_output_dac_event() 1419 * nau8825_enable_jack_detect - Specify a jack for event reporting 1480 * ponding irq event occurs. in nau8825_int_status_clear_all() 1675 int active_irq, clear_irq = 0, event = 0, event_mask = 0; in nau8825_interrupt() local 1700 event | in nau8825_interrupt() 912 nau8825_adc_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) nau8825_adc_event() argument 936 nau8825_pump_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) nau8825_pump_event() argument 960 nau8825_output_dac_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) nau8825_output_dac_event() argument [all...] |
/kernel/linux/linux-5.10/net/dsa/ |
H A D | slave.c | 2028 unsigned long event, void *ptr) in dsa_slave_netdevice_event() 2032 switch (event) { in dsa_slave_netdevice_event() 2057 unsigned long event; member 2070 switch (switchdev_work->event) { in dsa_slave_switchdev_event_work() 2123 unsigned long event, void *ptr) in dsa_slave_switchdev_event() 2129 if (event == SWITCHDEV_PORT_ATTR_SET) { in dsa_slave_switchdev_event() 2146 switchdev_work->event = event; in dsa_slave_switchdev_event() 2148 switch (event) { in dsa_slave_switchdev_event() 2169 unsigned long event, voi in dsa_slave_switchdev_blocking_event() 2027 dsa_slave_netdevice_event(struct notifier_block *nb, unsigned long event, void *ptr) dsa_slave_netdevice_event() argument 2122 dsa_slave_switchdev_event(struct notifier_block *unused, unsigned long event, void *ptr) dsa_slave_switchdev_event() argument 2168 dsa_slave_switchdev_blocking_event(struct notifier_block *unused, unsigned long event, void *ptr) dsa_slave_switchdev_blocking_event() argument [all...] |
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_sock.c | 177 /* Extra filter for event packets only */ in is_filtered_packet() 369 void hci_send_monitor_ctrl_event(struct hci_dev *hdev, u16 event, in hci_send_monitor_ctrl_event() argument 403 put_unaligned_le16(event, skb_put(skb, 2)); in hci_send_monitor_ctrl_event() 423 static struct sk_buff *create_monitor_event(struct hci_dev *hdev, int event) in create_monitor_event() argument 431 switch (event) { in create_monitor_event() 719 /* Generate internal stack event */ 746 void hci_sock_dev_event(struct hci_dev *hdev, int event) in hci_sock_dev_event() argument 748 BT_DBG("hdev %s event %d", hdev->name, event); in hci_sock_dev_event() 753 /* Send event t in hci_sock_dev_event() [all...] |