Home
last modified time | relevance | path

Searched refs:event (Results 4826 - 4850 of 7179) sorted by relevance

1...<<191192193194195196197198199200>>...288

/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_config.c250 unsigned long event, void *data) in rmnet_config_notify_cb()
257 switch (event) { in rmnet_config_notify_cb()
249 rmnet_config_notify_cb(struct notifier_block *nb, unsigned long event, void *data) rmnet_config_notify_cb() argument
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dtbdata.c1080 * PARAMETERS: event - Table event in ACPI_EXPORT_SYMBOL()
1085 * DESCRIPTION: Notify a table event to the users. in ACPI_EXPORT_SYMBOL()
1089 void acpi_tb_notify_table(u32 event, void *table) in ACPI_EXPORT_SYMBOL()
1094 (void)acpi_gbl_table_handler(event, table, in ACPI_EXPORT_SYMBOL()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dsleep.c498 * hint to userspace in the form of a wakeup event on the fixed power in acpi_pm_finish()
501 * We delay the event generation til now, as the PM layer requires in acpi_pm_finish()
619 * POWER_BUTTON event should not reach userspace ] in acpi_suspend_enter()
622 * a wakeup event. We flag this condition for now and generate the in acpi_suspend_enter()
623 * event later, as we're currently too early in resume to be able to in acpi_suspend_enter()
763 * If the status bit of any enabled fixed event is set, the in acpi_s2idle_wake()
767 pm_pr_dbg("ACPI fixed event wakeup\n"); in acpi_s2idle_wake()
925 if (stage.event == PM_EVENT_HIBERNATE) in acpi_hibernation_begin()
1007 if (stage.event == PM_EVENT_HIBERNATE) in acpi_hibernation_begin_old()
/kernel/linux/linux-6.6/fs/nfs/
H A Ddns_resolve.c424 static int rpc_pipefs_event(struct notifier_block *nb, unsigned long event, in rpc_pipefs_event() argument
439 switch (event) { in rpc_pipefs_event()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dtransport_tcp.c501 static int ksmbd_netdev_event(struct notifier_block *nb, unsigned long event, in ksmbd_netdev_event() argument
508 switch (event) { in ksmbd_netdev_event()
/kernel/linux/linux-6.6/include/linux/qed/
H A Dqed_rdma_if.h92 /* Abilty to support port active event */
95 /* Abilty to support port change event */
493 enum qed_iwarp_event_type event; member
500 struct qed_iwarp_cm_event_params *event);
/kernel/linux/linux-6.6/include/linux/
H A Dcounter.h282 * @event: event that triggers
283 * @channel: event channel
284 * @comp_list: list of components to watch when event triggers
288 u8 event; member
413 void counter_push_event(struct counter_device *const counter, const u8 event,
/kernel/linux/linux-6.6/include/net/
H A Dip6_route.h203 void rt6_disable_ip(struct net_device *dev, unsigned long event);
204 void rt6_sync_down_dev(struct net_device *dev, unsigned long event);
/kernel/linux/linux-6.6/include/linux/surface_aggregator/
H A Dcontroller.h26 * @SSAM_EVENT_SEQUENCED: The event will be sent via a sequenced data frame.
33 * struct ssam_event - SAM event sent from the EC to the host.
34 * @target_category: Target category of the event source. See &enum ssam_ssh_tc.
35 * @target_id: Target ID of the event source.
36 * @command_id: Command ID of the event.
37 * @instance_id: Instance ID of the event source.
38 * @length: Length of the event payload in bytes.
753 * set by the handler if the handler can act/has acted upon the event
755 * primary handler intended for the provided event.
758 * has been traversed, a warning will be emitted, stating that the event
955 } event; global() member
[all...]
/kernel/linux/linux-6.6/include/net/nfc/
H A Dnci_core.h81 void (*hci_event_received)(struct nci_dev *ndev, u8 pipe, u8 event,
305 int nci_hci_send_event(struct nci_dev *ndev, u8 gate, u8 event,
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h286 * Signalling this event indicates that owner's slot handler thread
298 /* This event should be signalled when a slot is recycled. */
304 /* This event should be signalled when a synchronous message is sent. */
308 * This event should be signalled when a synchronous message has been
364 /* Local implementation of the trigger remote event */
367 /* Local implementation of the recycle remote event */
370 /* Local implementation of the sync trigger remote event */
373 /* Local implementation of the sync release remote event */
448 struct completion event; member
569 void remote_event_signal(struct remote_event *event);
[all...]
/kernel/linux/linux-6.6/drivers/soc/tegra/
H A Dregulators-tegra20.c461 unsigned long event, void *cmd) in tegra20_regulator_reboot()
466 if (event != SYS_RESTART) in tegra20_regulator_reboot()
460 tegra20_regulator_reboot(struct notifier_block *notifier, unsigned long event, void *cmd) tegra20_regulator_reboot() argument
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dbacklight.c61 * if the event is FB_EVENT_BLANK and if the value of blank, from the
97 unsigned long event, void *data) in fb_notifier_callback()
104 /* If we aren't interested in this event, skip it immediately ... */ in fb_notifier_callback()
105 if (event != FB_EVENT_BLANK) in fb_notifier_callback()
378 * Updates the internal state of the backlight in response to a hardware event,
96 fb_notifier_callback(struct notifier_block *self, unsigned long event, void *data) fb_notifier_callback() argument
/kernel/linux/linux-6.6/drivers/platform/x86/amd/pmf/
H A Dcore.c61 static int amd_pmf_pwr_src_notify_call(struct notifier_block *nb, unsigned long event, void *data) in amd_pmf_pwr_src_notify_call() argument
65 if (event != PSY_EVENT_PROP_CHANGED) in amd_pmf_pwr_src_notify_call()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dda9030_battery.c388 static int da9030_battery_event(struct notifier_block *nb, unsigned long event, in da9030_battery_event() argument
394 switch (event) { in da9030_battery_event()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Ddrd.c430 unsigned long event, void *ptr) in dwc3_drd_notifier()
434 dwc3_set_mode(dwc, event ? in dwc3_drd_notifier()
558 /* use OTG block to get ID event */ in dwc3_drd_init()
429 dwc3_drd_notifier(struct notifier_block *nb, unsigned long event, void *ptr) dwc3_drd_notifier() argument
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-da8xx.c181 unsigned long event, void *data) in ohci_da8xx_regulator_event()
186 if (event & REGULATOR_EVENT_OVER_CURRENT) { in ohci_da8xx_regulator_event()
180 ohci_da8xx_regulator_event(struct notifier_block *nb, unsigned long event, void *data) ohci_da8xx_regulator_event() argument
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H A Dtfc_sess.c130 int ft_lport_notify(struct notifier_block *nb, unsigned long event, void *arg) in ft_lport_notify() argument
134 switch (event) { in ft_lport_notify()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dtps6594-regulator.c53 unsigned long event; member
364 irq_data->type->event, NULL); in tps6594_regulator_irq_handler()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy.c206 * charger state has been chaned, then we should notify this event.
760 * usb_phy_set_event - set event to phy event
762 * @event: event to set
764 * This sets event to phy event
766 void usb_phy_set_event(struct usb_phy *x, unsigned long event) in usb_phy_set_event() argument
768 x->last_event = event; in usb_phy_set_event()
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_ipmb.c182 enum i2c_slave_event event, u8 *val) in ipmi_ipmb_slave_cb()
186 switch (event) { in ipmi_ipmb_slave_cb()
181 ipmi_ipmb_slave_cb(struct i2c_client *client, enum i2c_slave_event event, u8 *val) ipmi_ipmb_slave_cb() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h418 struct drm_pending_vblank_event *event; member
613 struct drm_pending_vblank_event *event,
/kernel/linux/linux-6.6/include/sound/
H A Dsoc-component.h111 int (*stream_event)(struct snd_soc_component *component, int event);
402 int event);
/kernel/linux/linux-6.6/drivers/devfreq/
H A Dmtk-cci-devfreq.c221 unsigned long event, void *data) in mtk_ccifreq_opp_notifier()
229 if (event == OPP_EVENT_ADJUST_VOLTAGE) { in mtk_ccifreq_opp_notifier()
220 mtk_ccifreq_opp_notifier(struct notifier_block *nb, unsigned long event, void *data) mtk_ccifreq_opp_notifier() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dneigh.c140 * we'll receive another event letting us know about it. in mlx5e_rep_neigh_update()
203 unsigned long event, void *ptr) in mlx5e_rep_netevent_event()
216 switch (event) { in mlx5e_rep_netevent_event()
202 mlx5e_rep_netevent_event(struct notifier_block *nb, unsigned long event, void *ptr) mlx5e_rep_netevent_event() argument

Completed in 29 milliseconds

1...<<191192193194195196197198199200>>...288