| /drivers/regulator/ |
| A D | da9062-regulator.c | 51 struct reg_field sleep; member 67 struct regmap_field *sleep; member 378 .sleep = REG_FIELD(DA9062AA_VBUCK1_A, 485 .sleep = REG_FIELD(DA9062AA_VLDO1_A, 518 .sleep = REG_FIELD(DA9062AA_VLDO2_A, 551 .sleep = REG_FIELD(DA9062AA_VLDO3_A, 584 .sleep = REG_FIELD(DA9062AA_VLDO4_A, 980 if (regl->info->sleep.reg) { in da9062_regulator_probe() 984 regl->info->sleep); in da9062_regulator_probe() 985 if (IS_ERR(regl->sleep)) in da9062_regulator_probe() [all …]
|
| A D | da9063-regulator.c | 80 struct reg_field sleep; member 105 .sleep = BFIELD(DA9063_REG_V##regl_name##_A, DA9063_LDO_SL), \ 152 struct regmap_field *sleep; member 279 ret = regmap_field_read(regl->sleep, &val); in da9063_buck_get_mode() 310 return regmap_field_write(regl->sleep, val); in da9063_ldo_set_mode() 318 ret = regmap_field_read(regl->sleep, &val); in da9063_ldo_get_mode() 1002 if (regl->info->sleep.reg) { in da9063_regulator_probe() 1003 regl->sleep = devm_regmap_field_alloc(&pdev->dev, in da9063_regulator_probe() 1004 da9063->regmap, regl->info->sleep); in da9063_regulator_probe() 1005 if (IS_ERR(regl->sleep)) in da9063_regulator_probe() [all …]
|
| /drivers/infiniband/hw/hfi1/ |
| A D | iowait.c | 44 int (*sleep)(struct sdma_engine *sde, in iowait_init() 62 wait->sleep = sleep; in iowait_init()
|
| /drivers/gpu/drm/udl/ |
| A D | udl_main.c | 174 wake_up(&udl->urbs.sleep); in udl_urb_completion() 200 wake_up_all(&udl->urbs.sleep); in udl_free_urb_list() 213 init_waitqueue_head(&udl->urbs.sleep); in udl_alloc_urb_list() 269 if (!wait_event_lock_irq_timeout(udl->urbs.sleep, in udl_get_urb_locked() 324 if (!wait_event_lock_irq_timeout(udl->urbs.sleep, in udl_sync_pending_urbs()
|
| /drivers/net/wwan/iosm/ |
| A D | iosm_ipc_protocol.c | 123 .sleep.target = 0, in ipc_protocol_msg_send_host_sleep() 124 .sleep.state = state, in ipc_protocol_msg_send_host_sleep() 172 void ipc_protocol_s2idle_sleep(struct iosm_protocol *ipc_protocol, bool sleep) in ipc_protocol_s2idle_sleep() argument 174 ipc_pm_set_s2idle_sleep(&ipc_protocol->pm, sleep); in ipc_protocol_s2idle_sleep()
|
| /drivers/net/ieee802154/ |
| A D | at86rf230.c | 85 bool sleep; member 113 lp->sleep = true; in at86rf230_sleep() 132 bool sleep = lp->sleep; in __at86rf230_write() local 136 if (sleep) in __at86rf230_write() 142 if (sleep) in __at86rf230_write() 152 bool sleep = lp->sleep; in __at86rf230_read() local 156 if (sleep) in __at86rf230_read() 162 if (sleep) in __at86rf230_read() 187 bool sleep = lp->sleep; in at86rf230_write_subreg() local 191 if (sleep) in at86rf230_write_subreg() [all …]
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | README | 128 ps_state = <0/1/2/3, full power state/awake state/pre-sleep state/sleep state> 129 is_deep_sleep = <0/1, not deep sleep state/deep sleep state> 132 hs_configured = <0/1, host sleep not configured/configured> 133 hs_activated = <0/1, extended host sleep not activated/activated> 146 num_cmd_sleep_cfm_fail = <number of sleep confirm failed to send to device> 222 This command is used to debug/simulate host sleep feature using 242 echo "-1" > hscfg : Cancel host sleep mode
|
| /drivers/macintosh/ |
| A D | via-pmu-backlight.c | 115 void pmu_backlight_set_sleep(int sleep) in pmu_backlight_set_sleep() argument 120 sleeping = sleep; in pmu_backlight_set_sleep() 122 if (sleep) { in pmu_backlight_set_sleep()
|
| /drivers/crypto/cavium/cpt/ |
| A D | cptvf_mbox.c | 62 int sleep = 10; in cptvf_send_msg_to_pf_timeout() local 71 msleep(sleep); in cptvf_send_msg_to_pf_timeout() 74 timeout -= sleep; in cptvf_send_msg_to_pf_timeout()
|
| /drivers/crypto/marvell/octeontx/ |
| A D | otx_cptvf_mbox.c | 132 int sleep = 10; in cptvf_send_msg_to_pf_timeout() local 141 msleep(sleep); in cptvf_send_msg_to_pf_timeout() 144 timeout -= sleep; in cptvf_send_msg_to_pf_timeout()
|
| /drivers/media/common/b2c2/ |
| A 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/media/dvb-frontends/ |
| A D | dvb_dummy_fe.c | 200 .sleep = dvb_dummy_fe_sleep, 234 .sleep = dvb_dummy_fe_sleep, 269 .sleep = dvb_dummy_fe_sleep,
|
| A D | dib0070.c | 130 state->cfg->sleep(state->fe, 0); \ 529 if (state->cfg->sleep) in dib0070_wakeup() 530 state->cfg->sleep(fe, 0); in dib0070_wakeup() 537 if (state->cfg->sleep) in dib0070_sleep() 538 state->cfg->sleep(fe, 1); in dib0070_sleep() 732 .sleep = dib0070_sleep,
|
| /drivers/media/pci/saa7134/ |
| A D | saa7134-dvb.c | 616 .sleep = philips_tda827x_tuner_sleep, 623 .sleep = philips_tda827x_tuner_sleep, 630 .sleep = philips_tda827x_tuner_sleep, 637 .sleep = philips_tda827x_tuner_sleep, 909 .sleep = ads_duo_tuner_sleep, 1329 dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; in dvb_init() 1341 dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; in dvb_init() 1559 dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; in dvb_init() 1938 if (fe0->dvb.frontend->ops.sleep) in dvb_init() 1939 fe0->dvb.frontend->ops.sleep(fe0->dvb.frontend); in dvb_init() [all …]
|
| /drivers/bluetooth/ |
| A D | hci_h5.c | 96 } sleep; member 172 if (h5->sleep != H5_AWAKE) { in h5_timed_event() 173 h5->sleep = H5_SLEEPING; in h5_timed_event() 371 h5->sleep = H5_SLEEPING; in h5_handle_internal_rx() 375 h5->sleep = H5_AWAKE; in h5_handle_internal_rx() 379 h5->sleep = H5_AWAKE; in h5_handle_internal_rx() 746 if (h5->sleep != H5_AWAKE) { in h5_dequeue() 749 if (h5->sleep == H5_WAKING_UP) in h5_dequeue() 752 h5->sleep = H5_WAKING_UP; in h5_dequeue()
|
| /drivers/net/wireless/marvell/libertas/ |
| A 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/gpu/drm/xe/ |
| A D | xe_force_wake.c | 228 unsigned int tmp, sleep = 0; in xe_force_wake_put() local 247 sleep |= BIT(domain->id); in xe_force_wake_put() 251 for_each_fw_domain_masked(domain, sleep, fw, tmp) { in xe_force_wake_put()
|
| /drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | Kconfig | 106 There is a 20ms sleep after VENC reset which seemed to fix the 110 This option enables the sleep, and is enabled by default. You can 111 disable the sleep if it doesn't cause problems on your platform.
|
| /drivers/media/usb/dvb-usb-v2/ |
| A D | mxl111sf.c | 479 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lgdt3305_frontend_attach() 480 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lgdt3305_frontend_attach() 554 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2160_frontend_attach() 555 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2160_frontend_attach() 641 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2161_frontend_attach() 642 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2161_frontend_attach() 728 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_lg2161_ep6_frontend_attach() 729 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_lg2161_ep6_frontend_attach() 792 adap_state->fe_sleep = adap->fe[fe_id]->ops.sleep; in mxl111sf_attach_demod() 793 adap->fe[fe_id]->ops.sleep = mxl111sf_adap_fe_sleep; in mxl111sf_attach_demod()
|
| /drivers/media/tuners/ |
| A D | tda827x.c | 229 if (priv->cfg && priv->cfg->sleep) in tda827xo_sleep() 230 priv->cfg->sleep(fe); in tda827xo_sleep() 442 if (priv->cfg && priv->cfg->sleep) in tda827xa_sleep() 443 priv->cfg->sleep(fe); in tda827xa_sleep() 804 return fe->ops.tuner_ops.sleep(fe); in tda827x_initial_sleep() 816 .sleep = tda827x_initial_sleep, 832 .sleep = tda827xa_sleep, 857 fe->ops.tuner_ops.sleep = tda827xo_sleep; in tda827x_probe_version()
|
| A D | mt2060.c | 341 if (priv->sleep) { in mt2060_init() 370 if (priv->sleep) in mt2060_sleep() 397 .sleep = mt2060_sleep, 475 dev->sleep = true; in mt2060_probe()
|
| /drivers/iio/pressure/ |
| A D | zpa2326.c | 352 goto sleep; in zpa2326_power_on() 356 sleep: in zpa2326_power_on() 1661 goto sleep; in zpa2326_probe() 1666 goto sleep; in zpa2326_probe() 1671 goto sleep; in zpa2326_probe() 1690 sleep: in zpa2326_probe()
|
| /drivers/gpu/drm/omapdrm/ |
| A D | Kconfig | 130 There is a 20ms sleep after VENC reset which seemed to fix the 134 This option enables the sleep, and is enabled by default. You can 135 disable the sleep if it doesn't cause problems on your platform.
|
| /drivers/comedi/drivers/ |
| A D | me_daq.c | 143 static inline void sleep(unsigned int sec) in sleep() function 354 sleep(1); in me2600_xilinx_download() 358 sleep(1); in me2600_xilinx_download() 397 sleep(1); in me2600_xilinx_download()
|
| /drivers/gpu/drm/i915/selftests/ |
| A D | i915_sw_fence.c | 673 unsigned long end, sleep; in test_dma_fence() local 702 sleep = jiffies_to_usecs(delay) / 3; in test_dma_fence() 703 usleep_range(sleep, 2 * sleep); in test_dma_fence()
|