/drivers/lguest/ |
D | Makefile | 22 @sleep 2; clear; printf "\n\n Sit!\n\n"; sleep 1; clear 24 @sleep 2; clear; printf "\n\n Stand!\n\n"; sleep 1; clear 26 @sleep 2; clear; printf "\n\n Good puppy!\n\n"; sleep 1; clear
|
/drivers/regulator/ |
D | da9062-regulator.c | 51 struct reg_field sleep; member 68 struct regmap_field *sleep; member 200 field = regl->sleep; in da9062_buck_get_mode() 235 return regmap_field_write(regl->sleep, val); in da9062_ldo_set_mode() 253 field = regl->sleep; in da9062_ldo_get_mode() 426 .sleep = REG_FIELD(DA9062AA_VBUCK1_A, 464 .sleep = REG_FIELD(DA9062AA_VBUCK2_A, 502 .sleep = REG_FIELD(DA9062AA_VBUCK3_A, 540 .sleep = REG_FIELD(DA9062AA_VBUCK4_A, 576 .sleep = REG_FIELD(DA9062AA_VLDO1_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 | 19 int reset_timer = time_before(timeout, drive->sleep); in issue_park_cmd() 22 drive->sleep = timeout; in issue_park_cmd() 68 drive->sleep = *(unsigned long *)rq->special; in ide_do_park_unpark() 102 time_after(drive->sleep, now)) in ide_park_show() 103 msecs = jiffies_to_msecs(drive->sleep - now); in ide_park_show()
|
/drivers/infiniband/hw/hfi1/ |
D | iowait.h | 99 int (*sleep)( member 135 int (*sleep)( in iowait_init() 152 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() 323 h5->sleep = H5_SLEEPING; in h5_handle_internal_rx() 327 h5->sleep = H5_AWAKE; in h5_handle_internal_rx() 331 h5->sleep = H5_AWAKE; in h5_handle_internal_rx() 681 if (h5->sleep != H5_AWAKE) { in h5_dequeue() 684 if (h5->sleep == H5_WAKING_UP) in h5_dequeue() 687 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> 198 This command is used to debug/simulate host sleep feature using 218 echo "-1" > hscfg : Cancel host sleep mode
|
/drivers/macintosh/ |
D | via-pmu-backlight.c | 119 void pmu_backlight_set_sleep(int sleep) in pmu_backlight_set_sleep() argument 124 sleeping = sleep; in pmu_backlight_set_sleep() 126 if (sleep) { in pmu_backlight_set_sleep()
|
/drivers/media/dvb-frontends/ |
D | dvb_dummy_fe.c | 192 .sleep = dvb_dummy_fe_sleep, 221 .sleep = dvb_dummy_fe_sleep, 252 .sleep = dvb_dummy_fe_sleep,
|
D | dib0070.c | 146 state->cfg->sleep(state->fe, 0); \ 538 if (state->cfg->sleep) in dib0070_wakeup() 539 state->cfg->sleep(fe, 0); in dib0070_wakeup() 546 if (state->cfg->sleep) in dib0070_sleep() 547 state->cfg->sleep(fe, 1); in dib0070_sleep() 742 .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 | 626 .sleep = philips_tda827x_tuner_sleep, 633 .sleep = philips_tda827x_tuner_sleep, 640 .sleep = philips_tda827x_tuner_sleep, 647 .sleep = philips_tda827x_tuner_sleep, 919 .sleep = ads_duo_tuner_sleep, 1307 dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; in dvb_init() 1308 fe0->dvb.frontend->ops.sleep = philips_europa_demod_sleep; in dvb_init() 1310 fe0->dvb.frontend->ops.tuner_ops.sleep = philips_europa_tuner_sleep; in dvb_init() 1319 dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; in dvb_init() 1320 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() 510 __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/video/fbdev/omap2/omapfb/dss/ |
D | Kconfig | 124 There is a 20ms sleep after VENC reset which seemed to fix the 128 This option enables the sleep, and is enabled by default. You can 129 disable the sleep if it doesn't cause problems on your platform.
|
/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf.c | 481 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lgdt3305_frontend_attach() 482 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lgdt3305_frontend_attach() 556 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2160_frontend_attach() 557 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2160_frontend_attach() 643 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2161_frontend_attach() 644 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2161_frontend_attach() 730 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2161_ep6_frontend_attach() 731 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2161_ep6_frontend_attach() 794 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_attach_demod() 795 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_attach_demod()
|
/drivers/staging/greybus/tools/ |
D | lbtest | 129 time.sleep(1) 150 time.sleep(1)
|
/drivers/media/tuners/ |
D | tda827x.c | 242 if (priv->cfg && priv->cfg->sleep) in tda827xo_sleep() 243 priv->cfg->sleep(fe); in tda827xo_sleep() 455 if (priv->cfg && priv->cfg->sleep) in tda827xa_sleep() 456 priv->cfg->sleep(fe); in tda827xa_sleep() 818 return fe->ops.tuner_ops.sleep(fe); in tda827x_initial_sleep() 830 .sleep = tda827x_initial_sleep, 846 .sleep = tda827xa_sleep, 871 fe->ops.tuner_ops.sleep = tda827xo_sleep; in tda827x_probe_version()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | Kconfig | 128 There is a 20ms sleep after VENC reset which seemed to fix the 132 This option enables the sleep, and is enabled by default. You can 133 disable the sleep if it doesn't cause problems on your platform.
|
/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
|
/drivers/iio/pressure/ |
D | zpa2326.c | 363 goto sleep; in zpa2326_power_on() 367 sleep: in zpa2326_power_on() 1687 goto sleep; in zpa2326_probe() 1692 goto sleep; in zpa2326_probe() 1697 goto sleep; in zpa2326_probe() 1716 sleep: in zpa2326_probe()
|