Home
last modified time | relevance | path

Searched refs:property_id (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/platform/chrome/wilco_ec/
H A Dproperties.c21 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member
29 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member
53 if (memcmp(rq->property_id, rs->property_id, sizeof(rs->property_id))) in send_property_msg()
68 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_get_property()
90 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_set_property()
104 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_get_byte_property() argument
110 msg.property_id = property_id; in wilco_ec_get_byte_property()
124 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_set_byte_property() argument
129 msg.property_id = property_id; in wilco_ec_set_byte_property()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dwilco-charger.c91 u32 property_id; in wilco_charge_get_property() local
97 property_id = PID_CHARGE_MODE; in wilco_charge_get_property()
100 property_id = PID_CHARGE_LOWER_LIMIT; in wilco_charge_get_property()
103 property_id = PID_CHARGE_UPPER_LIMIT; in wilco_charge_get_property()
109 ret = wilco_ec_get_byte_property(ec, property_id, &raw); in wilco_charge_get_property()
112 if (property_id == PID_CHARGE_MODE) { in wilco_charge_get_property()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dwilco-ec.h160 u32 property_id; member
199 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id,
210 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id,
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c633 drm_public drmModePropertyPtr drmModeGetProperty(int fd, uint32_t property_id) in drmModeGetProperty() argument
639 prop.prop_id = property_id; in drmModeGetProperty()
740 uint32_t property_id, in drmModeConnectorSetProperty() argument
747 osp.prop_id = property_id; in drmModeConnectorSetProperty()
1200 uint32_t property_id, uint64_t value) in drmModeObjectSetProperty() argument
1206 prop.prop_id = property_id; in drmModeObjectSetProperty()
1217 uint32_t property_id; member
1316 uint32_t property_id, in drmModeAtomicAddProperty() argument
1322 if (object_id == 0 || property_id == 0) in drmModeAtomicAddProperty()
1339 req->items[req->cursor].property_id = property_id; in drmModeAtomicAddProperty()
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drmMode.h395 extern int drmModeConnectorSetProperty(int fd, uint32_t connector_id, uint32_t property_id,
423 uint32_t object_type, uint32_t property_id,
438 uint32_t property_id,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drmMode.h470 extern int drmModeConnectorSetProperty(int fd, uint32_t connector_id, uint32_t property_id,
498 uint32_t object_type, uint32_t property_id,
513 uint32_t property_id,
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drmMode.h470 extern int drmModeConnectorSetProperty(int fd, uint32_t connector_id, uint32_t property_id,
498 uint32_t object_type, uint32_t property_id,
513 uint32_t property_id,
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drmMode.h470 extern int drmModeConnectorSetProperty(int fd, uint32_t connector_id, uint32_t property_id,
498 uint32_t object_type, uint32_t property_id,
513 uint32_t property_id,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videoio/
H A Dvideoio_c.h519 CVAPI(double) cvGetCaptureProperty( CvCapture* capture, int property_id );
522 CVAPI(int) cvSetCaptureProperty( CvCapture* capture, int property_id, double value );
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm2-cmd.c371 __be32 property_id; member
386 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id, u32 *value, in tpm2_get_tpm_pt() argument
397 tpm_buf_append_u32(&buf, property_id); in tpm2_get_tpm_pt()
H A Dtpm.h220 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/
H A D0003-Added-support-for-duktape-as-JS-engine.patch1459 + guint property_id,
1770 + guint property_id,
1776 + switch (property_id)
1784 + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
2792 - guint property_id,
2797 + guint property_id,