Searched refs:freeze (Results 51 - 75 of 170) sorted by relevance

1234567

/linux-master/drivers/mfd/
H A Dmax8998.c329 .freeze = max8998_freeze,
H A Dmax8997.c459 .freeze = max8997_freeze,
/linux-master/include/linux/
H A Dcgroup-defs.h380 bool freeze; member in struct:cgroup_freezer_state
/linux-master/drivers/pci/
H A Dpci-driver.c1056 if (pm->freeze) {
1059 error = pm->freeze(dev);
1060 suspend_report_result(dev, pm->freeze, error);
1104 * in case the driver's "freeze" callbacks put it into a low-power
1396 .freeze = pci_pm_freeze,
/linux-master/drivers/gpu/drm/ast/
H A Dast_drv.c454 .freeze = ast_pm_freeze,
/linux-master/sound/virtio/
H A Dvirtio_card.c448 .freeze = virtsnd_freeze,
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h616 bool freeze);
1435 bool freeze)
1443 trans->ops->freeze_txq_timer(trans, txqs, freeze);
1433 iwl_trans_freeze_txq_timer(struct iwl_trans *trans, unsigned long txqs, bool freeze) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1718 bool freeze)
1730 if (txq->frozen == freeze)
1734 freeze ? "Freezing" : "Waking", queue);
1736 txq->frozen = freeze;
1741 if (freeze) {
1717 iwl_trans_txq_freeze_timer(struct iwl_trans *trans, unsigned long txqs, bool freeze) argument
/linux-master/mm/
H A Dhuge_memory.c2365 unsigned long haddr, bool freeze)
2482 * Without "freeze", we'll simply split the PMD, propagating the
2486 * With "freeze" we want to replace mapped pages by
2497 if (freeze && anon_exclusive &&
2499 freeze = false;
2500 if (!freeze) {
2525 if (freeze || pmd_migration) {
2577 if (freeze)
2585 unsigned long address, bool freeze, struct folio *folio)
2600 VM_BUG_ON(freeze
2364 __split_huge_pmd_locked(struct vm_area_struct *vma, pmd_t *pmd, unsigned long haddr, bool freeze) argument
2584 __split_huge_pmd(struct vm_area_struct *vma, pmd_t *pmd, unsigned long address, bool freeze, struct folio *folio) argument
2619 split_huge_pmd_address(struct vm_area_struct *vma, unsigned long address, bool freeze, struct folio *folio) argument
[all...]
/linux-master/drivers/ata/
H A Dsata_promise.c186 .freeze = pdc_sata_freeze,
195 and ->freeze/thaw that ignore the hotplug controls. */
198 .freeze = pdc_freeze,
206 .freeze = pdc_freeze,
719 * 3) ->freeze() and ->thaw() are called with ap->lock held
H A Dsata_vsc.c292 .freeze = vsc_freeze,
/linux-master/drivers/gpio/
H A Dgpio-pl061.c415 .freeze = pl061_suspend,
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c153 .freeze = xenbus_dev_suspend,
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_core.c604 .freeze = NULL,
H A Dgxfb_core.c471 .freeze = NULL,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_drv.c503 .freeze = radeon_pmops_freeze,
/linux-master/drivers/usb/host/
H A Dxhci-plat.c545 .freeze = pm_sleep_ptr(xhci_plat_suspend),
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_drv.c438 .freeze = lsdc_pm_freeze,
/linux-master/drivers/acpi/
H A Dfan_core.c433 .freeze = acpi_fan_suspend,
/linux-master/drivers/net/dsa/microchip/
H A Dksz8795.c326 void ksz8_freeze_mib(struct ksz_device *dev, int port, bool freeze) argument
331 /* enable the port for flush/freeze function */
332 if (freeze)
334 ksz_cfg(dev, REG_SW_CTRL_6, SW_MIB_COUNTER_FREEZE, freeze);
336 /* disable the port after freeze is done */
337 if (!freeze)
/linux-master/drivers/platform/surface/aggregator/
H A Dcore.c595 .freeze = ssam_serial_hub_pm_freeze,
/linux-master/sound/ac97/
H A Dbus.c426 .freeze = pm_generic_freeze,
/linux-master/drivers/usb/core/
H A Dhcd-pci.c627 .freeze = hcd_pci_suspend,
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_pci_func.c459 .freeze = aq_pm_freeze,
/linux-master/drivers/virtio/
H A Dvirtio_input.c403 .freeze = virtinput_freeze,

Completed in 262 milliseconds

1234567