Searched refs:wake (Results 1 - 25 of 94) sorted by relevance

1234

/linux-master/include/linux/firmware/
H A Dxlnx-event-manager.h16 const u32 event, const bool wake,
23 const u32 event, const bool wake,
22 xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, const u32 event, const bool wake, event_cb_func_t cb_fun, void *data) argument
/linux-master/drivers/nfc/s3fwrn5/
H A Dphy_common.h32 void s3fwrn5_phy_set_wake(void *phy_id, bool wake);
H A Dphy_common.c17 void s3fwrn5_phy_set_wake(void *phy_id, bool wake) argument
22 gpio_set_value(phy->gpio_fw_wake, wake);
23 if (wake)
H A Ds3fwrn5.h62 static inline int s3fwrn5_set_wake(struct s3fwrn5_info *info, bool wake) argument
67 info->phy_ops->set_wake(info->phy_id, wake);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac.h106 } wake; member in struct:mt76_connac_pm
345 spin_lock_bh(&pm->wake.lock);
349 pm->wake.count++;
352 spin_unlock_bh(&pm->wake.lock);
360 spin_lock_bh(&pm->wake.lock);
363 if (--pm->wake.count == 0 &&
367 spin_unlock_bh(&pm->wake.lock);
379 spin_lock_bh(&pm->wake.lock);
380 ret = pm->wake.count || test_and_set_bit(MT76_STATE_PM, &phy->state);
381 spin_unlock_bh(&pm->wake
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_vblank_work.c50 bool wake = false; local
61 wake = true;
63 if (wake)
116 bool passed, inmodeset, rescheduling = false, wake = false; local
154 wake = true;
164 if (wake)
/linux-master/include/sound/
H A Dsoc-jack.h56 * @wake: enable as wake source
69 bool wake; member in struct:snd_soc_jack_gpio
/linux-master/arch/arm/mach-omap2/
H A Dpm.c115 .wake = omap_pm_wake,
/linux-master/drivers/soc/xilinx/
H A Dxlnx_event_manager.c64 * @wake: If this flag set, firmware will wake up processor if is
73 bool wake; member in struct:registered_event_data
104 static int xlnx_add_cb_for_notify_event(const u32 node_id, const u32 event, const bool wake, argument
130 eve_data->wake = wake;
289 * @wake: Flag specifying whether the subsystem should be woken upon
297 const bool wake, event_cb_func_t cb_fun, void *data)
319 ret = xlnx_add_cb_for_notify_event(node_id, event, wake, cb_fun, data);
328 ret = xlnx_add_cb_for_notify_event(node_id, eve, wake, cb_fu
296 xlnx_register_event(const enum pm_api_cb_id cb_type, const u32 node_id, const u32 event, const bool wake, event_cb_func_t cb_fun, void *data) argument
[all...]
/linux-master/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c450 bool wake; local
452 wake = !!wx->wol;
454 ngbe_dev_shutdown(pdev, &wake);
457 pci_wake_from_d3(pdev, wake);
739 bool wake; local
741 ngbe_dev_shutdown(pdev, &wake);
742 device_set_wakeup_enable(&pdev->dev, wake);
/linux-master/drivers/soc/tegra/
H A Dpmc.c373 * These describe events that can wake the system from sleep (i.e.
394 * @wake: pointer to I/O remapped region for WAKE registers
422 * @wake_type_dual_edge_map: Bitmap indicating if a wake is dual-edge or not
424 * @wake_cntrl_level_map: Bitmap to hold wake levels to be programmed in
425 * cntrl register associated with each wake during system suspend.
430 void __iomem *wake; member in struct:tegra_pmc
2245 /* IRQ and simple wake events */
2276 /* GPIO wake events */
2294 /* If there is no wake-up event, there is no PMC mapping */
2315 /* clear wake statu
3044 wke_write_wake_level(struct tegra_pmc *pmc, int wake, int level) argument
3074 unsigned int wake, i; local
3114 unsigned int i, wake; local
3130 unsigned int wake; local
3845 void __iomem *wake; local
[all...]
/linux-master/kernel/rcu/
H A Dtree_exp.h185 bool wake, unsigned long flags)
201 if (wake)
219 static void __maybe_unused rcu_report_exp_rnp(struct rcu_node *rnp, bool wake) argument
224 __rcu_report_exp_rnp(rnp, wake, flags);
232 unsigned long mask, bool wake)
251 __rcu_report_exp_rnp(rnp, wake, flags); /* Releases rnp->lock. */
633 * wake up everyone who piggybacked on the just-completed expedited
231 rcu_report_exp_cpu_mult(struct rcu_node *rnp, unsigned long mask, bool wake) argument
/linux-master/drivers/gpio/
H A Dgpio-nomadik.c13 * wake and alternate function registers. It is NOT compatible with
223 bool wake = irqd_is_wakeup_set(d); local
237 if (!nmk_chip->is_mobileye_soc && (enabled || wake))
251 if (!nmk_chip->is_mobileye_soc && (enabled || wake))
459 bool wake; local
468 wake = !!(nmk_chip->real_wake & BIT(offset));
471 irq, trigger, wake ? " wakeup" : "");
/linux-master/net/rxrpc/
H A Dtxbuf.c213 bool wake = false; local
233 wake = true;
236 if (wake)
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_ethtool.c229 bool wake = false; local
232 wake = true;
235 if (!wake)
254 nfilter = bcmasp_netfilt_get_init(intf, loc, wake, true);
262 /* Since we only support wake filters, defer register programming till
/linux-master/kernel/power/
H A Dsuspend.c140 if (s2idle_ops && s2idle_ops->wake) {
141 if (s2idle_ops->wake())
283 } else if (suspend_ops->wake) {
284 suspend_ops->wake();
509 pr_err("Some devices failed to suspend, or early wake event detected\n");
/linux-master/kernel/futex/
H A Dfutex.h150 * @wake: the wake handler for this queue
151 * @wake_data: data associated with the wake handler
161 * we can wake only the relevant ones (hashed queues may be shared).
176 futex_wake_fn *wake; member in struct:futex_q
244 * or nothing if the unqueue is done as part of the wake process and the unqueue
366 unsigned int nr_futexes, futex_wake_fn *wake,
H A Dsyscalls.c187 * @wake: Wake to call when futex is woken
188 * @wake_data: Data for the wake handler
194 unsigned int nr_futexes, futex_wake_fn *wake,
220 futexv[i].q.wake = wake;
329 * @uaddr: Address of the futex(es) to wake
331 * @nr: Number of the futexes to wake
407 * @nr_wake: number of futexes to wake
192 futex_parse_waitv(struct futex_vector *futexv, struct futex_waitv __user *uwaitv, unsigned int nr_futexes, futex_wake_fn *wake, void *wake_data) argument
H A Dwaitwake.c28 * In futex wake up scenarios where no tasks are blocked on a futex, taking
112 if (WARN(q->pi_state || q->rt_waiter, "refusing to wake PI futex\n"))
192 this->wake(&wake_q, this);
307 this->wake(&wake_q, this);
321 this->wake(&wake_q, this);
348 * wake it. set_current_state() is implemented using smp_store_mb() and
361 * has tried to wake us, and we can skip the call to schedule().
426 * lose any wake events, which cannot be done before the get_futex_key
533 * wake, or after the timeout has elapsed.
/linux-master/fs/netfs/
H A Dfscache_cookie.c166 * (3) When we end the access, we decrement the cookie's n_accesses and wake
204 * Change the state a cookie is at and wake up anyone waiting for that. Impose
703 bool wake = false; local
721 wake = true;
746 wake = true;
760 wake = true;
766 wake = true;
789 wake = true;
807 wake = true;
821 if (wake)
[all...]
/linux-master/include/linux/
H A Dsuspend.h70 * and @wake() will not be called in that case).
86 * @wake: Called when the system has just left a sleep state, right after
93 * @finish: Finish wake-up of the platform.
98 * @enter() and @wake(), even if any of them fails. It is executed after
127 void (*wake)(void); member in struct:platform_suspend_ops
139 bool (*wake)(void); member in struct:platform_s2idle_ops
/linux-master/sound/soc/intel/avs/
H A Dapl.c206 bool avs_apl_d0ix_toggle(struct avs_dev *adev, struct avs_ipc_msg *tx, bool wake) argument
208 /* wake in all cases */
209 if (wake)
/linux-master/drivers/md/
H A Ddm-kcopyd.c210 static void wake(struct dm_kcopyd_client *kc) function
535 wake(kc);
548 wake(kc);
628 wake(kc);
660 * list. io jobs call wake when they complete and it all
690 wake(kc);
758 wake(kc);
894 wake(kc);
/linux-master/fs/ocfs2/dlm/
H A Ddlmconvert.c340 /* wake up any IN_PROGRESS waiters */
440 int call_ast = 0, kick_thread = 0, ast_reserved = 0, wake = 0; local
524 wake = 1;
527 if (wake)
/linux-master/drivers/acpi/
H A Dsleep.c460 * This is called after we wake back up (or if entering the sleep state
671 .wake = acpi_pm_finish,
700 .wake = acpi_pm_finish,
829 .wake = acpi_s2idle_wake,

Completed in 318 milliseconds

1234