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

12345678910

/linux-master/include/net/bluetooth/
H A Dhci_core.h675 bool (*wakeup)(struct hci_dev *hdev); member in struct:hci_dev
/linux-master/fs/f2fs/
H A Dsegment.c2217 goto wakeup;
2252 wakeup:
/linux-master/net/bluetooth/
H A Dhci_sync.c3946 * suspended as that would wakeup the host when disconnecting
3966 * would wakeup the host when disconnecting due to
6035 * Set suspend_status to BT_SUSPEND_DISCONNECT if hdev cannot wakeup
6075 /* Update event mask so only the allowed event can wakeup the
6084 if (!hdev->wakeup || !hdev->wakeup(hdev)) {
H A Dhci_core.c2721 /* Mark Remote Wakeup connection flag as supported if driver has wakeup
2724 if (hdev->wakeup)
/linux-master/drivers/md/
H A Draid5.c211 /* wakeup more workers */
400 bool wakeup; local
410 wakeup = llist_add(&sh->release_list, &conf->released_stripes);
411 if (wakeup)
6716 * handler, so that they will not have to wait for our next wakeup.
/linux-master/drivers/usb/gadget/udc/
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/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.c2778 isr_stats->wakeup);
/linux-master/include/net/
H A Dcfg80211.h3487 * @wake_len: wakeup payload match length
3488 * @wake_data: wakeup payload match data
3489 * @wake_mask: wakeup payload match mask
3523 * @tcp: TCP connection establishment/wakeup parameters, see nl80211.h.
3596 * struct cfg80211_wowlan_wakeup - wakeup report
3603 * @pattern_idx: pattern that caused wakeup, -1 if not due to pattern
3604 * @packet_present_len: copied wakeup packet data
3605 * @packet_len: original wakeup packet length
3606 * @packet: The packet causing the wakeup, if any.
3611 * @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",
2319 * According to the Databook Remote wakeup request should
2360 * an U0 event when wakeup is successful. So bail out.
2377 dev_err(dwc->dev, "failed to send remote wakeup\n");
2391 dev_err(dwc->dev, "remote wakeup not configured\n");
2397 dev_err(dwc->dev, "not armed for remote wakeup\n");
2418 dev_err(dwc->dev, "remote wakeup not configured\n");
2424 * 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.c2437 * 2. They will not wakeup when autosuspended and receiving data
2439 * (IOW remote-wakeup support is broken for the bulk endpoint).
3334 /* Move on if no wakeup pin specified */
3335 if (of_property_read_u16(dev->of_node, "marvell,wakeup-pin", &pin) ||
3336 of_property_read_u16(dev->of_node, "marvell,wakeup-gap-ms", &gap))
3345 cmd[4] = gap; /* time in ms, for which wakeup pin should be asserted */
4099 /* Use an oob wakeup pin? */
4112 irq = of_irq_get_byname(dev->of_node, "wakeup");
4357 hdev->wakeup = btusb_wakeup;
4493 /* Realtek devices need to set remote wakeup o
[all...]
/linux-master/kernel/events/
H A Dcore.c6244 * could attach the new rb, we could have missed a wakeup.
6681 * Perf event wakeup
6791 * The wakeup isn't bound to the context of the event -- it can happen
7494 local_inc(&rb->wakeup);

Completed in 375 milliseconds

12345678910