Searched refs:saved_state (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dslattach.c22 struct termios saved_state; member in struct:globals
27 #define saved_state (G.saved_state ) macro
39 if (tcgetattr(handle, &saved_state) < 0)
78 memcpy(&state, &saved_state, sizeof(state));
86 if (set_termios_state_and_warn(&saved_state))
197 memcpy(&state, &saved_state, sizeof(state));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dneponset.c190 if (!dev->dev.power.saved_state)
191 dev->dev.power.saved_state = kmalloc(sizeof(unsigned int), GFP_KERNEL);
192 if (!dev->dev.power.saved_state)
195 *(unsigned int *)dev->dev.power.saved_state = NCR_0;
202 if (dev->dev.power.saved_state) {
203 NCR_0 = *(unsigned int *)dev->dev.power.saved_state;
204 kfree(dev->dev.power.saved_state);
205 dev->dev.power.saved_state = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-shark/
H A Dleds.c33 static short saved_state; variable
76 saved_state = hw_led_state;
84 hw_led_state = saved_state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dppdev.c83 struct ieee1284_info saved_state; member in struct:pp_struct
372 pp->saved_state.mode = info->mode;
373 pp->saved_state.phase = info->phase;
532 info->mode = pp->saved_state.mode;
533 info->phase = pp->saved_state.phase;
679 pp->saved_state.mode = info->mode;
680 pp->saved_state.phase = info->phase;
701 info->mode = pp->saved_state.mode;
702 info->phase = pp->saved_state.phase;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_i.h90 struct unw_reg_state saved_state; member in struct:unw_labeled_state
H A Dunwind.c1042 memcpy(&sr->curr, &ls->saved_state, sizeof(sr->curr));
1043 sr->curr.next = dup_state_stack(ls->saved_state.next);
1061 memcpy(&ls->saved_state, &sr->curr, sizeof(ls->saved_state));
1062 ls->saved_state.next = dup_state_stack(sr->curr.next);
1691 free_state_stack(&ls->saved_state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dyenta_socket.h131 u32 saved_state[2]; member in struct:yenta_socket
H A Dyenta_socket.c1227 pci_read_config_dword(dev, 16*4, &socket->saved_state[0]);
1228 pci_read_config_dword(dev, 17*4, &socket->saved_state[1]);
1252 pci_write_config_dword(dev, 16*4, socket->saved_state[0]);
1253 pci_write_config_dword(dev, 17*4, socket->saved_state[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpm.h271 void * saved_state; member in struct:dev_pm_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Dsa1111.c820 dev->dev.power.saved_state = save;
876 save = (struct sa1111_save_data *)dev->dev.power.saved_state;
917 dev->dev.power.saved_state = NULL;
952 kfree(pdev->dev.power.saved_state);
953 pdev->dev.power.saved_state = NULL;
H A Dlocomo.c568 dev->dev.power.saved_state = (void *) save;
609 save = (struct locomo_save_data *) dev->dev.power.saved_state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dvia_verifier.c964 drm_via_state_t saved_state = *hc_state; local
1022 *hc_state = saved_state;
1027 *hc_state = saved_state;

Completed in 272 milliseconds