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

12345678910

/linux-master/drivers/acpi/
H A Dpci_root.c747 device_set_wakeup_capable(root->bus->bridge, device->wakeup.flags.valid);
/linux-master/drivers/scsi/
H A Dimm.c1187 imm_cb.wakeup = imm_wakeup;
/linux-master/kernel/irq/
H A Dirqdesc.c305 IRQ_ATTR_RO(wakeup); variable
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c75 .wakeup = ath9k_htc_op_ps_wakeup,
H A Dinit.c163 .wakeup = ath9k_op_ps_wakeup,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dcore.h821 int (*wakeup)(struct ath11k_base *ab); member in struct:ath11k_pci_ops
H A Dahb.c192 .wakeup = NULL,
696 ath11k_err(ab, "failed to enable wakeup irq :%d\n", ret);
731 ath11k_err(ab, "failed to disable wakeup irq: %d\n", ret);
751 ath11k_warn(ab, "timed out while waiting for wow wakeup completion\n");
/linux-master/drivers/usb/core/
H A Dhub.c742 * Notification, which indicates it had initiated remote wakeup.
1165 /* Give some time on remote wakeup to let links to transit to U0 */
1275 * (i.e., remote wakeup request), have hub_wq
1855 * autosuspend delay to provide enough time to handle a wakeup
2150 int wakeup = -1; local
2157 /* root hub wakeup capabilities are managed out-of-band
2163 ; /* No change to wakeup settings */
2165 wakeup = (udev->quirks &
2170 wakeup = 0;
2183 if (wakeup >
[all...]
/linux-master/fs/jfs/
H A Djfs_txnmgr.c501 * wakeup transactions waiting on the page locked
556 /* wakeup all waitors for logsync barrier */
559 goto wakeup;
564 wakeup:
566 * wakeup all waitors for a free tblock
886 * wakeup transactions waiting on a page locked
2749 /* In case a wakeup came while all threads were active */
/linux-master/drivers/usb/isp1760/
H A Disp1760-udc.c598 /* TODO: Handle remote wakeup feature. */
642 /* TODO: Handle remote wakeup and test mode features */
1330 .wakeup = isp1760_udc_wakeup,
/linux-master/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c249 cycles = us2lp(cfg->lp_clk_rate, cfg->wakeup);
/linux-master/drivers/net/hamradio/
H A Dbaycom_epp.c844 par_cb.wakeup = epp_wakeup;
/linux-master/include/linux/
H A Dperf_event.h1016 unsigned long wakeup; member in struct:perf_output_handle
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c1220 adapter->if_ops.wakeup(adapter);
1678 /* This function handles the command response of hs wakeup reason
H A Dmain.c305 adapter->if_ops.wakeup(adapter);
316 /* We have tried to wakeup the card already */
1613 /* Notify PM core we are wakeup source */
1646 dev_err(dev, "fail to init wakeup for mwifiex\n");
/linux-master/drivers/net/plip/
H A Dplip.c1301 plip_cb.wakeup = plip_wakeup;
/linux-master/drivers/usb/gadget/udc/
H A Dmax3420_udc.c807 dev_dbg(udc->dev, "Asked Host to wakeup\n");
1088 /* Only if wakeup allowed by host */
1146 .wakeup = max3420_wakeup,
H A Dudc-xilinx.c167 * @remote_wkp: remote wakeup enabled by host
1232 * xudc_wakeup - Send remote wakeup signal to host
1256 * is not cleared by HW after sending remote wakeup to host.
1399 /* Set device address and remote wakeup to 0 */
1423 /* Set device address and remote wakeup to 0 */
1436 .wakeup = xudc_wakeup,
1490 /* Set device address and remote wakeup to 0 */
H A Daspeed_udc.c1259 UDC_DBG(udc, "Device initiated wakeup\n");
1340 .wakeup = ast_udc_wakeup,
H A Dpxa25x_udc.c110 #define UDCCS0_DRWF (1 << 3) /* Device remote wakeup feature */
1131 /* host may not have enabled remote wakeup */
1223 .wakeup = pxa25x_udc_wakeup,
H A Dgr_udc.c903 /* Self powered | remote wakeup */
910 /* Allow remote wakeup */
928 /* Disallow remote wakeup */
1863 /* Remote wakeup feature not enabled by host*/
1935 .wakeup = gr_wakeup,
H A Dat91_udc.c168 (mask & (1 << 13)) ? " wakeup" : "",
989 .wakeup = at91_wakeup,
1122 * Hosts may set or clear remote wakeup status, and
1960 * PLLB for USB events (signaling for reset, wakeup, or incoming
/linux-master/fs/btrfs/
H A Dblock-group.c453 * allow for an allocation, so wait for at least the next wakeup tick,
714 bool wakeup = true; local
730 wakeup = false;
821 if (wakeup) {
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c688 il->isr_stats.wakeup);
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.c1491 /* Remote wakeup feature is not enabled by host. */
1562 .wakeup = cdnsp_gadget_wakeup,

Completed in 514 milliseconds

12345678910