/drivers/video/backlight/ |
D | wm831x_bl.c | 30 int power_up = !data->current_brightness && brightness; in wm831x_backlight_set() local 34 if (power_up) { in wm831x_backlight_set() 68 if (power_up) { in wm831x_backlight_set() 84 if (power_up || power_down) { in wm831x_backlight_set()
|
/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.h | 78 bool power_up); 86 bool power_up);
|
D | dce110_hw_sequencer.c | 724 bool power_up) in dce110_edp_wait_for_hpd_ready() argument 732 uint32_t timeout = power_up ? in dce110_edp_wait_for_hpd_ready() 741 if (!power_up) in dce110_edp_wait_for_hpd_ready() 779 if (!(detected ^ power_up)) { in dce110_edp_wait_for_hpd_ready() 801 bool power_up) in dce110_edp_power_control() argument 817 if (power_up != in dce110_edp_power_control() 834 power_up, in dce110_edp_power_control() 842 if (power_up) { in dce110_edp_power_control() 879 __func__, (power_up ? "On":"Off")); in dce110_edp_power_control() 881 cntl.action = power_up ? in dce110_edp_power_control() [all …]
|
/drivers/usb/chipidea/ |
D | otg_fsm.c | 344 if (ci->fsm.power_up) in b_data_pls_tmout() 345 ci->fsm.power_up = 0; in b_data_pls_tmout() 480 fsm->power_up = 0; in ci_otg_drv_vbus() 605 (ci->fsm.power_up)) { in ci_otg_fsm_work() 618 ci->fsm.power_up = 0; in ci_otg_fsm_work() 802 ci->fsm.power_up = 1; in ci_hdrc_otg_fsm_init()
|
D | debug.c | 214 seq_printf(s, "power_up: %d\n", fsm->power_up); in ci_otg_show()
|
/drivers/net/wireless/ath/ath11k/ |
D | hif.h | 18 int (*power_up)(struct ath11k_base *sc); member 68 return sc->hif.ops->power_up(sc); in ath11k_hif_power_up()
|
/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.h | 169 bool power_up); 172 bool power_up);
|
/drivers/net/wireless/ath/ath10k/ |
D | hif.h | 83 int (*power_up)(struct ath10k *ar, enum ath10k_firmware_mode fw_mode); member 186 return ar->hif.ops->power_up(ar, fw_mode); in ath10k_hif_power_up()
|
/drivers/hid/i2c-hid/ |
D | i2c-hid.h | 32 int (*power_up)(struct i2chid_ops *ops); member
|
D | i2c-hid-of.c | 84 ihid_of->ops.power_up = i2c_hid_of_power_up; in i2c_hid_of_probe()
|
D | i2c-hid-of-goodix.c | 100 ihid_goodix->ops.power_up = goodix_i2c_hid_power_up; in i2c_hid_of_goodix_probe()
|
/drivers/staging/media/atomisp/i2c/ |
D | atomisp-gc2235.c | 583 static int power_up(struct v4l2_subdev *sd) in power_up() function 665 ret = power_up(sd); in gc2235_s_power() 757 power_up(sd); in startup() 913 ret = power_up(sd); in gc2235_s_config()
|
D | atomisp-ov2722.c | 692 static int power_up(struct v4l2_subdev *sd) in power_up() function 778 ret = power_up(sd); in ov2722_s_power() 934 ret = power_up(sd); in ov2722_set_fmt() 1058 ret = power_up(sd); in ov2722_s_config()
|
D | atomisp-ov2680.c | 751 static int power_up(struct v4l2_subdev *sd) in power_up() function 839 ret = power_up(sd); in ov2680_s_power() 970 power_up(sd); in ov2680_set_fmt() 1115 ret = power_up(sd); in ov2680_s_config()
|
D | atomisp-gc0310.c | 791 static int power_up(struct v4l2_subdev *sd) in power_up() function 874 ret = power_up(sd); in gc0310_s_power() 1159 ret = power_up(sd); in gc0310_s_config()
|
/drivers/mfd/ |
D | si476x-cmd.c | 1426 int (*power_up)(struct si476x_core *, member 1445 .power_up = si476x_core_cmd_power_up_a10, 1454 .power_up = si476x_core_cmd_power_up_a20, 1463 .power_up = si476x_core_cmd_power_up_a20, 1478 return si476x_cmds_vtable[core->revision].power_up(core, args); in si476x_core_cmd_power_up()
|
/drivers/usb/common/ |
D | usb-otg-fsm.c | 351 else if ((fsm->b_bus_req || fsm->adp_change || fsm->power_up) && in otg_statemachine() 386 fsm->a_srp_det || fsm->adp_change || fsm->power_up)) in otg_statemachine()
|
/drivers/staging/media/atomisp/include/linux/ |
D | atomisp_platform.h | 191 int (*power_up)(struct v4l2_subdev *sd, struct camera_vcm_control *vcm); member
|
/drivers/usb/phy/ |
D | phy-isp1301-omap.c | 248 static void __maybe_unused power_up(struct isp1301 *isp) in power_up() function 1240 power_up(isp); in isp1301_otg_enable() 1286 power_up(isp); in isp1301_set_host() 1354 power_up(isp); in isp1301_set_peripheral()
|
/drivers/dma/sh/ |
D | shdma-base.c | 77 bool power_up; in shdma_tx_submit() local 81 power_up = list_empty(&schan->ld_queue); in shdma_tx_submit() 111 if (power_up) { in shdma_tx_submit()
|
/drivers/gpu/drm/gma500/ |
D | power.c | 107 dev_priv->ops->power_up(dev); in gma_resume_display()
|
D | psb_device.c | 347 .power_up = psb_power_up,
|
/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 123 power_up: in dcon_bus_stabilize() 147 goto power_up; /* argh, stupid hardware.. */ in dcon_bus_stabilize()
|
/drivers/gpu/drm/amd/display/dc/inc/ |
D | hw_sequencer.h | 51 void (*edp_wait_for_hpd_ready)(struct dc_link *link, bool power_up);
|
/drivers/staging/media/atomisp/i2c/ov5693/ |
D | atomisp-ov5693.c | 1433 static int power_up(struct v4l2_subdev *sd) in power_up() function 1456 ret = power_up(sd); in ov5693_s_power() 1633 ret = power_up(sd); in ov5693_set_fmt() 1774 ret = power_up(sd); in ov5693_s_config()
|