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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dpci.c524 struct pci_cap_saved_state *save_state; local
531 save_state = pci_find_saved_cap(dev, PCI_CAP_ID_EXP);
532 if (!save_state)
533 save_state = kzalloc(sizeof(*save_state) + sizeof(u16) * 4, GFP_KERNEL);
534 if (!save_state) {
538 cap = (u16 *)&save_state->data[0];
544 pci_add_saved_cap(dev, save_state);
551 struct pci_cap_saved_state *save_state; local
554 save_state
570 struct pci_cap_saved_state *save_state; local
594 struct pci_cap_saved_state *save_state; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dslattach.c36 static void save_state(void) function
194 save_state();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtmutex.h31 int save_state; member in struct:rt_mutex
H A Dparport.h174 void (*save_state)(struct parport *, struct parport_state *); member in struct:parport_operations
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dyenta_socket.h108 void (*save_state)(struct yenta_socket *); member in struct:cardbus_type
H A Dyenta_socket.c790 .save_state = ti_save_state,
796 .save_state = ti_save_state,
802 .save_state = ti_save_state,
808 .save_state = ti_save_state,
816 .save_state = ricoh_save_state,
837 .save_state = ti_save_state,
1223 if (socket->type && socket->type->save_state)
1224 socket->type->save_state(socket);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_mime.c435 int len, state, save_state = 0; local
470 save_state = state;
477 state = save_state;
501 save_state = state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_atari.c159 .save_state = parport_atari_save_state,
H A Dshare.c84 .save_state = dead_state,
784 port->ops->save_state(port, dev->state);
959 port->ops->save_state(port, dev->state);
H A Dparport_amiga.c182 .save_state = amiga_save_state,
H A Dparport_ax88796.c222 dev_dbg(dd->dev, "save_state: %p: state=%p\n", p, s);
260 .save_state = parport_ax88796_save_state,
H A Dparport_gsc.c122 .save_state = parport_gsc_save_state,
H A Dparport_mfc3.c270 .save_state = mfc3_save_state,
H A Dparport_sunbpp.c255 .save_state = parport_sunbpp_save_state,
H A Dparport_ip32.c1770 .save_state = parport_ip32_save_state,
H A Dparport_pc.c927 .save_state = parport_pc_save_state,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfb.h270 struct intelfb_hwstate save_state; member in struct:intelfb_info
H A Dintelfbdrv.c782 i = intelfbhw_read_hw_state(dinfo, &dinfo->save_state,
789 intelfbhw_print_hw_state(dinfo, &dinfo->save_state);
1301 memcpy(hw, &dinfo->save_state, sizeof(*hw));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Duss720.c615 .save_state = parport_uss720_save_state,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h1386 int save_state);
H A Daic7xxx.h1213 int save_state);
H A Daic7xxx_core.c5563 int save_state)
5575 if (save_state) {
5618 if (save_state)
5803 /*save_state*/FALSE);
5561 ahc_search_disc_list(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, int stop_on_first, int remove, int save_state) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsnow.c1567 static inline void decode_subband_slice_buffered(SnowContext *s, SubBand *b, slice_buffer * sb, int start_y, int h, int save_state[1]){ argument
1582 new_index = save_state[0];
1603 save_state[0] = new_index;

Completed in 326 milliseconds