Searched refs:standby (Results 1 - 18 of 18) sorted by relevance

/drivers/staging/rtl8712/
H A Drtl871x_eeprom.c100 static void standby(struct _adapter *padapter) function
118 standby(padapter);
169 standby(padapter);
174 standby(padapter);
184 standby(padapter);
/drivers/media/v4l2-core/
H A Dtuner-core.c132 bool standby; /* Standby mode */ member in struct:tuner
238 .standby = fe_standby,
604 t->standby = true;
763 * debug message and returns -EINVAL, changing its state to standby.
774 t->standby = true;
775 if (analog_ops->standby)
776 analog_ops->standby(&t->fe);
849 t->standby = false;
990 t->standby = false;
1039 t->standby
[all...]
/drivers/media/tuners/
H A Dtea5761.c26 bool standby; member in struct:tea5761_priv
151 if (priv->standby) {
152 tuner_dbg("TEA5761 set to standby mode\n");
186 priv->standby = false;
196 priv->standby = true;
H A Dtda9887.c40 bool standby; member in struct:tda9887_priv
573 if (priv->standby)
621 priv->standby = true;
631 priv->standby = false;
667 .standby = tda9887_standby,
692 priv->standby = true;
H A Dtda18271-fe.c40 static int tda18271_toggle_output(struct dvb_frontend *fe, int standby) argument
44 int ret = tda18271_set_standby_mode(fe, standby ? 1 : 0,
52 standby ? "standby" : "active",
855 /* enter standby mode, with required output features enabled */
980 if (fe->ops.analog_ops.standby)
981 fe->ops.analog_ops.standby(fe);
1304 /* enter standby mode, with required output features enabled */
H A Dtda8290.c727 .standby = tda8290_standby,
735 .standby = tda8295_standby,
H A Dtuner-simple.c940 /* put analog demod in standby when tuning digital */
941 if (fe->ops.analog_ops.standby)
942 fe->ops.analog_ops.standby(fe);
/drivers/s390/char/
H A Dsclp_cmd.c102 info->standby = sccb->nr_standby;
195 int standby; member in struct:memory_increment
396 if (incr->standby)
401 static void __init insert_increment(u16 rn, int standby, int assigned) argument
411 new_incr->standby = standby;
443 u16 standby; member in struct:read_storage_sccb
465 if (OLDMEM_BASE) /* No standby memory in kdump mode */
669 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member in struct:chp_info_sccb
706 memcpy(info->standby, scc
[all...]
/drivers/media/usb/pvrusb2/
H A Dpvrusb2-dvb.c364 if (adap->fe->ops.analog_ops.standby)
365 adap->fe->ops.analog_ops.standby(adap->fe);
/drivers/video/fbdev/
H A Dauo_k190x.c765 par->standby = 0;
787 * will never reach the non-busy state when in standby mode
791 if (par->standby) {
792 dev_warn(dev, "already in standby, runtime-pm pairing mismatch\n");
799 * As we hold the lock, this stays true even without standby
802 dev_dbg(dev, "runtime suspend without standby\n");
820 par->standby = 1;
832 if (!par->standby) {
833 dev_warn(dev, "not in standby, runtime-pm pairing mismatch\n");
838 dev_dbg(dev, "runtime resume without standby\
[all...]
/drivers/staging/unisys/include/
H A Duisqueue.h191 u32 standby:1; member in struct:network_policy
/drivers/media/dvb-core/
H A Ddvb_frontend.h253 void (*standby)(struct dvb_frontend *fe); member in struct:analog_demod_ops
/drivers/block/paride/
H A Dpd.c49 standby mode, if needed. (1 if not given)
235 int standby; member in struct:pd_unit
699 if (!disk->standby)
870 disk->standby = parm[D_SBY];
/drivers/staging/rts5208/
H A Dsd.c3705 u8 standby = 0, acmd = 0; local
3725 standby = 1;
3765 if (standby) {
3784 if (standby) {
3817 u8 send_cmd12 = 0, standby = 0, acmd = 0; local
3840 standby = 1;
3882 if (standby) {
3980 if (standby) {
4046 u8 send_cmd12 = 0, standby = 0, acmd = 0; local
4074 standby
[all...]
/drivers/pinctrl/
H A Dpinctrl-as3722.c145 FUNCTION_GROUP(voltage-in-standby, VOLTAGE_IN_STBY),
/drivers/s390/cio/
H A Dchp.c634 * On success, return 0 for standby, 1 for configured, 2 for reserved,
652 else if (chp_test_bit(chp_info.standby, bit))
/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c1707 /* Put the analog decoder in standby to keep it quiet */
1710 if (fe0->dvb.frontend->ops.analog_ops.standby)
1711 fe0->dvb.frontend->ops.analog_ops.standby(fe0->dvb.frontend);
/drivers/target/
H A Dtarget_core_configfs.c2396 SE_DEV_ALUA_SUPPORT_STATE_SHOW(standby,
2398 SE_DEV_ALUA_SUPPORT_STATE_STORE(standby,

Completed in 4236 milliseconds