Searched refs:suspending (Results 1 - 18 of 18) sorted by relevance

/linux-master/net/mac80211/
H A Dpm.c30 local->suspending = true;
31 mb(); /* make suspending visible before any cancellation */
181 local->suspending = false;
H A Dieee80211_i.h1390 /* suspending is true during the whole suspend process */
1391 bool suspending; member in struct:ieee80211_local
H A Dmlme.c3453 if (sdata->local->suspending) {
7317 * If we are trying to authenticate / associate while suspending,
7335 * solution to this. Normally when suspending, cfg80211 will in fact
7340 * associating and suspending, and receive an association response
/linux-master/drivers/crypto/ccp/
H A Dccp-dev.c325 if (!ccp->suspending) {
385 if (ccp->suspending) {
563 ccp->suspending = 1;
589 ccp->suspending = 0;
H A Dccp-dev.h428 unsigned int suspending; member in struct:ccp_device
/linux-master/drivers/tty/serial/
H A Dmax3100.c124 /* need to know we are suspending to avoid deadlock on workqueue */
125 int suspending; member in struct:max3100_port
127 /* hook for suspending MAX3100 via dedicated pin */
177 if (!s->force_end_work && !freezing(current) && !s->suspending)
547 if (s->suspending)
586 if (s->suspending)
847 s->suspending = 1;
871 s->suspending = 0;
/linux-master/drivers/input/touchscreen/
H A Dzforce_ts.c97 * @suspending in the process of going to suspend (don't emit wakeup
119 bool suspending; member in struct:zforce_ts
501 if (!ts->suspending && device_may_wakeup(&client->dev))
527 * suspending, when being a wakeup source
529 if (ts->suspending && device_may_wakeup(&client->dev))
582 if (!ts->suspending && device_may_wakeup(&client->dev))
618 ts->suspending = true;
649 ts->suspending = false;
/linux-master/net/bluetooth/
H A Dmsft.c131 __u8 suspending; member in struct:msft_data
399 if (!msft->suspending) {
459 msft->suspending = true;
472 msft->suspending = false;
1160 if (msft->resuming || msft->suspending)
1174 if (msft->resuming || msft->suspending)
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S104 @ about suspending with PXBus operating above 133MHz
/linux-master/drivers/usb/host/
H A Dehci-hub.c147 bool suspending, bool do_wakeup)
182 /* If we are suspending the controller, clear the flags.
185 if (!suspending) {
206 if (!suspending && ehci_port_change(ehci))
146 ehci_adjust_port_wakeup_flags(struct ehci_hcd *ehci, bool suspending, bool do_wakeup) argument
H A Dehci.h902 bool suspending, bool do_wakeup);
/linux-master/include/net/mana/
H A Dmana.h462 void mana_remove(struct gdma_dev *gd, bool suspending);
/linux-master/sound/usb/
H A Dmidi2.c230 static void kill_midi_urbs(struct snd_usb_midi2_endpoint *ep, bool suspending) argument
236 if (suspending)
/linux-master/drivers/acpi/
H A Dec.c965 static void acpi_ec_stop(struct acpi_ec *ec, bool suspending) argument
977 if (!suspending) {
/linux-master/drivers/bluetooth/
H A Dbtusb.c2043 bool suspending; local
2046 suspending = test_bit(BTUSB_SUSPENDING, &data->flags);
2047 if (!suspending)
2051 if (!suspending)
2407 bt_dev_warn(hdev, "CSR: Unbranded CSR clone detected; adding workarounds and force-suspending once...");
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c2898 void mana_remove(struct gdma_dev *gd, bool suspending) argument
2907 /* adev currently doesn't support suspending, always remove it */
2929 if (suspending) {
2946 if (suspending)
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c5986 * @suspending: boolean indicating the device is suspending
5995 static int __igc_close(struct net_device *netdev, bool suspending) argument
6002 if (!suspending)
6014 if (!suspending)
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c4242 * @suspending: indicates we are in a suspend call
4251 static int __igb_close(struct net_device *netdev, bool suspending) argument
4258 if (!suspending)
4267 if (!suspending)

Completed in 396 milliseconds