Home
last modified time | relevance | path

Searched refs:power_down (Results 1 – 25 of 45) sorted by relevance

12

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dael1002.c208 .power_down = ael1002_power_down,
234 .power_down = ael1002_power_down,
505 .power_down = ael1002_power_down,
811 .power_down = ael1002_power_down,
861 .power_down = ael1002_power_down,
926 .power_down = xaui_direct_power_down,
H A Dvsc8211.c350 .power_down = vsc8211_power_down,
364 .power_down = vsc8211_power_down,
H A Daq100x.c262 .power_down = aq100x_power_down,
/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc2235.c448 static int power_down(struct v4l2_subdev *sd) in power_down() function
484 ret = power_down(sd); in gc2235_s_power()
507 power_down(sd); in gc2235_startup()
648 ret = power_down(sd); in gc2235_s_config()
672 ret = power_down(sd); in gc2235_s_config()
684 power_down(sd); in gc2235_s_config()
H A Datomisp-ov2722.c556 static int power_down(struct v4l2_subdev *sd) in power_down() function
593 return power_down(sd); in ov2722_s_power()
674 power_down(sd); in ov2722_set_fmt()
784 ret = power_down(sd); in ov2722_s_config()
808 ret = power_down(sd); in ov2722_s_config()
820 power_down(sd); in ov2722_s_config()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c171 pps->delays.power_down = REG_FIELD_GET(PANEL_POWER_DOWN_DELAY_MASK, val); in intel_lvds_pps_get_hw_state()
190 pps->delays.power_down == 0 && in intel_lvds_pps_get_hw_state()
199 pps->delays.power_down = 35 * 10; in intel_lvds_pps_get_hw_state()
205 pps->delays.power_up, pps->delays.power_down, in intel_lvds_pps_get_hw_state()
229 REG_FIELD_PREP(PANEL_POWER_DOWN_DELAY_MASK, pps->delays.power_down) | in intel_lvds_pps_init_hw()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhif.h88 void (*power_down)(struct ath10k *ar); member
191 ar->hif.ops->power_down(ar); in ath10k_hif_power_down()
/linux/drivers/iio/frequency/
H A Dadf4371.c386 bool power_down; in adf4371_write() local
400 ret = kstrtobool(buf, &power_down); in adf4371_write()
411 readval |= (!power_down << bit); in adf4371_write()
/linux/drivers/hid/i2c-hid/
H A Di2c-hid-of-goodix.c89 ihid_goodix->ops.power_down = goodix_i2c_hid_power_down; in i2c_hid_of_goodix_probe()
H A Di2c-hid-core.c951 if (!ihid->ops->power_down) in i2c_hid_core_power_down()
954 ihid->ops->power_down(ihid->ops); in i2c_hid_core_power_down()
/linux/drivers/gpu/drm/gma500/
H A Dpower.c100 dev_priv->ops->power_down(dev); in gma_suspend_display()
H A Dpsb_device.c290 .power_down = psb_power_down,
H A Doaktrail_device.c501 .power_down = oaktrail_power_down,
/linux/drivers/mfd/
H A Dsi476x-cmd.c1428 int (*power_down)(struct si476x_core *, member
1446 .power_down = si476x_core_cmd_power_down_a10,
1455 .power_down = si476x_core_cmd_power_down_a20,
1464 .power_down = si476x_core_cmd_power_down_a20,
1487 return si476x_cmds_vtable[core->revision].power_down(core, args); in si476x_core_cmd_power_down()
H A Dsi476x-i2c.c630 goto power_down; in si476x_core_get_revision_info()
636 power_down: in si476x_core_get_revision_info()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dspi.c246 goto power_down; in wilc_bus_probe()
250 goto power_down; in wilc_bus_probe()
254 goto power_down; in wilc_bus_probe()
273 power_down: in wilc_bus_probe()
/linux/drivers/dma/
H A Dpl330.c2073 bool power_down = false; in pl330_tasklet() local
2092 power_down = true; in pl330_tasklet()
2112 if (power_down) { in pl330_tasklet()
2117 power_down = false; in pl330_tasklet()
2135 if (power_down) in pl330_tasklet()
2283 bool power_down = false; in pl330_terminate_all() local
2295 power_down = pch->active; in pl330_terminate_all()
2313 if (power_down) in pl330_terminate_all()
/linux/drivers/usb/dwc2/
H A Ddrd.c134 hsotg->params.power_down == DWC2_POWER_DOWN_PARAM_NONE && in dwc2_drd_role_sw_set()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c758 hws->funcs.power_down && in dcn30_init_hw()
761 hws->funcs.power_down(dc); in dcn30_init_hw()
769 hws->funcs.power_down) { in dcn30_init_hw()
770 hws->funcs.power_down(dc); in dcn30_init_hw()
/linux/kernel/power/
H A Dhibernate.c703 static void power_down(void) in power_down() function
873 power_down(); in hibernate()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c48 pdata->power_down = 0; in xgbe_default_config()
H A Dxgbe-drv.c1128 (caller == XGMAC_IOCTL_CONTEXT && pdata->power_down)) { in xgbe_powerdown()
1149 pdata->power_down = 1; in xgbe_powerdown()
1167 (caller == XGMAC_IOCTL_CONTEXT && !pdata->power_down)) { in xgbe_powerup()
1175 pdata->power_down = 0; in xgbe_powerup()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c918 hws->funcs.power_down && in dcn32_init_hw()
921 hws->funcs.power_down(dc); in dcn32_init_hw()
931 hws->funcs.power_down) { in dcn32_init_hw()
932 hws->funcs.power_down(dc); in dcn32_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c533 dc->hwseq->funcs.power_down && in dcn35_power_down_on_boot()
536 dc->hwseq->funcs.power_down(dc); in dcn35_power_down_on_boot()
544 dc->hwseq->funcs.power_down) { in dcn35_power_down_on_boot()
545 dc->hwseq->funcs.power_down(dc); in dcn35_power_down_on_boot()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h559 void (*power_down)(struct e1000_hw *); member

12