/drivers/hdf_core/framework/model/display/driver/ |
H A D | hdf_disp.h | 53 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 D | hdf_disp.c | 31 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 D | hdf_drm_panel.c | 94 panelData->on(panelData); in HdfDrmPanelEnable()
|
/drivers/peripheral/audio/supportlibs/alsa_adapter/include/ |
H A D | alsa_soundcard.h | 10 * 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 D | RightMenu.js | 10 * 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 D | ddk_uevent_handle.c | 10 * 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 D | devmgr_uevent.c | 10 * 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 D | hdf_audio_pnp_uevent.c | 10 * 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 D | ssp_st7789.c | 185 /* lcd reset power on */ in St7789On() 257 .on = St7789On,
|
H A D | mipi_icn9700.c | 36 /* panel on command payload */ 183 /* lcd reset power on */ in Icn9700On() 288 panel->on = Icn9700On; in Icn9700PanelInit()
|
H A D | ili9881c_boe.c | 15 /* panel on command payload */ 640 ili9881cBoeDev->panel.on = Ili9881cBoeOn; in Ili9881cBoeResInit()
|
H A D | ili9881_st_5p5.c | 15 /* panel on command payload */
594 panel_dev->panel.on = PanelOn;
in PanelResInit()
|
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/ |
H A D | alsa_soundcard.c | 10 * 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 D | lite_lcdkit.c | 260 .on = LcdkitOn,
|
/drivers/hdf_core/framework/model/input/driver/ |
H A D | hdf_touch.c | 473 void Gt1xEsdSwitch(int32_t on) in Gt1xEsdSwitch() argument 475 if (on) { // switch on esd check in Gt1xEsdSwitch()
|