/drivers/regulator/ |
D | da9062-regulator.c | 62 struct reg_field sleep; member 79 struct regmap_field *sleep; member 217 field = regl->sleep; in da9062_buck_get_mode() 252 return regmap_field_write(regl->sleep, val); in da9062_ldo_set_mode() 270 field = regl->sleep; in da9062_ldo_get_mode() 443 .sleep = REG_FIELD(DA9062AA_VBUCK1_A, 481 .sleep = REG_FIELD(DA9062AA_VBUCK3_A, 519 .sleep = REG_FIELD(DA9062AA_VBUCK4_A, 555 .sleep = REG_FIELD(DA9062AA_VLDO1_A, 587 .sleep = REG_FIELD(DA9062AA_VLDO2_A, [all …]
|
D | da9063-regulator.c | 48 struct reg_field sleep; member 71 .sleep = BFIELD(DA9063_REG_V##regl_name##_A, DA9063_LDO_SL), \ 92 .sleep = BFIELD(DA9063_REG_V##regl_name##_A, DA9063_BUCK_SL), \ 113 struct regmap_field *sleep; member 258 field = regl->sleep; in da9063_buck_get_mode() 293 return regmap_field_write(regl->sleep, val); in da9063_ldo_set_mode() 311 field = regl->sleep; in da9063_ldo_get_mode() 830 if (regl->info->sleep.reg) in da9063_regulator_probe() 831 regl->sleep = devm_regmap_field_alloc(&pdev->dev, in da9063_regulator_probe() 832 da9063->regmap, regl->info->sleep); in da9063_regulator_probe()
|
/drivers/ide/ |
D | ide-park.c | 20 int reset_timer = time_before(timeout, drive->sleep); in issue_park_cmd() 23 drive->sleep = timeout; in issue_park_cmd() 70 drive->sleep = *(unsigned long *)rq->special; in ide_do_park_unpark() 104 time_after(drive->sleep, now)) in ide_park_show() 105 msecs = jiffies_to_msecs(drive->sleep - now); in ide_park_show()
|
/drivers/infiniband/hw/hfi1/ |
D | iowait.h | 105 int (*sleep)( member 145 int (*sleep)( in iowait_init() 164 wait->sleep = sleep; in iowait_init()
|
/drivers/bluetooth/ |
D | hci_h5.c | 96 } sleep; member 147 if (h5->sleep != H5_AWAKE) { in h5_timed_event() 148 h5->sleep = H5_SLEEPING; in h5_timed_event() 321 h5->sleep = H5_SLEEPING; in h5_handle_internal_rx() 325 h5->sleep = H5_AWAKE; in h5_handle_internal_rx() 329 h5->sleep = H5_AWAKE; in h5_handle_internal_rx() 679 if (h5->sleep != H5_AWAKE) { in h5_dequeue() 682 if (h5->sleep == H5_WAKING_UP) in h5_dequeue() 685 h5->sleep = H5_WAKING_UP; in h5_dequeue()
|
/drivers/net/wireless/marvell/mwifiex/ |
D | README | 127 ps_state = <0/1/2/3, full power state/awake state/pre-sleep state/sleep state> 128 is_deep_sleep = <0/1, not deep sleep state/deep sleep state> 131 hs_configured = <0/1, host sleep not configured/configured> 132 hs_activated = <0/1, extended host sleep not activated/activated> 145 num_cmd_sleep_cfm_fail = <number of sleep confirm failed to send to device> 221 This command is used to debug/simulate host sleep feature using 241 echo "-1" > hscfg : Cancel host sleep mode
|
/drivers/macintosh/ |
D | via-pmu-backlight.c | 120 void pmu_backlight_set_sleep(int sleep) in pmu_backlight_set_sleep() argument 125 sleeping = sleep; in pmu_backlight_set_sleep() 127 if (sleep) { in pmu_backlight_set_sleep()
|
/drivers/crypto/cavium/cpt/ |
D | cptvf_mbox.c | 82 int sleep = 10; in cptvf_send_msg_to_pf_timeout() local 91 msleep(sleep); in cptvf_send_msg_to_pf_timeout() 94 timeout -= sleep; in cptvf_send_msg_to_pf_timeout()
|
/drivers/media/dvb-frontends/ |
D | dvb_dummy_fe.c | 188 .sleep = dvb_dummy_fe_sleep, 217 .sleep = dvb_dummy_fe_sleep, 248 .sleep = dvb_dummy_fe_sleep,
|
D | dib0070.c | 142 state->cfg->sleep(state->fe, 0); \ 534 if (state->cfg->sleep) in dib0070_wakeup() 535 state->cfg->sleep(fe, 0); in dib0070_wakeup() 542 if (state->cfg->sleep) in dib0070_sleep() 543 state->cfg->sleep(fe, 1); in dib0070_sleep() 737 .sleep = dib0070_sleep,
|
/drivers/media/common/b2c2/ |
D | flexcop-fe-tuner.c | 188 fc->fe_sleep = ops->sleep; in skystar2_rev23_attach() 189 ops->sleep = flexcop_sleep; in skystar2_rev23_attach() 295 fc->fe_sleep = fc->fe->ops.sleep; in skystar2_rev26_attach() 296 fc->fe->ops.sleep = flexcop_sleep; in skystar2_rev26_attach() 334 fc->fe_sleep = fc->fe->ops.sleep; in skystar2_rev27_attach() 335 fc->fe->ops.sleep = flexcop_sleep; in skystar2_rev27_attach()
|
/drivers/net/ieee802154/ |
D | at86rf230.c | 103 bool sleep; member 132 lp->sleep = true; in at86rf230_sleep() 143 lp->sleep = false; in at86rf230_awake() 151 bool sleep = lp->sleep; in __at86rf230_write() local 155 if (sleep) in __at86rf230_write() 161 if (sleep) in __at86rf230_write() 171 bool sleep = lp->sleep; in __at86rf230_read() local 175 if (sleep) in __at86rf230_read() 181 if (sleep) in __at86rf230_read() 206 bool sleep = lp->sleep; in at86rf230_write_subreg() local [all …]
|
/drivers/media/pci/saa7134/ |
D | saa7134-dvb.c | 622 .sleep = philips_tda827x_tuner_sleep, 629 .sleep = philips_tda827x_tuner_sleep, 636 .sleep = philips_tda827x_tuner_sleep, 643 .sleep = philips_tda827x_tuner_sleep, 915 .sleep = ads_duo_tuner_sleep, 1303 dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; in dvb_init() 1304 fe0->dvb.frontend->ops.sleep = philips_europa_demod_sleep; in dvb_init() 1306 fe0->dvb.frontend->ops.tuner_ops.sleep = philips_europa_tuner_sleep; in dvb_init() 1315 dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; in dvb_init() 1316 fe0->dvb.frontend->ops.sleep = philips_europa_demod_sleep; in dvb_init() [all …]
|
/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 196 static void dcon_sleep(struct dcon_priv *dcon, bool sleep) in dcon_sleep() argument 202 if (dcon->asleep == sleep) in dcon_sleep() 208 if (sleep) { in dcon_sleep() 215 dcon->asleep = sleep; in dcon_sleep() 224 dcon->asleep = sleep; in dcon_sleep() 508 __ATTR(sleep, 0644, dcon_sleep_show, dcon_sleep_store),
|
/drivers/net/wireless/marvell/libertas/ |
D | README | 109 p5 is Control the use of external sleep clock (0-2) 229 This command is used to enable/disable host sleep. 230 Note: Host sleep parameters should be configured using 231 "ethtool -s ethX wol X" command before enabling host sleep. 237 echo "1" > hostsleep : enable host sleep. 238 echo "0" > hostsleep : disable host sleep
|
/drivers/spi/ |
D | spi-nuc900.c | 277 static void nuc900_set_sleep(struct nuc900_spi *hw, unsigned int sleep) in nuc900_set_sleep() argument 286 if (sleep) in nuc900_set_sleep() 287 val |= (sleep << 12); in nuc900_set_sleep() 323 nuc900_set_sleep(hw, hw->pdata->sleep); in nuc900_init_spi()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | Kconfig | 119 There is a 20ms sleep after VENC reset which seemed to fix the 123 This option enables the sleep, and is enabled by default. You can 124 disable the sleep if it doesn't cause problems on your platform.
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | Kconfig | 125 There is a 20ms sleep after VENC reset which seemed to fix the 129 This option enables the sleep, and is enabled by default. You can 130 disable the sleep if it doesn't cause problems on your platform.
|
/drivers/staging/greybus/tools/ |
D | lbtest | 129 time.sleep(1) 150 time.sleep(1)
|
/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf.c | 482 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lgdt3305_frontend_attach() 483 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lgdt3305_frontend_attach() 557 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2160_frontend_attach() 558 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2160_frontend_attach() 644 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2161_frontend_attach() 645 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2161_frontend_attach() 731 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2161_ep6_frontend_attach() 732 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2161_ep6_frontend_attach() 795 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_attach_demod() 796 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_attach_demod()
|
/drivers/media/tuners/ |
D | tda827x.c | 238 if (priv->cfg && priv->cfg->sleep) in tda827xo_sleep() 239 priv->cfg->sleep(fe); in tda827xo_sleep() 451 if (priv->cfg && priv->cfg->sleep) in tda827xa_sleep() 452 priv->cfg->sleep(fe); in tda827xa_sleep() 813 return fe->ops.tuner_ops.sleep(fe); in tda827x_initial_sleep() 825 .sleep = tda827x_initial_sleep, 841 .sleep = tda827xa_sleep, 866 fe->ops.tuner_ops.sleep = tda827xo_sleep; in tda827x_probe_version()
|
D | mt2060.c | 351 if (priv->sleep) { in mt2060_init() 380 if (priv->sleep) in mt2060_sleep() 407 .sleep = mt2060_sleep, 486 dev->sleep = true; in mt2060_probe()
|
/drivers/media/i2c/ |
D | sr030pc30.c | 152 unsigned int sleep:1; member 340 bool reset, bool sleep) in sr030pc30_pwr_ctrl() argument 343 u8 reg = sleep ? 0xF1 : 0xF0; in sr030pc30_pwr_ctrl() 351 info->sleep = sleep; in sr030pc30_pwr_ctrl()
|
/drivers/staging/comedi/drivers/ |
D | me_daq.c | 153 static inline void sleep(unsigned int sec) in sleep() function 364 sleep(1); in me2600_xilinx_download() 368 sleep(1); in me2600_xilinx_download() 407 sleep(1); in me2600_xilinx_download()
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | idle.fuc | 81 // sleep if no interrupts have occurred 82 sleep $p0
|