Searched refs:wakeup (Results 51 - 75 of 242) sorted by relevance

12345678910

/linux-master/arch/x86/platform/geode/
H A Dgeos.c35 .wakeup = 0,
H A Dalix.c51 .wakeup = 0,
/linux-master/drivers/usb/cdns3/
H A Dcore.h44 bool suspend, bool wakeup);
63 * @wakeup_irq: irq number for wakeup event, it is optional
77 * @wakeup_pending: wakeup interrupt pending
H A Dcdns3-imx.c151 bool suspend, bool wakeup);
249 bool suspend, bool wakeup)
298 cdns3_set_wakeup(data, wakeup);
405 bool suspend, bool wakeup)
248 cdns_imx_platform_suspend(struct device *dev, bool suspend, bool wakeup) argument
404 cdns_imx_platform_suspend(struct device *dev, bool suspend, bool wakeup) argument
/linux-master/drivers/pci/pcie/
H A Dpme.c294 * pcie_pme_can_wakeup - Set the wakeup capability flag.
305 * pcie_pme_mark_devices - Set the wakeup flag for devices below a port.
396 bool wakeup; local
400 wakeup = true;
403 wakeup = pcie_pme_check_wakeup(port->subordinate);
406 if (wakeup) {
/linux-master/drivers/thunderbolt/
H A Dnhi.h44 int (*suspend_noirq)(struct tb_nhi *nhi, bool wakeup);
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dother.c105 .wakeup = false,
217 .wakeup = false,
229 .wakeup = false,
504 .wakeup = false,
/linux-master/drivers/input/keyboard/
H A Dsnvs_pwrkey.c39 int wakeup; member in struct:pwrkey_drv_data
166 pdata->wakeup = of_property_read_bool(np, "wakeup-source");
219 device_init_wakeup(&pdev->dev, pdata->wakeup);
H A Dmt6779-keypad.c123 bool wakeup; local
188 wakeup = device_property_read_bool(&pdev->dev, "wakeup-source");
250 error = device_init_wakeup(&pdev->dev, wakeup);
H A Dgpio_keys.c397 if (bdata->button->wakeup)
425 if (bdata->button->wakeup) {
432 * Simulate wakeup key press in case the key has
480 if (bdata->button->wakeup)
652 * So we don't need to reconfigure the trigger type for wakeup.
689 /* Use :wakeup suffix like drivers/base/power/wakeirq.c does */
690 wakedesc = devm_kasprintf(dev, GFP_KERNEL, "%s:wakeup", desc);
799 irq = of_irq_get_byname(to_of_node(child), "wakeup");
824 button->wakeup =
825 fwnode_property_read_bool(child, "wakeup
859 int wakeup = 0; local
[all...]
H A Dmtk-pmic-keys.c126 bool wakeup:1; member in struct:mtk_pmic_keys_info
254 if (keys->keys[index].wakeup) {
270 if (keys->keys[index].wakeup) {
376 if (of_property_read_bool(child, "wakeup-source"))
377 keys->keys[index].wakeup = true;
/linux-master/kernel/sched/
H A Dstats.h121 static inline void psi_enqueue(struct task_struct *p, bool wakeup) argument
131 if (!wakeup) {
164 * Is the task being migrated during a wakeup? Make sure to
189 static inline void psi_enqueue(struct task_struct *p, bool wakeup) {} argument
/linux-master/drivers/base/power/
H A Dwakeup_stats.c157 retval = dev_set_name(dev, "wakeup%d", ws->id);
174 * @parent: Device given wakeup source is associated with (or NULL if virtual).
192 * @parent: Device given wakeup source is associated with
196 if (!parent->power.wakeup || parent->power.wakeup->dev)
199 return wakeup_source_sysfs_add(parent, parent->power.wakeup);
213 wakeup_class = class_create("wakeup");
/linux-master/drivers/nfc/pn533/
H A Duart.c33 * send_wakeup variable is used to control if we need to send a wakeup
36 * variable as the worst that could happen is, that we send a wakeup
48 /* wakeup sequence and dummy bytes for waiting time */
49 static const u8 wakeup[] = { local
61 wakeup, sizeof(wakeup),
/linux-master/drivers/extcon/
H A Dextcon-palmas.c192 palmas_usb->wakeup = of_property_read_bool(node, "ti,wakeup");
198 palmas_usb->wakeup = true;
203 palmas_usb->wakeup = pdata->wakeup;
251 palmas_usb_wakeup(palmas, palmas_usb->wakeup);
/linux-master/drivers/input/misc/
H A Dsoc_button_array.c31 bool wakeup; member in struct:soc_button_info
221 gpio_keys[n_buttons].wakeup = info->wakeup;
301 info->wakeup = true;
314 info->wakeup = true;
/linux-master/kernel/time/
H A Dtimer_migration.c683 WRITE_ONCE(tmc->wakeup, KTIME_MAX);
932 WRITE_ONCE(tmc->wakeup, KTIME_MAX);
1073 * If this CPU was an idle migrator, make sure to clear its wakeup
1077 if (READ_ONCE(tmc->wakeup) == KTIME_MAX)
1084 * Update @tmc->wakeup only at the end and do not reset @tmc->wakeup to
1086 * handling, tmc->wakeup is fine to be stale as it is called in
1094 WRITE_ONCE(tmc->wakeup, data.firstexp);
1187 * When the CPU is idle, compare @tmc->wakeup with @data.now. The lock
1193 if (data.now >= READ_ONCE(tmc->wakeup))
[all...]
/linux-master/drivers/bluetooth/
H A Dhci_vhci.c45 bool wakeup; member in struct:vhci_data
109 return data->wakeup;
170 buf[0] = data->wakeup ? 'Y' : 'N';
188 if (data->wakeup == enable)
191 data->wakeup = enable;
424 hdev->wakeup = vhci_wakeup;
/linux-master/drivers/mfd/
H A Dmax8998.c148 * ToDo: the 'wakeup' member in the platform data is more of a linux
181 max8998->wakeup = pdata->wakeup;
214 device_init_wakeup(max8998->dev, max8998->wakeup);
/linux-master/drivers/phy/motorola/
H A Dphy-mapphone-mdm6600.c237 int error, wakeup; local
240 wakeup = gpiod_get_value(mode_gpio1);
241 if (!wakeup)
244 dev_dbg(ddata->dev, "OOB wake on mode_gpio1: %i\n", wakeup);
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2727 bttv_irq_wakeup_video(struct bttv *btv, struct bttv_buffer_set *wakeup, argument
2732 if (wakeup->top == wakeup->bottom) {
2733 if (NULL != wakeup->top && curr->top != wakeup->top) {
2735 pr_debug("%d: wakeup: both=%p\n",
2736 btv->c.nr, wakeup->top);
2737 wakeup->top->vbuf.vb2_buf.timestamp = ts;
2738 wakeup->top->vbuf.sequence = btv->field_count >> 1;
2739 vb2_buffer_done(&wakeup
2768 bttv_irq_wakeup_vbi(struct bttv *btv, struct bttv_buffer *wakeup, unsigned int state) argument
2860 struct bttv_buffer *wakeup = btv->curr.top; local
[all...]
/linux-master/arch/arm/mach-sa1100/
H A Dh3xxx.c178 .wakeup = 1,
185 .wakeup = 0,
/linux-master/drivers/slimbus/
H A Dslimbus.h372 * @wakeup: This function pointer implements controller-specific procedure
422 int (*wakeup)(struct slim_controller *ctrl); member in struct:slim_controller
432 int slim_ctrl_clk_pause(struct slim_controller *ctrl, bool wakeup, u8 restart);
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dwow.c16 struct cfg80211_wowlan_wakeup wakeup = { local
25 wakeup.disconnect = true;
29 wakeup.disconnect = true;
33 wakeup.magic_pkt = true;
37 wakeup.gtk_rekey_failure = true;
44 wakeup.pattern_idx = 0;
52 wakeup.net_detect = &nd_info;
56 rtw_warn(rtwdev, "Unknown wakeup reason %x\n", reason);
61 ieee80211_report_wowlan_wakeup(rtwdev->wow.wow_vif, &wakeup,
856 rtw_err(rtwdev, "failed to set wakeup even
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Diowait.h60 * @wakeup: space callback wakeup
77 * The sleep and wakeup members are a
88 * supported to submit txreqs from the wakeup
107 void (*wakeup)(struct iowait *wait, int reason); member in struct:iowait
138 void (*wakeup)(struct iowait *wait, int reason),

Completed in 187 milliseconds

12345678910