Searched refs:current_mode (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pasemi/
H A Didle.c43 static int current_mode = 0; variable
79 current_mode = 0;
83 ppc_md.power_save = modes[current_mode].entry;
84 printk(KERN_INFO "Using PA6T idle loop (%s)\n", modes[current_mode].name);
92 current_mode = i;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dparse_mode.c18 int bb_parse_mode(const char *s, mode_t *current_mode) argument
51 *current_mode = tmp;
55 new_mode = *current_mode;
148 *current_mode = new_mode;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dst.h131 int current_mode; member in struct:scsi_tape
H A Dst.c934 if (mode != STp->current_mode) {
936 name, STp->current_mode, mode));
938 STp->current_mode = mode;
940 STm = &(STp->modes[STp->current_mode]);
1211 struct st_modedef *STm = &(STp->modes[STp->current_mode]);
1360 if (! STp->modes[STp->current_mode].defined) {
1509 STm = &(STp->modes[STp->current_mode]);
1772 STm = &(STp->modes[STp->current_mode]);
1960 STm = &(STp->modes[STp->current_mode]);
2095 name, STp->current_mode, ST
[all...]
H A Dosst.h552 int current_mode; member in struct:osst_tape
H A Dosst.c3326 STm = &(STp->modes[STp->current_mode]);
3647 STm = &(STp->modes[STp->current_mode]);
3802 name, STp->current_mode, STm->do_buffer_writes, STm->do_async_writes,
3828 STm = &(STp->modes[STp->current_mode]);
3835 name, STp->current_mode);
4415 if (mode != STp->current_mode) {
4419 name, STp->current_mode, mode);
4422 STp->current_mode = mode;
4424 STm = &(STp->modes[STp->current_mode]);
4735 struct st_modedef * STm = &(STp->modes[STp->current_mode]);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlp.h152 unsigned int current_mode; member in struct:lp_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dlp.c276 if (lp_table[minor].current_mode != IEEE1284_MODE_COMPAT) {
327 lp_table[minor].current_mode = lp_negotiate (port,
358 lp_table[minor].current_mode = IEEE1284_MODE_COMPAT;
373 lp_table[minor].current_mode
398 lp_table[minor].current_mode = IEEE1284_MODE_COMPAT;
542 lp_table[minor].current_mode = IEEE1284_MODE_COMPAT;
552 lp_table[minor].current_mode = IEEE1284_MODE_COMPAT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcirrusfb.c1692 int current_mode = cinfo->blank_mode; local
1697 current_mode == blank_mode) {
1703 if (current_mode == FB_BLANK_NORMAL ||
1704 current_mode == FB_BLANK_UNBLANK) {

Completed in 202 milliseconds