Home
last modified time | relevance | path

Searched refs:on (Results 1 - 15 of 15) sorted by relevance

/drivers/hdf_core/framework/model/display/driver/
H A Dhdf_disp.h53 POWER_STATUS_ON, /* The power status is on */
107 int32_t (*on)(struct PanelData *panel); member
144 int32_t (*on)(uint32_t devId); member
H A Dhdf_disp.c31 if ((panel->on == NULL) || (panel->off == NULL)) { in RegisterPanel()
32 HDF_LOGE("%s on or off is null", __func__); in RegisterPanel()
77 .on = DispOn, in GetDispOps()
184 ret = panel->on(panel); in SetDispPower()
390 if (panel->on) { in PanelRecovery()
391 panel->on(panel); in PanelRecovery()
H A Dhdf_drm_panel.c94 panelData->on(panelData); in HdfDrmPanelEnable()
/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
H A Dalsa_soundcard.h10 * distributed under the License is distributed on an "AS IS" BASIS,
129 const struct AlsaMixerCtlElement *ctlElem, bool *on);
135 const struct AlsaMixerCtlElement *ctlElem, bool on);
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
H A DRightMenu.js10 * distributed under the License is distributed on an "AS IS" BASIS,
120 if (e.on) {
198 e.on = false;
215 e.on = true;
/drivers/peripheral/usb/ddk/host/src/
H A Dddk_uevent_handle.c10 * distributed under the License is distributed on an "AS IS" BASIS,
70 const int32_t on = 1; // turn on passcred in DdkUeventOpen() local
71 if (setsockopt(socketfd, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) != 0) { in DdkUeventOpen()
/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_uevent.c10 * distributed under the License is distributed on an "AS IS" BASIS,
373 const int32_t on = 1; in DevMgrUeventSocketInit() local
374 if (setsockopt(sockfd, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) != 0) { in DevMgrUeventSocketInit()
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_pnp_uevent.c10 * distributed under the License is distributed on an "AS IS" BASIS,
614 const int32_t on = 1; // turn on passcred in AudioPnpUeventOpen() local
637 if (setsockopt(socketFd, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) != 0) { in AudioPnpUeventOpen()
/drivers/hdf_core/framework/model/display/driver/panel/
H A Dssp_st7789.c185 /* lcd reset power on */ in St7789On()
257 .on = St7789On,
H A Dmipi_icn9700.c36 /* panel on command payload */
183 /* lcd reset power on */ in Icn9700On()
288 panel->on = Icn9700On; in Icn9700PanelInit()
H A Dili9881c_boe.c15 /* panel on command payload */
640 ili9881cBoeDev->panel.on = Ili9881cBoeOn; in Ili9881cBoeResInit()
H A Dili9881_st_5p5.c15 /* panel on command payload */
594 panel_dev->panel.on = PanelOn; in PanelResInit()
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_soundcard.c10 * distributed under the License is distributed on an "AS IS" BASIS,
1027 struct AlsaSoundCard *cardIns, const struct AlsaMixerCtlElement *ctlElem, bool *on) in SndElementReadSwitch()
1066 *on = (ret > 0) ? true : false; in SndElementReadSwitch()
1176 struct AlsaSoundCard *cardIns, const struct AlsaMixerCtlElement *ctlElem, bool on) in SndElementWriteSwitch()
1209 int value = on ? 1 : 0; in SndElementWriteSwitch()
1026 SndElementReadSwitch( struct AlsaSoundCard *cardIns, const struct AlsaMixerCtlElement *ctlElem, bool *on) SndElementReadSwitch() argument
1175 SndElementWriteSwitch( struct AlsaSoundCard *cardIns, const struct AlsaMixerCtlElement *ctlElem, bool on) SndElementWriteSwitch() argument
/drivers/hdf_core/framework/model/display/driver/lcdkit/
H A Dlite_lcdkit.c260 .on = LcdkitOn,
/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.c473 void Gt1xEsdSwitch(int32_t on) in Gt1xEsdSwitch() argument
475 if (on) { // switch on esd check in Gt1xEsdSwitch()

Completed in 15 milliseconds