Home
last modified time | relevance | path

Searched refs:standby (Results 1 – 15 of 15) sorted by relevance

/linux-4.19.296/drivers/s390/char/
Dsclp_cmd.c172 int standby; member
296 incr->standby = online ? 0 : 1; in sclp_mem_change_state()
312 if (incr->standby) in contains_standby_increment()
420 if (incr->standby) in sclp_add_standby_memory()
425 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment() argument
435 new_incr->standby = standby; in insert_increment()
467 u16 standby; member
631 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member
668 memcpy(info->standby, sccb->standby, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()
Dsclp.h166 info->standby = sccb->nr_standby; in sclp_fill_core_info()
/linux-4.19.296/drivers/media/v4l2-core/
Dtuner-core.c116 bool standby; /* Standby mode */ member
226 .standby = fe_standby,
598 t->standby = true; in tuner_probe()
797 t->standby = true; in set_mode()
798 if (analog_ops->standby) in set_mode()
799 analog_ops->standby(&t->fe); in set_mode()
872 t->standby = false; in set_tv_freq()
1013 t->standby = false; in set_radio_freq()
1062 t->standby ? " on standby mode" : ""); in tuner_status()
1111 t->standby = true; in tuner_standby()
[all …]
/linux-4.19.296/drivers/media/tuners/
Dtea5761.c23 bool standby; member
148 if (priv->standby) { in __set_radio_freq()
183 priv->standby = false; in set_radio_freq()
193 priv->standby = true; in set_radio_sleep()
Dtda9887.c40 bool standby; member
573 if (priv->standby) in tda9887_configure()
621 priv->standby = true; in tda9887_standby()
631 priv->standby = false; in tda9887_set_params()
667 .standby = tda9887_standby,
692 priv->standby = true; in tda9887_attach()
Dtda18271-fe.c40 static int tda18271_toggle_output(struct dvb_frontend *fe, int standby) in tda18271_toggle_output() argument
44 int ret = tda18271_set_standby_mode(fe, standby ? 1 : 0, in tda18271_toggle_output()
52 standby ? "standby" : "active", in tda18271_toggle_output()
980 if (fe->ops.analog_ops.standby) in tda18271_set_params()
981 fe->ops.analog_ops.standby(fe); in tda18271_set_params()
Dtda8290.c729 .standby = tda8290_standby,
737 .standby = tda8295_standby,
Dtuner-simple.c939 if (fe->ops.analog_ops.standby) in simple_dvb_set_params()
940 fe->ops.analog_ops.standby(fe); in simple_dvb_set_params()
Dmsi001.c376 .standby = msi001_standby,
Dfc2580.c468 .standby = fc2580_standby,
De4000.c375 .standby = e4000_standby,
/linux-4.19.296/include/media/
Ddvb_frontend.h310 void (*standby)(struct dvb_frontend *fe); member
Dv4l2-subdev.h278 int (*standby)(struct v4l2_subdev *sd); member
/linux-4.19.296/drivers/s390/cio/
Dchp.c678 else if (chp_test_bit(chp_info.standby, bit)) in chp_info_get_status()
/linux-4.19.296/drivers/gpio/
DKconfig564 tristate "APM X-Gene GPIO standby controller support"