Home
last modified time | relevance | path

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

/linux-5.19.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-5.19.10/drivers/video/fbdev/
Datafb.c817 static int mon_type; /* Falcon connected monitor */ variable
850 : vdl_prescale[mon_type][hw->vid_mode >> 2 & 0x3]; in hxx_prescale()
929 if (mon_type == F_MON_SM && bpp != 1) in falcon_decode_var()
954 if (mon_type == F_MON_SM || DontCalcRes) { in falcon_decode_var()
1024 if (mon_type == F_MON_SM) { in falcon_decode_var()
1038 if (mon_type == F_MON_SC || mon_type == F_MON_TV) { in falcon_decode_var()
1167 par->hw.falcon.vid_control = mon_type | f030_bus_width; in falcon_decode_var()
1257 if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) { in falcon_decode_var()
1482 if (hw->ste_mode || mon_type != F_MON_VGA) in falcon_encode_var()
1702 if (mon_type == F_MON_SM) /* this doesn't work on SM124 */ in falcon_blank()
[all …]