/linux-6.14.4/drivers/gpu/drm/ |
D | drm_mode_object.c | 235 struct drm_property *property, in drm_object_attach_property() 285 struct drm_property *property, uint64_t val) in drm_object_property_set_value() 304 struct drm_property *property, in __drm_object_property_get_prop_value() 305 uint64_t *val) in __drm_object_property_get_prop_value() 320 struct drm_property *property, in __drm_object_property_get_value() 321 uint64_t *val) in __drm_object_property_get_value() 353 struct drm_property *property, uint64_t *val) in drm_object_property_get_value() 378 struct drm_property *property, in drm_object_property_get_default_value() 379 uint64_t *val) in drm_object_property_get_default_value() 397 uint64_t val; in drm_mode_object_get_properties() local [all …]
|
D | drm_atomic_uapi.c | 366 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() 367 uint64_t val) in drm_atomic_crtc_set_property() 436 struct drm_property *property, uint64_t *val) in drm_atomic_crtc_get_property() 472 struct drm_property *property, uint64_t val) in drm_atomic_plane_set_property() 584 struct drm_property *property, uint64_t *val) in drm_atomic_plane_get_property() 670 struct drm_property *property, uint64_t val) in drm_atomic_connector_set_property() 798 struct drm_property *property, uint64_t *val) in drm_atomic_connector_get_property() 881 struct drm_property *property, uint64_t *val) in drm_atomic_get_property()
|
/linux-6.14.4/drivers/mfd/ |
D | si476x-prop.c | 46 u16 property) in si476x_core_is_valid_property_a10() 87 u16 property) in si476x_core_is_valid_property_a20() 108 u16 property) in si476x_core_is_valid_property_a30() 136 u16 property) in si476x_core_is_valid_property() 151 u16 property) in si476x_core_is_readonly_property() 192 unsigned int val) in si476x_core_regmap_write() 198 unsigned *val) in si476x_core_regmap_read()
|
D | altera-sysmgr.c | 42 unsigned int reg, unsigned int val) in s10_protected_reg_write() 64 unsigned int reg, unsigned int *val) in s10_protected_reg_read() 96 const char *property) in altr_sysmgr_regmap_lookup_by_phandle()
|
/linux-6.14.4/scripts/kconfig/ |
D | expr.h | 50 tristate val; member 65 void *val; member 187 struct property { struct 188 struct property *next; /* next property - null if last */ argument 189 enum prop_type type; /* type of property */ argument 192 struct expr *expr; /* the optional conditional part of the property */ argument 193 struct menu *menu; /* the menu the property are associated with argument 196 const char *filename; /* what file was this property defined */ argument 197 int lineno; /* what lineno was this property defined */ argument
|
/linux-6.14.4/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 24 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() 34 const char *property, const char *string) in setprop_string() 43 const char *property, uint32_t val) in setprop_cell() 52 const char *property, int *len) in getprop()
|
/linux-6.14.4/scripts/dtc/ |
D | dtc.h | 136 char *val; member 206 struct property { struct 209 struct data val; member 211 struct property *next; argument 220 struct property *proplist; argument
|
/linux-6.14.4/drivers/gpu/drm/i915/display/ |
D | intel_atomic.c | 59 struct drm_property *property, in intel_digital_connector_atomic_get_property() 60 u64 *val) in intel_digital_connector_atomic_get_property() 92 struct drm_property *property, in intel_digital_connector_atomic_set_property() 93 u64 val) in intel_digital_connector_atomic_set_property()
|
/linux-6.14.4/scripts/dtc/libfdt/ |
D | libfdt.h | 151 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() 175 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() 653 #define fdt_for_each_property_offset(property, fdt, node) \ argument 1386 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 1421 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 1438 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 1541 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() 1546 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() 1553 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell() 1753 uint32_t val) in fdt_setprop_u32() [all …]
|
D | fdt_overlay.c | 30 const fdt32_t *val; in overlay_get_target_phandle() local 104 fdt32_t *valp, val; in overlay_phandle_add_offset() local 376 int property) in overlay_fixup_phandle() 476 int property; in overlay_fixup_phandles() local 772 int property; in overlay_apply_node() local
|
D | fdt_ro.c | 688 const void *val; in fdt_node_offset_by_prop_value() local 752 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() 777 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() 808 const char *property, int idx, in fdt_stringlist_get()
|
/linux-6.14.4/drivers/gpu/drm/armada/ |
D | armada_overlay.c | 80 u32 cfg, cfg_mask, val; in armada_drm_overlay_plane_atomic_update() local 345 struct drm_plane_state *state, struct drm_property *property, in armada_overlay_set_property() 346 uint64_t val) in armada_overlay_set_property() 350 #define K2R(val) (((val) >> 0) & 0xff) in armada_overlay_set_property() argument 351 #define K2G(val) (((val) >> 8) & 0xff) in armada_overlay_set_property() argument 352 #define K2B(val) (((val) >> 16) & 0xff) in armada_overlay_set_property() argument 413 const struct drm_plane_state *state, struct drm_property *property, in armada_overlay_get_property() 414 uint64_t *val) in armada_overlay_get_property()
|
/linux-6.14.4/drivers/gpu/drm/omapdrm/ |
D | omap_plane.c | 462 struct drm_property *property, in omap_plane_atomic_set_property() 463 u64 val) in omap_plane_atomic_set_property() 477 struct drm_property *property, in omap_plane_atomic_get_property() 478 u64 *val) in omap_plane_atomic_get_property()
|
/linux-6.14.4/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_crtc.c | 499 struct drm_property *property, in amdgpu_dm_atomic_crtc_set_property() 500 uint64_t val) in amdgpu_dm_atomic_crtc_set_property() 524 struct drm_property *property, in amdgpu_dm_atomic_crtc_get_property() 525 uint64_t *val) in amdgpu_dm_atomic_crtc_get_property()
|
/linux-6.14.4/drivers/input/ |
D | touchscreen.c | 16 const char *property, in touchscreen_get_prop_u32() 20 u32 val; in touchscreen_get_prop_u32() local
|
/linux-6.14.4/drivers/gpu/drm/renesas/rcar-du/ |
D | rcar_du_plane.c | 737 struct drm_property *property, in rcar_du_plane_atomic_set_property() 738 uint64_t val) in rcar_du_plane_atomic_set_property() 752 const struct drm_plane_state *state, struct drm_property *property, in rcar_du_plane_atomic_get_property() 753 uint64_t *val) in rcar_du_plane_atomic_get_property()
|
/linux-6.14.4/drivers/acpi/ |
D | property.c | 293 const union acpi_object *property; in acpi_properties_format_valid() local 441 union acpi_object *property = &properties->package.elements[i]; in acpi_data_add_buffer_props() local 680 const union acpi_object *property; in acpi_data_get_property() local 1046 enum dev_prop_type proptype, void *val) in acpi_data_prop_read_single() 1093 #define acpi_copy_property_array_uint(items, val, nval) \ argument 1125 char **val, size_t nval) in acpi_copy_property_array_string() 1141 void *val, size_t nval) in acpi_data_prop_read() 1240 void *val, size_t nval) in acpi_node_prop_read() 1434 unsigned int val) in acpi_graph_get_child_prop_value() 1527 unsigned int elem_size, void *val, in acpi_fwnode_property_read_int_array() [all …]
|
/linux-6.14.4/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 99 struct drm_property *property, u64 *val) in nouveau_conn_atomic_get_property() 130 struct drm_property *property, u64 val) in nouveau_conn_atomic_set_property() 786 struct drm_property *property, uint64_t value) in nouveau_connector_set_property()
|
/linux-6.14.4/drivers/power/supply/ |
D | qcom_battmgr.c | 102 __le32 property; member 129 __le32 property; member 134 __le32 property; member 337 int property, u32 value) in qcom_battmgr_request_property() 482 union power_supply_propval *val) in qcom_battmgr_bat_get_property() 680 union power_supply_propval *val) in qcom_battmgr_ac_get_property() 745 union power_supply_propval *val) in qcom_battmgr_usb_get_property() 867 union power_supply_propval *val) in qcom_battmgr_wls_get_property() 1084 unsigned int property; in qcom_battmgr_sm8350_callback() local 1087 unsigned int val; in qcom_battmgr_sm8350_callback() local
|
/linux-6.14.4/drivers/phy/ |
D | phy-lgm-usb.c | 53 union extcon_property_value property; in get_flipped() local 72 int val, ret, i; in phy_init() local 143 u32 val; in tca_work() local
|
/linux-6.14.4/drivers/gpu/drm/ingenic/ |
D | ingenic-ipu.c | 159 u32 val; in jz4760_set_coefs() local 211 u32 val = JZ4725B_IPU_RSZ_LUT_OUT_EN; in jz4725b_set_coefs() local 680 struct drm_property *property, u64 *val) in ingenic_ipu_plane_atomic_get_property() 695 struct drm_property *property, u64 val) in ingenic_ipu_plane_atomic_set_property()
|
/linux-6.14.4/drivers/media/radio/si4713/ |
D | si4713.c | 261 u8 val[SI4713_GET_PROP_NRESP]; in si4713_read_property() local 295 static int si4713_write_property(struct si4713_device *sdev, u16 prop, u16 val) in si4713_write_property() 541 u8 val[SI4713_TXFREQ_NRESP]; in si4713_tx_tune_freq() local 586 u8 val[SI4713_TXPWR_NRESP]; in si4713_tx_tune_power() local 634 u8 val[SI4713_TXMEA_NRESP]; in si4713_tx_tune_measure() local 686 u8 val[SI4713_TXSTATUS_NRESP]; in si4713_tx_tune_status() local 728 u8 val[SI4713_RDSBUFF_NRESP]; in si4713_tx_rds_buff() local 766 u8 val[SI4713_RDSPS_NRESP]; in si4713_tx_rds_ps() local 926 s32 *bit, s32 *mask, u16 *property, int *mul, in si4713_choose_econtrol_action() 1107 u32 val = 0; in si4713_s_ctrl() local [all …]
|
/linux-6.14.4/drivers/gpu/drm/i2c/ |
D | ch7006_drv.c | 285 struct drm_property *property, in ch7006_encoder_set_property() 286 uint64_t val) in ch7006_encoder_set_property() 394 uint8_t val; in ch7006_probe() local
|
/linux-6.14.4/drivers/gpu/drm/sti/ |
D | sti_crtc.c | 235 struct drm_property *property, in sti_crtc_set_property() 236 uint64_t val) in sti_crtc_set_property()
|
/linux-6.14.4/arch/powerpc/platforms/chrp/ |
D | setup.c | 164 static inline void __init sio_write(u8 val, u8 index) in sio_write() 261 const char *property; in chrp_init() local
|