Home
last modified time | relevance | path

Searched defs:property (Results 1 - 18 of 18) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_intf_k.c37 drv_hdmi_property property = {0}; in hdmi_hot_plug_process() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/src/
H A Dhistreaming_client_server.c97 static int DoGET(struct LinkService* ar, const char* property, char* value, int len) in DoGET() argument
126 static int DoPUT(struct LinkService* ar, const char* property, cha argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/
H A Dpower_supply_sysfs.c333 int property = psy->desc->properties[i]; in power_supply_attr_is_visible() local
H A Dpower_supply_core.c521 struct power_supply *power_supply_get_by_phandle(struct device_node *np, const char *property) in power_supply_get_by_phandle() argument
587 power_supply_get_by_phandle_array(struct device_node *np, const char *property, struct power_supply **psy, ssize_t size) power_supply_get_by_phandle_array() argument
631 devm_power_supply_get_by_phandle(struct device *dev, const char *property) devm_power_supply_get_by_phandle() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_mode_config.c489 struct drm_property *property, *pt; in drm_mode_config_cleanup() local
H A Ddrm_atomic_uapi.c390 drm_atomic_crtc_set_property(struct drm_crtc *crtc, struct drm_crtc_state *state, struct drm_property *property, uint64_t val) drm_atomic_crtc_set_property() argument
452 drm_atomic_crtc_get_property(struct drm_crtc *crtc, const struct drm_crtc_state *state, struct drm_property *property, uint64_t *val) drm_atomic_crtc_get_property() argument
485 drm_atomic_plane_set_property(struct drm_plane *plane, struct drm_plane_state *state, struct drm_file *file_priv, struct drm_property *property, uint64_t val) drm_atomic_plane_set_property() argument
568 drm_atomic_plane_get_property(struct drm_plane *plane, const struct drm_plane_state *state, struct drm_property *property, uint64_t *val) drm_atomic_plane_get_property() argument
637 drm_atomic_connector_set_property(struct drm_connector *connector, struct drm_connector_state *state, struct drm_file *file_priv, struct drm_property *property, uint64_t val) drm_atomic_connector_set_property() argument
744 drm_atomic_connector_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, uint64_t *val) drm_atomic_connector_get_property() argument
814 drm_atomic_get_property(struct drm_mode_object *obj, struct drm_property *property, uint64_t *val) drm_atomic_get_property() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_rgb.c88 rockchip_rgb_atomic_connector_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, uint64_t *val) rockchip_rgb_atomic_connector_get_property() argument
H A Drockchip_lvds.c129 rockchip_lvds_atomic_connector_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, uint64_t *val) rockchip_lvds_atomic_connector_get_property() argument
H A Ddw_hdmi-rockchip.c2088 struct drm_property *property = hdmi->next_hdr_sink_data_property; in dw_hdmi_rockchip_get_next_hdr_data() local
2335 dw_hdmi_rockchip_set_property(struct drm_connector *connector, struct drm_connector_state *state, struct drm_property *property, u64 val, void *data) dw_hdmi_rockchip_set_property() argument
2387 dw_hdmi_rockchip_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, u64 *val, void *data) dw_hdmi_rockchip_get_property() argument
[all...]
H A Drockchip_drm_vop.c2162 vop_atomic_plane_set_property(struct drm_plane *plane, struct drm_plane_state *state, struct drm_property *property, uint64_t val) vop_atomic_plane_set_property() argument
2194 vop_atomic_plane_get_property(struct drm_plane *plane, const struct drm_plane_state *state, struct drm_property *property, uint64_t *val) vop_atomic_plane_get_property() argument
3903 vop_crtc_atomic_get_property(struct drm_crtc *crtc, const struct drm_crtc_state *state, struct drm_property *property, uint64_t *val) vop_crtc_atomic_get_property() argument
3952 vop_crtc_atomic_set_property(struct drm_crtc *crtc, struct drm_crtc_state *state, struct drm_property *property, uint64_t val) vop_crtc_atomic_set_property() argument
[all...]
H A Drockchip_drm_vop2.c4415 vop2_atomic_plane_set_property(struct drm_plane *plane, struct drm_plane_state *state, struct drm_property *property, uint64_t val) vop2_atomic_plane_set_property() argument
4447 vop2_atomic_plane_get_property(struct drm_plane *plane, const struct drm_plane_state *state, struct drm_property *property, uint64_t *val) vop2_atomic_plane_get_property() argument
7462 vop2_crtc_atomic_get_property(struct drm_crtc *crtc, const struct drm_crtc_state *state, struct drm_property *property, uint64_t *val) vop2_crtc_atomic_get_property() argument
7513 vop2_crtc_atomic_set_property(struct drm_crtc *crtc, struct drm_crtc_state *state, struct drm_property *property, uint64_t val) vop2_crtc_atomic_set_property() argument
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dpower_supply.h394 static inline struct power_supply *power_supply_get_by_phandle(struct device_node *np, const char *property) in power_supply_get_by_phandle() argument
398 static inline int power_supply_get_by_phandle_array(struct device_node *np, const char *property, in power_supply_get_by_phandle_array() argument
403 static inline struct power_supply *devm_power_supply_get_by_phandle(struct device *dev, const char *property) in devm_power_supply_get_by_phandle() argument
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c1697 struct drm_property *property; in dw_hdmi_update_hdr_property() local
1800 static int dw_hdmi_connector_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) in dw_hdmi_connector_set_property() argument
1773 dw_hdmi_atomic_connector_set_property(struct drm_connector *connector, struct drm_connector_state *state, struct drm_property *property, uint64_t val) dw_hdmi_atomic_connector_set_property() argument
1786 dw_hdmi_atomic_connector_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, uint64_t *val) dw_hdmi_atomic_connector_get_property() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c1548 struct drm_property *property; in dw_hdmi_update_hdr_property() local
1627 dw_hdmi_atomic_connector_set_property(struct drm_connector *connector, struct drm_connector_state *state, struct drm_property *property, uint64_t val) dw_hdmi_atomic_connector_set_property() argument
1644 dw_hdmi_atomic_connector_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, uint64_t *val) dw_hdmi_atomic_connector_get_property() argument
1661 dw_hdmi_connector_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) dw_hdmi_connector_set_property() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H A Dphy-rockchip-typec.c1230 union extcon_property_value property; in tcphy_get_mode() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H A Dbq25700_charger.c884 u32 property; in bq25700_fw_read_u32_props() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c2952 struct drm_property *property; in dw_hdmi_update_hdr_property() local
3148 static int dw_hdmi_connector_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) in dw_hdmi_connector_set_property() argument
3121 dw_hdmi_atomic_connector_set_property(struct drm_connector *connector, struct drm_connector_state *state, struct drm_property *property, uint64_t val) dw_hdmi_atomic_connector_set_property() argument
3134 dw_hdmi_atomic_connector_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, uint64_t *val) dw_hdmi_atomic_connector_get_property() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c4410 vop2_atomic_plane_set_property(struct drm_plane *plane, struct drm_plane_state *state, struct drm_property *property, uint64_t val) vop2_atomic_plane_set_property() argument
4445 vop2_atomic_plane_get_property(struct drm_plane *plane, const struct drm_plane_state *state, struct drm_property *property, uint64_t *val) vop2_atomic_plane_get_property() argument
7573 vop2_crtc_atomic_get_property(struct drm_crtc *crtc, const struct drm_crtc_state *state, struct drm_property *property, uint64_t *val) vop2_crtc_atomic_get_property() argument
7626 vop2_crtc_atomic_set_property(struct drm_crtc *crtc, struct drm_crtc_state *state, struct drm_property *property, uint64_t val) vop2_crtc_atomic_set_property() argument
[all...]

Completed in 50 milliseconds