Searched refs:wakeup (Results 51 - 75 of 156) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dboard-sam9g20ek.c237 .wakeup = 1,
244 .wakeup = 1,
H A Dboard-sam9m10g45ek.c250 .wakeup = 1,
257 .wakeup = 1,
H A Dboard-sam9rlek.c265 .wakeup = 1,
272 .wakeup = 1,
H A Dboard-qil-a9260.c201 .wakeup = 1,
264 /* shutdown controller, wakeup button (5 msec low) */
H A Dboard-usb-a9260.c165 .wakeup = 1,
224 /* shutdown controller, wakeup button (5 msec low) */
H A Dboard-usb-a9263.c178 .wakeup = 1,
240 /* shutdown controller, wakeup button (5 msec low) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dh3xxx.c234 .wakeup = 1,
241 .wakeup = 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jz4740/
H A Dgpio.c80 uint32_t wakeup; member in struct:jz_gpio_chip
428 chip->wakeup |= IRQ_TO_BIT(irq);
430 chip->wakeup &= ~IRQ_TO_BIT(irq);
484 writel(~(chip->wakeup), chip->base + JZ_REG_GPIO_MASK_SET);
485 writel(chip->wakeup, chip->base + JZ_REG_GPIO_MASK_CLEAR);
H A Dboard-qi_lb60.c250 .wakeup = 1,
335 .wakeup = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-sh_mobile.c409 int wakeup; local
421 wakeup = 0;
423 wakeup = sh_mobile_i2c_isr_rx(pd);
425 wakeup = sh_mobile_i2c_isr_tx(pd);
430 if (wakeup) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dserial_cs.c79 void (*wakeup)(struct pcmcia_device *); member in struct:serial_quirk
229 .wakeup = quirk_wakeup_oxsemi,
234 .wakeup = quirk_wakeup_possio_gcc,
311 if (info->quirk && info->quirk->wakeup)
312 info->quirk->wakeup(link);
610 if (info->quirk && info->quirk->wakeup)
611 info->quirk->wakeup(link);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c153 unsigned int wakeup:1; member in struct:dvb_ca_private
907 ca->wakeup = 1;
989 if (!ca->wakeup) {
995 ca->wakeup = 0;
1080 ca->wakeup = 1;
1095 ca->wakeup = 1;
1148 ca->wakeup = 1;
1155 ca->wakeup = 1;
1682 ca->wakeup = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dwbhal_f.h31 unsigned char wakeup, unsigned char dtim);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_nsp_in.c102 int wakeup = 0; local
108 wakeup |= dn_nsp_check_xmit_queue(sk, skb, &scp->data_xmit_queue, ack);
116 wakeup |= dn_nsp_check_xmit_queue(sk, skb, &scp->other_xmit_queue, ack);
123 if (wakeup && !sock_flag(sk, SOCK_DEAD))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_entries.h107 * This is used for both wakeup and context switches. We only want
138 FTRACE_ENTRY_DUP(wakeup, ctx_switch_entry,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Ddpmc.h120 void do_hibernate(int wakeup);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx25/
H A Deukrea_mbimxsd-baseboard.c174 .wakeup = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Deukrea_mbimxsd-baseboard.c175 .wakeup = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dtosa.c488 .wakeup = 1,
502 * The first one can be used as a wakeup source, the second can't;
510 .wakeup = 1,
519 * can't be used as wakeup
520 * .wakeup = 1,
529 .wakeup = 1,
537 .wakeup = 1,
H A Dezx.c677 .wakeup = 1,
818 .wakeup = 1,
884 .wakeup = 1,
950 .wakeup = 1,
1142 .wakeup = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Dpm.c24 #include <plat/wakeup-mask.h>
134 /* clear any old wakeup */
159 /* mapping of interrupts to parts of the wakeup mask */
181 /* ensure previous wakeup state is cleared before sleeping */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-omap3touchbook.c384 .wakeup = 1,
390 .wakeup = 1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl.c993 lame_duck_must_die (const struct tls_session* session, interval_t *wakeup) argument
1002 compute_earliest_wakeup (wakeup, lame->must_die - local_now);
2147 * with non-error status, it will set *wakeup to the number of seconds
2159 interval_t *wakeup)
2193 if (lame_duck_must_die (session, wakeup)) {
2202 dmsg (D_TLS_DEBUG, "TLS: tls_process: chg=%d ks=%s lame=%s to_link->len=%d wakeup=%d",
2207 *wakeup);
2508 compute_earliest_wakeup (wakeup,
2512 compute_earliest_wakeup (wakeup, ks->must_negotiate - now);
2516 compute_earliest_wakeup (wakeup,
2154 tls_process(struct tls_multi *multi, struct tls_session *session, struct buffer *to_link, struct link_socket_actual **to_link_addr, struct link_socket_info *to_link_socket_info, interval_t *wakeup) argument
2554 tls_multi_process(struct tls_multi *multi, struct buffer *to_link, struct link_socket_actual **to_link_addr, struct link_socket_info *to_link_socket_info, interval_t *wakeup) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_main.c617 int wakeup; local
622 wakeup = (needed > idle) ? idle : needed;
623 needed -= wakeup;
625 dev_dbg(xpc_chan, "wakeup %d idle kthreads, partid=%d, "
626 "channel=%d\n", wakeup, ch->partid, ch->number);
628 /* only wakeup the requested number of kthreads */
629 wake_up_nr(&ch->idle_wq, wakeup);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dhrtimer.c688 int wakeup)
691 if (wakeup) {
745 int wakeup)
962 int wakeup)
997 hrtimer_enqueue_reprogram(timer, new_base, wakeup);
1294 * timer will have to trigger a wakeup anyway.
1810 * actual wakeup to a time that is both power and performance friendly.
686 hrtimer_enqueue_reprogram(struct hrtimer *timer, struct hrtimer_clock_base *base, int wakeup) argument
743 hrtimer_enqueue_reprogram(struct hrtimer *timer, struct hrtimer_clock_base *base, int wakeup) argument
960 __hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, unsigned long delta_ns, const enum hrtimer_mode mode, int wakeup) argument

Completed in 319 milliseconds

1234567