Home
last modified time | relevance | path

Searched refs:mon_type (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/sbus/char/
Denvctrl.c169 char mon_type[PCF8584_MAX_CHANNELS]; member
363 char mon_type, unsigned char *bufdata) in envctrl_read_cpu_info() argument
371 if (pchild->mon_type[i] == mon_type) { in envctrl_read_cpu_info()
398 char mon_type, unsigned char *bufdata) in envctrl_read_noncpu_info() argument
405 if (pchild->mon_type[i] == mon_type) in envctrl_read_noncpu_info()
744 pchild->mon_type[chnl_no] = ENVCTRL_CPUTEMP_MON; in envctrl_set_mon()
750 pchild->mon_type[chnl_no] = ENVCTRL_CPUVOLTAGE_MON; in envctrl_set_mon()
753 pchild->mon_type[chnl_no] = ENVCTRL_MTHRBDTEMP_MON; in envctrl_set_mon()
756 pchild->mon_type[chnl_no] = ENVCTRL_SCSITEMP_MON; in envctrl_set_mon()
759 pchild->mon_type[chnl_no] = ENVCTRL_ETHERTEMP_MON; in envctrl_set_mon()
[all …]
/Linux-v5.10/drivers/video/fbdev/
Datafb.c827 static int mon_type; /* Falcon connected monitor */ variable
860 : vdl_prescale[mon_type][hw->vid_mode >> 2 & 0x3]; in hxx_prescale()
939 if (mon_type == F_MON_SM && bpp != 1) in falcon_decode_var()
964 if (mon_type == F_MON_SM || DontCalcRes) { in falcon_decode_var()
1034 if (mon_type == F_MON_SM) { in falcon_decode_var()
1048 if (mon_type == F_MON_SC || mon_type == F_MON_TV) { in falcon_decode_var()
1177 par->hw.falcon.vid_control = mon_type | f030_bus_width; in falcon_decode_var()
1267 if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) { in falcon_decode_var()
1492 if (hw->ste_mode || mon_type != F_MON_VGA) in falcon_encode_var()
1712 if (mon_type == F_MON_SM) /* this doesn't work on SM124 */ in falcon_blank()
[all …]