Searched refs:suspend (Results 1 - 25 of 79) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dprintjob.h29 int timeout, int suspend, int max_wait, char *status_file );
30 int Wait_for_pid( int of_pid, char *name, int suspend, int timeout );
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/pcmcia/
H A Ddriver_ops.h63 void (*suspend) (dev_node_t *dev); member in struct:driver_operations
H A Dss.h130 int (*suspend)(unsigned int sock); member in struct:pccard_operations
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/pcmcia/
H A Ddriver_ops.h63 void (*suspend) (dev_node_t *dev); member in struct:driver_operations
H A Dss.h130 int (*suspend)(unsigned int sock); member in struct:pccard_operations
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dpci_socket.h38 int (*suspend)(struct pci_socket *); member in struct:pci_socket_ops
H A Dpci_socket.c59 if (socket->op && socket->op->suspend)
60 return socket->op->suspend(socket);
253 suspend: cardbus_suspend,
H A Di82092.c48 suspend: NULL,
56 suspend: i82092aa_suspend,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/maps/
H A Dnora.c98 return mymtd->suspend(mymtd);
118 suspend: nora_mtd_suspend,
133 suspend: nora_mtd_suspend,
148 suspend: nora_mtd_suspend,
163 suspend: nora_mtd_suspend,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/
H A Dmtdcore.c229 if (mtd_table[i] && mtd_table[i]->suspend)
230 ret = mtd_table[i]->suspend(mtd_table[i]);
H A Dmtdpart.c156 return part->master->suspend(part->master);
244 if (!i && master->suspend && master->resume) {
245 slave->mtd.suspend = part_suspend;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dprintjob.c35 * if the 'suspend_of_filter' flag is true then we add the suspend
1111 * either exit or suspend itself.
1241 * int timeout, int suspend, int max_wait )
1249 int timeout, int suspend, int max_wait, char *status_file )
1298 suspend?"suspend":"exit", left, of_pid );
1302 if( suspend ){
1303 /* poll for process suspend status */
1306 return_status = Wait_for_pid( of_pid, title, suspend, left );
1315 DEBUG4("Get_status_from_OF: now reading, after suspend" );
1247 Get_status_from_OF( struct job *job, char *title, int of_pid, int of_error, char *msg, int msgmax, int timeout, int suspend, int max_wait, char *status_file ) argument
1388 Wait_for_pid( int of_pid, char *name, int suspend, int timeout ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhcd.h118 int (*suspend) (struct usb_hcd *hcd, u32 state); member in struct:hc_driver
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dplanb.h316 int suspend; member in struct:planb
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dapm.c51 * 1.1: support user-space standby and suspend, power off after system
62 * 1.4: Upgraded to support APM 1.2. Integrated ThinkPad suspend patch by
76 * Reset interrupt 0 timer to 100Hz after suspend
140 * Fix thinko in suspend() (wrong return).
141 * Notify drivers on critical suspend.
171 * Notify listeners of standby or suspend events before notifying
172 * drivers. Return EBUSY to ioctl() if suspend is rejected.
175 * after a suspend (Thomas Hood <jdthood@mail.com>)
250 * bounce[-_]interval=<n> number of ticks to ignore suspend
287 * Define to re-initialize the interrupt 0 timer to 100 Hz after a suspend
1133 static int suspend(int vetoable) function
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Drioinit.c633 suspend( 3 );
641 suspend( 3 );
644 suspend( 3 );
654 /* suspend( 3 ); */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/agp/
H A Dagpgart_be.c1103 agp_bridge.suspend = agp_generic_suspend;
1388 agp_bridge.suspend = agp_generic_suspend;
1865 agp_bridge.suspend = agp_generic_suspend;
1898 agp_bridge.suspend = agp_generic_suspend;
1931 agp_bridge.suspend = agp_generic_suspend;
1964 agp_bridge.suspend = agp_generic_suspend;
1996 agp_bridge.suspend = agp_generic_suspend;
2029 agp_bridge.suspend = agp_generic_suspend;
2062 agp_bridge.suspend = agp_generic_suspend;
2095 agp_bridge.suspend
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dorinoco_pci.c368 suspend:0,
H A Dorinoco_plx.c389 suspend:0,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/mtd/
H A Dmtd.h199 int (*suspend) (struct mtd_info *mtd); member in struct:mtd_info
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.2.4.25/
H A Dusb_gadget.h608 * @suspend: Invoked on USB suspend. May be called in_interrupt.
641 * Most devices will ignore USB suspend/resume operations, and so will
657 void (*suspend)(struct usb_gadget *); member in struct:usb_gadget_driver
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.orig/
H A Dusb_gadget.h581 * @suspend: Invoked on USB suspend. May be called in_interrupt.
614 * Most devices will ignore USB suspend/resume operations, and so will
628 void (*suspend)(struct usb_gadget *); member in struct:usb_gadget_driver
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dusb_gadget.h608 * @suspend: Invoked on USB suspend. May be called in_interrupt.
641 * Most devices will ignore USB suspend/resume operations, and so will
657 void (*suspend)(struct usb_gadget *); member in struct:usb_gadget_driver
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/mtd/
H A Dmtd.h199 int (*suspend) (struct mtd_info *mtd); member in struct:mtd_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dusb_gadget.h608 * @suspend: Invoked on USB suspend. May be called in_interrupt.
641 * Most devices will ignore USB suspend/resume operations, and so will
657 void (*suspend)(struct usb_gadget *); member in struct:usb_gadget_driver

Completed in 201 milliseconds

1234