Searched refs:save_state (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dpm.h75 extern void omap34xx_cpu_suspend(u32 *addr, int save_state);
H A Dpm34xx.c74 static void (*_omap_sram_idle)(u32 *addr, int save_state);
337 /* save_state = 0 => Nothing to save and restored */
338 /* save_state = 1 => Only L1 and logic lost */
339 /* save_state = 2 => Only L2 lost */
340 /* save_state = 3 => L1, L2 and logic lost */
341 int save_state = 0; local
362 save_state = 0;
365 save_state = 3;
433 _omap_sram_idle(omap3_arm_context, save_state);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dslattach.c36 static void save_state(void) function
194 save_state();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dpci.c778 struct pci_cap_saved_state *save_state; local
786 save_state = pci_find_saved_cap(dev, PCI_CAP_ID_EXP);
787 if (!save_state) {
791 cap = (u16 *)&save_state->data[0];
816 struct pci_cap_saved_state *save_state; local
820 save_state = pci_find_saved_cap(dev, PCI_CAP_ID_EXP);
822 if (!save_state || pos <= 0)
824 cap = (u16 *)&save_state->data[0];
848 struct pci_cap_saved_state *save_state; local
854 save_state
868 struct pci_cap_saved_state *save_state; local
1664 struct pci_cap_saved_state *save_state; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drtmutex.h33 int save_state; member in struct:rt_mutex
H A Dparport.h173 void (*save_state)(struct parport *, struct parport_state *); member in struct:parport_operations
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dyenta_socket.h108 void (*save_state)(struct yenta_socket *); member in struct:cardbus_type
H A Dyenta_socket.c860 .save_state = ti_save_state,
866 .save_state = ti_save_state,
872 .save_state = ti_save_state,
878 .save_state = ti_save_state,
884 .save_state = ti_save_state,
892 .save_state = ricoh_save_state,
1295 if (socket->type && socket->type->save_state)
1296 socket->type->save_state(socket);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_atari.c152 .save_state = parport_atari_save_state,
H A Dshare.c84 .save_state = dead_state,
791 port->ops->save_state(port, dev->state);
966 port->ops->save_state(port, dev->state);
H A Dparport_amiga.c176 .save_state = amiga_save_state,
H A Dparport_ax88796.c223 dev_dbg(dd->dev, "save_state: %p: state=%p\n", p, s);
253 .save_state = parport_ax88796_save_state,
H A Dparport_gsc.c116 .save_state = parport_gsc_save_state,
H A Dparport_mfc3.c270 .save_state = mfc3_save_state,
H A Dparport_sunbpp.c250 .save_state = parport_sunbpp_save_state,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_mime.c494 int len, state, save_state = 0; local
529 save_state = state;
536 state = save_state;
560 save_state = state;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dasn_mime.c654 int len, state, save_state = 0; local
695 save_state = state;
702 state = save_state;
726 save_state = state;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfb.h278 struct intelfb_hwstate save_state; member in struct:intelfb_info
H A Dintelfbdrv.c780 i = intelfbhw_read_hw_state(dinfo, &dinfo->save_state,
787 intelfbhw_print_hw_state(dinfo, &dinfo->save_state);
793 dinfo->pipe = intelfbhw_active_pipe(&dinfo->save_state);
1296 memcpy(hw, &dinfo->save_state, sizeof(*hw));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dasn_mime.c654 int len, state, save_state = 0; local
695 save_state = state;
702 state = save_state;
726 save_state = state;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsnowdec.c94 static inline void decode_subband_slice_buffered(SnowContext *s, SubBand *b, slice_buffer * sb, int start_y, int h, int save_state[1]){ argument
109 new_index = save_state[0];
130 save_state[0] = new_index;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnowdec.c93 static inline void decode_subband_slice_buffered(SnowContext *s, SubBand *b, slice_buffer * sb, int start_y, int h, int save_state[1]){ argument
108 new_index = save_state[0];
129 save_state[0] = new_index;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h1187 int save_state);
H A Daic79xx.h1389 int save_state);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Duss720.c618 .save_state = parport_uss720_save_state,

Completed in 306 milliseconds

12