Home
last modified time | relevance | path

Searched refs:v_status (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/iio/adc/
H A Dad7291.c112 u16 t_status, v_status; in ad7291_event_handler() local
120 if (ad7291_i2c_read(chip, AD7291_VOLTAGE_ALERT_STATUS, &v_status)) in ad7291_event_handler()
123 if (!(t_status || v_status)) in ad7291_event_handler()
149 if (v_status & AD7291_V_LOW(i)) in ad7291_event_handler()
156 if (v_status & AD7291_V_HIGH(i)) in ad7291_event_handler()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstb0899_priv.h193 u8 v_status; /* VSTATUS */ member
H A Dstb0899_drv.c1137 if (STB0899_GETFIELD(VSTATUS_PRFVIT, internal->v_status)) { in stb0899_read_ber()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h48 int virtchnl_status_to_errno(enum virtchnl_status_code v_status);
H A Diavf_main.c139 int virtchnl_status_to_errno(enum virtchnl_status_code v_status) in virtchnl_status_to_errno() argument
141 switch (v_status) { in virtchnl_status_to_errno()