/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_config.c | 250 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 D | tbdata.c | 1080 * 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 D | sleep.c | 498 * 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 D | dns_resolve.c | 424 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 D | transport_tcp.c | 501 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 D | qed_rdma_if.h | 92 /* 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 D | counter.h | 282 * @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 D | ip6_route.h | 203 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 D | controller.h | 26 * @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 D | nci_core.h | 81 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 D | vchiq_core.h | 286 * 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 D | regulators-tegra20.c | 461 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 D | backlight.c | 61 * 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 D | core.c | 61 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 D | da9030_battery.c | 388 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 D | drd.c | 430 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 D | ohci-da8xx.c | 181 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 D | tfc_sess.c | 130 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 D | tps6594-regulator.c | 53 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 D | phy.c | 206 * 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 D | ipmi_ipmb.c | 182 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 D | amdgpu_mode.h | 418 struct drm_pending_vblank_event *event; member 613 struct drm_pending_vblank_event *event,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc-component.h | 111 int (*stream_event)(struct snd_soc_component *component, int event); 402 int event);
|
/kernel/linux/linux-6.6/drivers/devfreq/ |
H A D | mtk-cci-devfreq.c | 221 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 D | neigh.c | 140 * 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
|