/drivers/lguest/ |
D | Makefile | 25 @sleep 2; clear; printf "\n\n Sit!\n\n"; sleep 1; clear 27 @sleep 2; clear; printf "\n\n Stand!\n\n"; sleep 1; clear 29 @sleep 2; clear; printf "\n\n Good puppy!\n\n"; sleep 1; clear
|
/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/bluetooth/ |
D | hci_h5.c | 96 } sleep; member 151 if (h5->sleep != H5_AWAKE) { in h5_timed_event() 152 h5->sleep = H5_SLEEPING; in h5_timed_event() 302 h5->sleep = H5_SLEEPING; in h5_handle_internal_rx() 306 h5->sleep = H5_AWAKE; in h5_handle_internal_rx() 310 h5->sleep = H5_AWAKE; in h5_handle_internal_rx() 663 if (h5->sleep != H5_AWAKE) { in h5_dequeue() 666 if (h5->sleep == H5_WAKING_UP) in h5_dequeue() 669 h5->sleep = H5_WAKING_UP; in h5_dequeue()
|
/drivers/target/iscsi/ |
D | iscsi_target_tq.c | 419 goto sleep; in iscsi_rx_thread_pre_handler() 441 sleep: in iscsi_rx_thread_pre_handler() 452 goto sleep; in iscsi_rx_thread_pre_handler() 472 goto sleep; in iscsi_tx_thread_pre_handler() 493 sleep: in iscsi_tx_thread_pre_handler() 505 goto sleep; in iscsi_tx_thread_pre_handler()
|
D | iscsi_target_erl0.c | 861 goto sleep; in iscsit_connection_reinstatement_rcfr() 866 goto sleep; in iscsit_connection_reinstatement_rcfr() 872 sleep: in iscsit_connection_reinstatement_rcfr() 877 void iscsit_cause_connection_reinstatement(struct iscsi_conn *conn, int sleep) in iscsit_cause_connection_reinstatement() argument 901 if (!sleep) { in iscsit_cause_connection_reinstatement()
|
/drivers/media/common/b2c2/ |
D | flexcop-fe-tuner.c | 176 fc->fe_sleep = ops->sleep; in skystar2_rev23_attach() 177 ops->sleep = flexcop_sleep; in skystar2_rev23_attach() 283 fc->fe_sleep = fc->fe->ops.sleep; in skystar2_rev26_attach() 284 fc->fe->ops.sleep = flexcop_sleep; in skystar2_rev26_attach() 322 fc->fe_sleep = fc->fe->ops.sleep; in skystar2_rev27_attach() 323 fc->fe->ops.sleep = flexcop_sleep; in skystar2_rev27_attach()
|
/drivers/macintosh/ |
D | via-pmu-backlight.c | 125 void pmu_backlight_set_sleep(int sleep) in pmu_backlight_set_sleep() argument 130 sleeping = sleep; in pmu_backlight_set_sleep() 132 if (sleep) { in pmu_backlight_set_sleep()
|
/drivers/media/dvb-frontends/ |
D | dvb_dummy_fe.c | 186 .sleep = dvb_dummy_fe_sleep, 215 .sleep = dvb_dummy_fe_sleep, 246 .sleep = dvb_dummy_fe_sleep,
|
D | dib0070.c | 146 state->cfg->sleep(state->fe, 0); \ 540 if (state->cfg->sleep) in dib0070_wakeup() 541 state->cfg->sleep(fe, 0); in dib0070_wakeup() 548 if (state->cfg->sleep) in dib0070_sleep() 549 state->cfg->sleep(fe, 1); in dib0070_sleep() 743 .sleep = dib0070_sleep,
|
D | or51211.h | 37 void (*sleep)(struct dvb_frontend * fe); member
|
/drivers/net/wireless/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>
|
/drivers/media/pci/saa7134/ |
D | saa7134-dvb.c | 632 .sleep = philips_tda827x_tuner_sleep, 639 .sleep = philips_tda827x_tuner_sleep, 646 .sleep = philips_tda827x_tuner_sleep, 653 .sleep = philips_tda827x_tuner_sleep, 925 .sleep = ads_duo_tuner_sleep, 1301 dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; in dvb_init() 1302 fe0->dvb.frontend->ops.sleep = philips_europa_demod_sleep; in dvb_init() 1304 fe0->dvb.frontend->ops.tuner_ops.sleep = philips_europa_tuner_sleep; in dvb_init() 1313 dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; in dvb_init() 1314 fe0->dvb.frontend->ops.sleep = philips_europa_demod_sleep; in dvb_init() [all …]
|
/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 197 static void dcon_sleep(struct dcon_priv *dcon, bool sleep) in dcon_sleep() argument 203 if (dcon->asleep == sleep) in dcon_sleep() 209 if (sleep) { in dcon_sleep() 215 dcon->asleep = sleep; in dcon_sleep() 224 dcon->asleep = sleep; in dcon_sleep() 506 __ATTR(sleep, 0644, dcon_sleep_show, dcon_sleep_store),
|
/drivers/net/wireless/libertas/ |
D | README | 110 p5 is Control the use of external sleep clock (0-2) 230 This command is used to enable/disable host sleep. 231 Note: Host sleep parameters should be configured using 232 "ethtool -s ethX wol X" command before enabling host sleep. 238 echo "1" > hostsleep : enable host sleep. 239 echo "0" > hostsleep : disable host sleep
|
/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf.c | 474 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lgdt3305_frontend_attach() 475 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lgdt3305_frontend_attach() 549 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2160_frontend_attach() 550 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2160_frontend_attach() 636 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2161_frontend_attach() 637 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2161_frontend_attach() 723 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2161_ep6_frontend_attach() 724 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2161_ep6_frontend_attach() 787 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_attach_demod() 788 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_attach_demod()
|
/drivers/video/omap2/dss/ |
D | Kconfig | 112 There is a 20ms sleep after VENC reset which seemed to fix the 116 This option enables the sleep, and is enabled by default. You can 117 disable the sleep if it doesn't cause problems on your platform.
|
/drivers/spi/ |
D | spi-nuc900.c | 295 static void nuc900_set_sleep(struct nuc900_spi *hw, unsigned int sleep) in nuc900_set_sleep() argument 304 if (sleep) in nuc900_set_sleep() 305 val |= (sleep << 12); in nuc900_set_sleep() 342 nuc900_set_sleep(hw, hw->pdata->sleep); in nuc900_init_spi()
|
/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()
|
D | tda827x.h | 35 int (*sleep) (struct dvb_frontend *fe); member
|
/drivers/staging/comedi/drivers/ |
D | me_daq.c | 182 static inline void sleep(unsigned sec) in sleep() function 408 sleep(1); in me2600_xilinx_download() 412 sleep(1); in me2600_xilinx_download() 452 sleep(1); in me2600_xilinx_download()
|
/drivers/mmc/core/ |
D | mmc_ops.c | 62 int mmc_card_sleepawake(struct mmc_host *host, int sleep) in mmc_card_sleepawake() argument 68 if (sleep) in mmc_card_sleepawake() 73 if (sleep) in mmc_card_sleepawake() 90 if (!sleep) in mmc_card_sleepawake()
|
/drivers/media/i2c/ |
D | sr030pc30.c | 152 unsigned int sleep:1; member 378 bool reset, bool sleep) in sr030pc30_pwr_ctrl() argument 381 u8 reg = sleep ? 0xF1 : 0xF0; in sr030pc30_pwr_ctrl() 389 info->sleep = sleep; in sr030pc30_pwr_ctrl()
|
/drivers/media/pci/pt1/ |
D | va1j5jf8007t.c | 380 static int va1j5jf8007t_set_sleep(struct va1j5jf8007t_state *state, int sleep) in va1j5jf8007t_set_sleep() argument 386 buf[1] = sleep ? 0x90 : 0x80; in va1j5jf8007t_set_sleep() 446 .sleep = va1j5jf8007t_sleep,
|
D | pt1.c | 109 int sleep; member 600 adap->sleep = 1; in pt1_sleep() 614 adap->sleep = 0; in pt1_wakeup() 655 adap->sleep = 1; in pt1_alloc_adapter() 751 adap->orig_sleep = fe->ops.sleep; in pt1_init_frontend() 754 fe->ops.sleep = pt1_sleep; in pt1_init_frontend()
|
/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 784 .sleep = dib7070_tuner_sleep, 791 .sleep = dib7070_tuner_sleep, 800 .sleep = dib7070_tuner_sleep, 1181 .sleep = dib80xx_tuner_sleep, 1195 .sleep = dib80xx_tuner_sleep, 1503 .sleep = dib80xx_tuner_sleep, 1857 .sleep = dib8096p_tuner_sleep, 2185 .sleep = dib90x0_tuner_sleep, 2204 .sleep = dib90x0_tuner_sleep, 2220 .sleep = dib90x0_tuner_sleep, [all …]
|