Searched refs:do_autopm (Results 1 - 5 of 5) sorted by last modified time

/drivers/net/wimax/i2400m/
H A Di2400m-usb.h206 * @do_autopm: disable(0)/enable(>0) calling the
238 atomic_t do_autopm; member in struct:i2400mu
255 atomic_set(&i2400mu->do_autopm, 1);
H A Dusb-fw.c96 int pipe, do_autopm = 1; local
101 do_autopm = 0;
161 if (do_autopm)
287 int do_autopm = 1; local
296 do_autopm = 0;
353 if (do_autopm)
H A Dusb-rx.c196 int usb_pipe, read_size, rx_size, do_autopm; local
201 do_autopm = atomic_read(&i2400mu->do_autopm);
202 result = do_autopm ?
206 do_autopm = 0;
299 if (do_autopm)
H A Dusb-tx.c93 int usb_pipe, sent_size, do_autopm; local
97 do_autopm = atomic_read(&i2400mu->do_autopm);
98 result = do_autopm ?
102 do_autopm = 0;
161 if (do_autopm)
H A Dusb.c165 int do_autopm = 1; local
170 do_autopm = 0;
235 if (do_autopm)
619 * deadlock, so we need to decrement i2400mu->do_autopm, that acts
669 atomic_dec(&i2400mu->do_autopm);
671 atomic_inc(&i2400mu->do_autopm);

Completed in 49 milliseconds