Lines Matching refs:idle_mode
215 u32 idle_mode;
540 static int get_txidle(SLMP_INFO *info, int __user *idle_mode);
541 static int set_txidle(SLMP_INFO *info, int idle_mode);
2891 static int get_txidle(SLMP_INFO * info, int __user *idle_mode)
2897 __FILE__,__LINE__, info->device_name, info->idle_mode);
2899 COPY_TO_USER(err,idle_mode, &info->idle_mode, sizeof(int));
2910 static int set_txidle(SLMP_INFO * info, int idle_mode)
2916 __FILE__,__LINE__,info->device_name, idle_mode );
2919 info->idle_mode = idle_mode;
3741 info->idle_mode = HDLC_TXIDLE_FLAGS;
4704 switch(info->idle_mode) {