Home
last modified time | relevance | path

Searched +full:pm +full:- +full:alive (Results 1 – 25 of 190) sorted by relevance

12345678

/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
Dpower.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2022 Intel Corporation
4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
5 * Copyright (C) 2015-2017 Intel Deutschland GmbH
13 * enum iwl_ltr_config_flags - masks for LTR config command flags
39 * struct iwl_ltr_config_cmd_v1 - configures the LTR
53 * struct iwl_ltr_config_cmd - configures the LTR
77 * enum iwl_power_flags - masks for power table command flags
79 * receiver and transmitter. '0' - does not allow.
81 * '1' Driver enables PM (use rest of parameters)
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dpower.h8 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
9 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
10 * Copyright(c) 2015 - 2017 Intel Deutschland GmbH
11 * Copyright (C) 2018 - 2020 Intel Corporation
27 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
31 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
32 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
33 * Copyright(c) 2015 - 2017 Intel Deutschland GmbH
34 * Copyright (C) 2018 - 2020 Intel Corporation
71 * enum iwl_ltr_config_flags - masks for LTR config command flags
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/ata/
Dsnps,dwc-ahci-common.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/ata/snps,dwc-ahci-common.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Serge Semin <fancer.lancer@gmail.com>
19 - $ref: ahci-common.yaml#
31 PM-alive clock, RxOOB detection clock, embedded PHYs reference (Rx/Tx)
36 clock-names:
41 - description: Application APB/AHB/AXI BIU clock
43 - pclk
[all …]
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
Ddriver.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com>
7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
21 * i240m->bus_reset()
29 * i2400m->bus_setup()
37 * i2400m->bus_dev_start()
45 * i2400m->bus_dev_stop()
47 * i2400m->bus_release()
60 #include "debug-levels.h"
67 "String of space-separated NAME:VALUE pairs, where NAMEs "
[all …]
/kernel/linux/linux-5.10/arch/parisc/kernel/
Dsmp.c1 // SPDX-License-Identifier: GPL-2.0-or-later
6 ** Copyright (C) 1999 David Mosberger-Tang <davidm@hpl.hp.com>
7 ** Copyright (C) 2001,2004 Grant Grundler <grundler@parisc-linux.org>
13 ** -grant (1/12/2001)
111 /* REVISIT : does PM *know* this CPU isn't available? */ in halt_processor()
131 ops = p->pending_ipi; in ipi_interrupt()
132 p->pending_ipi = 0; in ipi_interrupt()
172 smp_debug(100, KERN_DEBUG "CPU%d is alive!\n", this_cpu); in ipi_interrupt()
205 p->pending_ipi |= 1 << op; in ipi_send()
206 gsc_writel(IPI_IRQ - CPU_IRQ_BASE, p->hpa); in ipi_send()
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dpower.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2012-2014, 2018-2019, 2021-2023 Intel Corporation
4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
5 * Copyright (C) 2015-2017 Intel Deutschland GmbH
14 #include "iwl-debug.h"
16 #include "iwl-modparams.h"
29 le32_to_cpu(cmd->ba_enable_beacon_abort)); in iwl_mvm_beacon_filter_send_cmd()
31 le32_to_cpu(cmd->ba_escape_timer)); in iwl_mvm_beacon_filter_send_cmd()
33 le32_to_cpu(cmd->bf_debug_flag)); in iwl_mvm_beacon_filter_send_cmd()
35 le32_to_cpu(cmd->bf_enable_beacon_filter)); in iwl_mvm_beacon_filter_send_cmd()
[all …]
/kernel/linux/linux-6.6/drivers/ata/
Dahci_dm816.c1 // SPDX-License-Identifier: GPL-2.0-or-later
11 #include <linux/pm.h>
18 #define AHCI_DM816_DRV_NAME "ahci-dm816"
55 * We should have divided evenly - if not, return an invalid in ahci_dm816_get_mpy_bits()
58 return -1; in ahci_dm816_get_mpy_bits()
69 * keep-alive clock and the external reference clock. We need the in ahci_dm816_phy_init()
72 if (hpriv->n_clks < 2) { in ahci_dm816_phy_init()
74 return -EINVAL; in ahci_dm816_phy_init()
77 refclk_rate = clk_get_rate(hpriv->clks[1].clk); in ahci_dm816_phy_init()
80 return -EINVAL; in ahci_dm816_phy_init()
[all …]
/kernel/linux/linux-5.10/drivers/ata/
Dahci_dm816.c1 // SPDX-License-Identifier: GPL-2.0-or-later
11 #include <linux/pm.h>
18 #define AHCI_DM816_DRV_NAME "ahci-dm816"
55 * We should have divided evenly - if not, return an invalid in ahci_dm816_get_mpy_bits()
58 return -1; in ahci_dm816_get_mpy_bits()
69 * keep-alive clock and the external reference clock. We need the in ahci_dm816_phy_init()
72 if (!hpriv->clks[1]) { in ahci_dm816_phy_init()
74 return -EINVAL; in ahci_dm816_phy_init()
77 refclk_rate = clk_get_rate(hpriv->clks[1]); in ahci_dm816_phy_init()
80 return -EINVAL; in ahci_dm816_phy_init()
[all …]
/kernel/linux/linux-6.6/arch/parisc/kernel/
Dsmp.c1 // SPDX-License-Identifier: GPL-2.0-or-later
6 ** Copyright (C) 1999 David Mosberger-Tang <davidm@hpl.hp.com>
7 ** Copyright (C) 2001,2004 Grant Grundler <grundler@parisc-linux.org>
13 ** -grant (1/12/2001)
110 /* REVISIT : does PM *know* this CPU isn't available? */ in halt_processor()
130 ops = p->pending_ipi; in ipi_interrupt()
131 p->pending_ipi = 0; in ipi_interrupt()
171 smp_debug(100, KERN_DEBUG "CPU%d is alive!\n", this_cpu); in ipi_interrupt()
204 p->pending_ipi |= 1 << op; in ipi_send()
205 gsc_writel(IPI_IRQ - CPU_IRQ_BASE, p->hpa); in ipi_send()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dpower.c8 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
9 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
10 * Copyright(c) 2015 - 2017 Intel Deutschland GmbH
11 * Copyright (C) 2018 - 2019 Intel Corporation
27 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
31 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
32 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
33 * Copyright(c) 2015 - 2017 Intel Deutschland GmbH
34 * Copyright (C) 2018 - 2019 Intel Corporation
72 #include "iwl-debug.h"
[all …]
/kernel/linux/linux-5.10/drivers/bluetooth/
Dhci_nokia.c1 // SPDX-License-Identifier: GPL-2.0-or-later
6 * Copyright (C) 2015-2017 Sebastian Reichel <sre@kernel.org>
165 struct device *dev = &btdev->serdev->dev; in wakeup_handler()
166 int wake_state = gpiod_get_value(btdev->wakeup_host); in wakeup_handler()
168 if (btdev->rx_enabled == wake_state) in wakeup_handler()
176 btdev->rx_enabled = wake_state; in wakeup_handler()
183 struct nokia_bt_dev *btdev = hu->priv; in nokia_reset()
184 struct device *dev = &btdev->serdev->dev; in nokia_reset()
188 gpiod_set_value_cansleep(btdev->reset, 1); in nokia_reset()
189 gpiod_set_value_cansleep(btdev->wakeup_bt, 1); in nokia_reset()
[all …]
/kernel/linux/linux-6.6/drivers/bluetooth/
Dhci_nokia.c1 // SPDX-License-Identifier: GPL-2.0-or-later
6 * Copyright (C) 2015-2017 Sebastian Reichel <sre@kernel.org>
165 struct device *dev = &btdev->serdev->dev; in wakeup_handler()
166 int wake_state = gpiod_get_value(btdev->wakeup_host); in wakeup_handler()
168 if (btdev->rx_enabled == wake_state) in wakeup_handler()
176 btdev->rx_enabled = wake_state; in wakeup_handler()
183 struct nokia_bt_dev *btdev = hu->priv; in nokia_reset()
184 struct device *dev = &btdev->serdev->dev; in nokia_reset()
188 gpiod_set_value_cansleep(btdev->reset, 1); in nokia_reset()
189 gpiod_set_value_cansleep(btdev->wakeup_bt, 1); in nokia_reset()
[all …]
/kernel/linux/linux-6.6/drivers/greybus/
Dsvc_watchdog.c1 // SPDX-License-Identifier: GPL-2.0
32 gb_svc_watchdog_disable(watchdog->svc); in svc_watchdog_pm_notifier()
35 gb_svc_watchdog_enable(watchdog->svc); in svc_watchdog_pm_notifier()
70 svc = watchdog->svc; in do_work()
72 dev_dbg(&svc->dev, "%s: ping.\n", __func__); in do_work()
80 * yet-another-callback to do that. in do_work()
82 dev_err(&svc->dev, in do_work()
86 if (svc->action == GB_SVC_WATCHDOG_BITE_PANIC_KERNEL) { in do_work()
88 } else if (svc->action == GB_SVC_WATCHDOG_BITE_RESET_UNIPRO) { in do_work()
89 dev_err(&svc->dev, "Resetting the greybus network, watch out!!!\n"); in do_work()
[all …]
/kernel/linux/linux-5.10/drivers/greybus/
Dsvc_watchdog.c1 // SPDX-License-Identifier: GPL-2.0
32 gb_svc_watchdog_disable(watchdog->svc); in svc_watchdog_pm_notifier()
35 gb_svc_watchdog_enable(watchdog->svc); in svc_watchdog_pm_notifier()
70 svc = watchdog->svc; in do_work()
72 dev_dbg(&svc->dev, "%s: ping.\n", __func__); in do_work()
80 * yet-another-callback to do that. in do_work()
82 dev_err(&svc->dev, in do_work()
86 if (svc->action == GB_SVC_WATCHDOG_BITE_PANIC_KERNEL) { in do_work()
88 } else if (svc->action == GB_SVC_WATCHDOG_BITE_RESET_UNIPRO) { in do_work()
89 dev_err(&svc->dev, "Resetting the greybus network, watch out!!!\n"); in do_work()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
Ddavinci_mdio.c1 // SPDX-License-Identifier: GPL-2.0+
31 * This timeout definition is a worst-case ultra defensive measure against
53 u32 alive; member
99 mdio_in = clk_get_rate(data->clk); in davinci_mdio_init_clk()
100 div = (mdio_in / data->pdata.bus_freq) - 1; in davinci_mdio_init_clk()
104 data->clk_div = div; in davinci_mdio_init_clk()
115 * In the worst case, we could be kicking off a user-access immediately in davinci_mdio_init_clk()
116 * after the mdio bus scan state-machine triggered its own read. If in davinci_mdio_init_clk()
120 data->access_time = usecs_to_jiffies(access_time * 4); in davinci_mdio_init_clk()
121 if (!data->access_time) in davinci_mdio_init_clk()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c71 pr_warn_once("AMD-->DRM context priority value UNSET-->NORMAL"); in amdgpu_ctx_to_drm_sched_prio()
112 return -EACCES; in amdgpu_ctx_priority_permit()
140 struct amdgpu_device *adev = ctx->mgr->adev; in amdgpu_ctx_get_hw_prio()
144 ctx_prio = (ctx->override_priority == AMDGPU_CTX_PRIORITY_UNSET) ? in amdgpu_ctx_get_hw_prio()
145 ctx->init_priority : ctx->override_priority; in amdgpu_ctx_get_hw_prio()
162 if (adev->gpu_sched[hw_ip][hw_prio].num_scheds == 0) in amdgpu_ctx_get_hw_prio()
178 if (!test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &s_fence->scheduled.flags)) in amdgpu_ctx_fence_time()
182 if (!test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &s_fence->finished.flags)) in amdgpu_ctx_fence_time()
183 return ktime_sub(ktime_get(), s_fence->scheduled.timestamp); in amdgpu_ctx_fence_time()
185 return ktime_sub(s_fence->finished.timestamp, in amdgpu_ctx_fence_time()
[all …]
/kernel/linux/linux-6.6/arch/x86/kernel/
Dreboot.c1 // SPDX-License-Identifier: GPL-2.0
7 #include <linux/pm.h>
52 * Reboot options and system auto-detection code provided by
53 * Dell Inc. so their systems "just work". :-)
63 pr_info("%s series board detected. Selecting %s-method for reboots.\n", in set_acpi_reboot()
64 d->ident, "ACPI"); in set_acpi_reboot()
77 pr_info("%s series board detected. Selecting %s-method for reboots.\n", in set_bios_reboot()
78 d->ident, "BIOS"); in set_bios_reboot()
91 pr_info("%s series board detected. Selecting EFI-method for reboot.\n", d->ident); in set_efi_reboot()
103 * that's what this book in front of me says -- it may only apply to in machine_real_restart()
[all …]
/kernel/linux/linux-5.10/arch/x86/kernel/
Dreboot.c1 // SPDX-License-Identifier: GPL-2.0
7 #include <linux/pm.h>
53 * Reboot options and system auto-detection code provided by
54 * Dell Inc. so their systems "just work". :-)
64 pr_info("%s series board detected. Selecting %s-method for reboots.\n", in set_acpi_reboot()
65 d->ident, "ACPI"); in set_acpi_reboot()
78 pr_info("%s series board detected. Selecting %s-method for reboots.\n", in set_bios_reboot()
79 d->ident, "BIOS"); in set_bios_reboot()
92 pr_info("%s series board detected. Selecting EFI-method for reboot.\n", d->ident); in set_efi_reboot()
104 * that's what this book in front of me says -- it may only apply to in machine_real_restart()
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved.
11 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
22 #include <linux/dma-mapping.h>
41 #include "iwl-spectrum.h"
62 #define DRV_COPYRIGHT "Copyright(c) 2003-2011 Intel Corporation"
79 * il3945_get_antenna_flags - Get antenna flags for RXON command
82 * il->eeprom39 is used to determine if antenna AUX/MAIN are reversed
85 * IL_ANTENNA_DIVERSITY - NIC selects best antenna by itself
86 * IL_ANTENNA_MAIN - Force MAIN antenna
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved.
11 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
22 #include <linux/dma-mapping.h>
41 #include "iwl-spectrum.h"
62 #define DRV_COPYRIGHT "Copyright(c) 2003-2011 Intel Corporation"
79 * il3945_get_antenna_flags - Get antenna flags for RXON command
82 * il->eeprom39 is used to determine if antenna AUX/MAIN are reversed
85 * IL_ANTENNA_DIVERSITY - NIC selects best antenna by itself
86 * IL_ANTENNA_MAIN - Force MAIN antenna
[all …]
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
Dfcoe_ctlr.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
6 * Maintained at www.Open-FCoE.org
37 #define FCOE_CTLR_MIN_FKA 500 /* min keep alive (mS) */
38 #define FCOE_CTLR_DEF_FKA FIP_DEF_FKA /* default keep alive (mS) */
82 * fcoe_ctlr_set_state() - Set and do debug printing for the new FIP state.
88 if (state == fip->state) in fcoe_ctlr_set_state()
90 if (fip->lp) in fcoe_ctlr_set_state()
91 LIBFCOE_FIP_DBG(fip, "state %s -> %s\n", in fcoe_ctlr_set_state()
92 fcoe_ctlr_state(fip->state), fcoe_ctlr_state(state)); in fcoe_ctlr_set_state()
[all …]
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
Dfcoe_ctlr.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
6 * Maintained at www.Open-FCoE.org
37 #define FCOE_CTLR_MIN_FKA 500 /* min keep alive (mS) */
38 #define FCOE_CTLR_DEF_FKA FIP_DEF_FKA /* default keep alive (mS) */
82 * fcoe_ctlr_set_state() - Set and do debug printing for the new FIP state.
88 if (state == fip->state) in fcoe_ctlr_set_state()
90 if (fip->lp) in fcoe_ctlr_set_state()
91 LIBFCOE_FIP_DBG(fip, "state %s -> %s\n", in fcoe_ctlr_set_state()
92 fcoe_ctlr_state(fip->state), fcoe_ctlr_state(state)); in fcoe_ctlr_set_state()
[all …]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
Drtw_ap.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved.
21 struct mlme_priv *pmlmepriv = &padapter->mlmepriv; in init_mlme_ap_info()
22 struct sta_priv *pstapriv = &padapter->stapriv; in init_mlme_ap_info()
23 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in init_mlme_ap_info()
25 spin_lock_init(&pmlmepriv->bcn_update_lock); in init_mlme_ap_info()
28 _rtw_init_queue(&pacl_list->acl_node_q); in init_mlme_ap_info()
36 struct sta_priv *pstapriv = &padapter->stapriv; in free_mlme_ap_info()
37 struct mlme_priv *pmlmepriv = &padapter->mlmepriv; in free_mlme_ap_info()
38 struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; in free_mlme_ap_info()
[all …]
/kernel/linux/linux-5.10/drivers/mmc/core/
Dsdio.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright 2006-2007 Pierre Ossman
30 MMC_DEV_ATTR(vendor, "0x%04x\n", card->cis.vendor);
31 MMC_DEV_ATTR(device, "0x%04x\n", card->cis.device);
32 MMC_DEV_ATTR(revision, "%u.%u\n", card->major_rev, card->minor_rev);
33 MMC_DEV_ATTR(ocr, "0x%08x\n", card->ocr);
34 MMC_DEV_ATTR(rca, "0x%04x\n", card->rca);
41 if (num > card->num_info) \
42 return -ENODATA; \
43 if (!card->info[num-1][0]) \
[all …]
/kernel/linux/linux-6.6/drivers/mmc/core/
Dsdio.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright 2006-2007 Pierre Ossman
31 MMC_DEV_ATTR(vendor, "0x%04x\n", card->cis.vendor);
32 MMC_DEV_ATTR(device, "0x%04x\n", card->cis.device);
33 MMC_DEV_ATTR(revision, "%u.%u\n", card->major_rev, card->minor_rev);
34 MMC_DEV_ATTR(ocr, "0x%08x\n", card->ocr);
35 MMC_DEV_ATTR(rca, "0x%04x\n", card->rca);
42 if (num > card->num_info) \
43 return -ENODATA; \
44 if (!card->info[num - 1][0]) \
[all …]

12345678