Searched refs:standby (Results 1 – 15 of 15) sorted by relevance
/linux-4.19.296/drivers/s390/char/ |
D | sclp_cmd.c | 172 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()
|
D | sclp.h | 166 info->standby = sccb->nr_standby; in sclp_fill_core_info()
|
/linux-4.19.296/drivers/media/v4l2-core/ |
D | tuner-core.c | 116 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/ |
D | tea5761.c | 23 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()
|
D | tda9887.c | 40 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()
|
D | tda18271-fe.c | 40 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()
|
D | tda8290.c | 729 .standby = tda8290_standby, 737 .standby = tda8295_standby,
|
D | tuner-simple.c | 939 if (fe->ops.analog_ops.standby) in simple_dvb_set_params() 940 fe->ops.analog_ops.standby(fe); in simple_dvb_set_params()
|
D | msi001.c | 376 .standby = msi001_standby,
|
D | fc2580.c | 468 .standby = fc2580_standby,
|
D | e4000.c | 375 .standby = e4000_standby,
|
/linux-4.19.296/include/media/ |
D | dvb_frontend.h | 310 void (*standby)(struct dvb_frontend *fe); member
|
D | v4l2-subdev.h | 278 int (*standby)(struct v4l2_subdev *sd); member
|
/linux-4.19.296/drivers/s390/cio/ |
D | chp.c | 678 else if (chp_test_bit(chp_info.standby, bit)) in chp_info_get_status()
|
/linux-4.19.296/drivers/gpio/ |
D | Kconfig | 564 tristate "APM X-Gene GPIO standby controller support"
|