Home
last modified time | relevance | path

Searched defs:ioctl (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/display/msm8998/sdm/include/utils/
Dsys.h53 typedef int (*ioctl)(int, unsigned long int, ...); // NOLINT typedef
55 typedef int (*ioctl)(int, int, ...); typedef
/hardware/qcom/display/msm8909/sdm/include/utils/
Dsys.h53 typedef int (*ioctl)(int, unsigned long int, ...); // NOLINT typedef
55 typedef int (*ioctl)(int, int, ...); typedef
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Dsys.h53 typedef int (*ioctl)(int, unsigned long int, ...); // NOLINT typedef
55 typedef int (*ioctl)(int, int, ...); typedef
/hardware/nxp/nfc/extns/impl/
DNxpNfc.cpp32 Return<void> NxpNfc::ioctl(uint64_t ioctlType, in ioctl() function in vendor::nxp::nxpnfc::V1_0::implementation::NxpNfc
Dhal_nxpnfc.h137 int (*ioctl)(const struct nxpnfc_nci_device* p_dev, long arg, void* p_data); member
/hardware/nxp/secure_element/extns/impl/
DNxpEse.cpp28 Return<void> NxpEse::ioctl(uint64_t ioctlType, in ioctl() function in vendor::nxp::nxpese::V1_0::implementation::NxpEse
/hardware/qcom/display/msm8996/sdm/include/utils/
Dsys.h52 typedef int (*ioctl)(int, int, ...); typedef
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_device_drm.h42 #define IOCTL_LOGE(ioctl, type) \ argument
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_device.h37 #define IOCTL_LOGE(ioctl, type) DLOGE("ioctl %s, device = %d errno = %d, desc = %s", #ioctl, \ argument
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_device_drm.h44 #define IOCTL_LOGE(ioctl, type) \ argument
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_device_drm.h44 #define IOCTL_LOGE(ioctl, type) \ argument
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_device.h37 #define IOCTL_LOGE(ioctl, type) DLOGE("ioctl %s, device = %d errno = %d, desc = %s", #ioctl, \ argument
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_device.h37 #define IOCTL_LOGE(ioctl, type) DLOGE("ioctl %s, device = %d errno = %d, desc = %s", #ioctl, \ argument
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_device.h37 #define IOCTL_LOGE(ioctl, type) DLOGE("ioctl %s, device = %d errno = %d, desc = %s", #ioctl, \ argument
/hardware/nxp/nfc/halimpl/src/include/
Dese_hal_api.h99 tHAL_SPIAPI_IOCTL* ioctl; member