Searched refs:wakeup (Results 226 - 244 of 244) sorted by relevance

12345678910

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsdio.c520 * function will also request platform specific wakeup interrupt.
996 "event: wakeup device...\n");
1009 "cmd: wakeup device completed\n");
3169 .wakeup = mwifiex_pm_wakeup_card,
/linux-master/drivers/usb/gadget/udc/
H A Ddummy_hcd.c955 .wakeup = dummy_wakeup,
1746 * device: remote wakeup, selfpowered
H A Domap_udc.c1151 DBG("remote wakeup...\n");
1318 .wakeup = omap_wakeup,
2941 /* suspend/resume/wakeup from sysfs (echo > power/state) or when the
2947 * make host resumes and VBUS detection trigger OMAP wakeup events; that
2971 DBG("resume + wakeup/SRP\n");
H A Dnet2280.c1619 .wakeup = net2280_wakeup,
H A Dsnps_udc_core.c1389 /* Initiates a remote wakeup */
1395 DBG(dev, "UDC initiates remote wakeup\n");
1409 /* Remote wakeup gadget interface */
1427 .wakeup = udc_wakeup,
H A Drenesas_usbf.c2855 /* Remote wakeup feature must be disabled on USB bus reset */
3149 dev_dbg(udc->dev, "remote wakeup not allowed\n");
3154 dev_dbg(udc->dev, "do wakeup\n");
3172 .wakeup = usbf_udc_wakeup,
H A Dtegra-xudc.c2186 .wakeup = tegra_xudc_gadget_wakeup,
/linux-master/net/bluetooth/
H A Dhci_sync.c3862 * suspended as that would wakeup the host when disconnecting
3882 * would wakeup the host when disconnecting due to
5918 * Set suspend_status to BT_SUSPEND_DISCONNECT if hdev cannot wakeup
5958 /* Update event mask so only the allowed event can wakeup the
5967 if (!hdev->wakeup || !hdev->wakeup(hdev)) {
H A Dhci_core.c2710 /* Mark Remote Wakeup connection flag as supported if driver has wakeup
2713 if (hdev->wakeup)
/linux-master/fs/f2fs/
H A Dsegment.c2218 goto wakeup;
2253 wakeup:
/linux-master/drivers/md/
H A Draid5.c210 /* wakeup more workers */
399 bool wakeup; local
409 wakeup = llist_add(&sh->release_list, &conf->released_stripes);
410 if (wakeup)
6715 * handler, so that they will not have to wait for our next wakeup.
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c1468 il->isr_stats.wakeup++;
H A D4965-mac.c4467 il->isr_stats.wakeup++;
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c2773 isr_stats->wakeup);
/linux-master/include/net/
H A Dcfg80211.h3494 * @wake_len: wakeup payload match length
3495 * @wake_data: wakeup payload match data
3496 * @wake_mask: wakeup payload match mask
3530 * @tcp: TCP connection establishment/wakeup parameters, see nl80211.h.
3603 * struct cfg80211_wowlan_wakeup - wakeup report
3610 * @pattern_idx: pattern that caused wakeup, -1 if not due to pattern
3611 * @packet_present_len: copied wakeup packet data
3612 * @packet_len: original wakeup packet length
3613 * @packet: The packet causing the wakeup, if any.
3618 * @tcp_match: TCP wakeup packe
[all...]
/linux-master/drivers/usb/dwc3/
H A Dgadget.c334 * Initiate remote wakeup if the link state is in U3 when
336 * link state is in U1/U2, no remote wakeup is needed. The Start
348 dev_WARN_ONCE(dwc->dev, ret, "wakeup failed --> %d\n",
2317 * According to the Databook Remote wakeup request should
2358 * an U0 event when wakeup is successful. So bail out.
2375 dev_err(dwc->dev, "failed to send remote wakeup\n");
2389 dev_err(dwc->dev, "remote wakeup not configured\n");
2395 dev_err(dwc->dev, "not armed for remote wakeup\n");
2416 dev_err(dwc->dev, "remote wakeup not configured\n");
2422 * If the link is in U3, signal for remote wakeup an
[all...]
/linux-master/drivers/scsi/
H A Dncr53c8xx.c7130 wakeup ((caddr_t) cp);
7203 ** Chain into wakeup list and free ccb queue and take it
/linux-master/drivers/bluetooth/
H A Dbtusb.c2464 * 2. They will not wakeup when autosuspended and receiving data
2466 * (IOW remote-wakeup support is broken for the bulk endpoint).
3362 /* Move on if no wakeup pin specified */
3363 if (of_property_read_u16(dev->of_node, "marvell,wakeup-pin", &pin) ||
3364 of_property_read_u16(dev->of_node, "marvell,wakeup-gap-ms", &gap))
3373 cmd[4] = gap; /* time in ms, for which wakeup pin should be asserted */
4127 /* Use an oob wakeup pin? */
4140 irq = of_irq_get_byname(dev->of_node, "wakeup");
4380 hdev->wakeup = btusb_wakeup;
4516 /* Realtek devices need to set remote wakeup o
[all...]
/linux-master/kernel/events/
H A Dcore.c6263 * could attach the new rb, we could have missed a wakeup.
6700 * Perf event wakeup
6802 * The wakeup isn't bound to the context of the event -- it can happen
7505 local_inc(&rb->wakeup);

Completed in 800 milliseconds

12345678910