/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | mipi_disco.c | 32 struct sdw_master_prop *prop = &bus->prop; in sdw_master_read_prop() local 39 &prop->revision); in sdw_master_read_prop() 53 prop->clk_stop_modes |= BIT(SDW_CLK_STOP_MODE0); in sdw_master_read_prop() 57 prop->clk_stop_modes |= BIT(SDW_CLK_STOP_MODE1); in sdw_master_read_prop() 61 &prop->max_clk_freq); in sdw_master_read_prop() 65 prop->num_clk_freq = nval; in sdw_master_read_prop() 66 prop->clk_freq = devm_kcalloc(bus->dev, prop->num_clk_freq, in sdw_master_read_prop() 67 sizeof(*prop in sdw_master_read_prop() 289 struct sdw_slave_prop *prop = &slave->prop; sdw_slave_read_prop() local [all...] |
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | mipi_disco.c | 32 struct sdw_master_prop *prop = &bus->prop; in sdw_master_read_prop() local 39 &prop->revision); in sdw_master_read_prop() 53 prop->clk_stop_modes |= BIT(SDW_CLK_STOP_MODE0); in sdw_master_read_prop() 57 prop->clk_stop_modes |= BIT(SDW_CLK_STOP_MODE1); in sdw_master_read_prop() 61 &prop->max_clk_freq); in sdw_master_read_prop() 65 prop->num_clk_freq = nval; in sdw_master_read_prop() 66 prop->clk_freq = devm_kcalloc(bus->dev, prop->num_clk_freq, in sdw_master_read_prop() 67 sizeof(*prop in sdw_master_read_prop() 289 struct sdw_slave_prop *prop = &slave->prop; sdw_slave_read_prop() local [all...] |
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | checks.c | 63 struct property *prop, in check_msg() 74 if (prop && prop->srcpos) in check_msg() 75 pos = prop->srcpos; in check_msg() 93 if (prop) in check_msg() 94 xasprintf_append(&str, "%s:%s: ", node->fullpath, prop->name); in check_msg() 105 if (!prop && pos) { in check_msg() 126 #define FAIL_PROP(c, dti, node, prop, ...) \ 130 check_msg((c), dti, node, prop, __VA_ARGS__); \ 209 struct property *prop; in check_is_string() local 61 check_msg(struct check *c, struct dt_info *dti, struct node *node, struct property *prop, const char *fmt, ...) check_msg() argument 228 struct property *prop; check_is_string_list() local 256 struct property *prop; check_is_cell() local 292 struct property *prop, *prop2; check_duplicate_property_names() local 360 struct property *prop = get_property(node, "reg"); check_unit_address_vs_reg() local 386 struct property *prop; check_property_name_chars() local 402 struct property *prop; check_property_name_chars_strict() local 437 check_duplicate_label(struct check *c, struct dt_info *dti, const char *label, struct node *node, struct property *prop, struct marker *mark) check_duplicate_label() argument 468 struct property *prop; check_duplicate_label_node() local 489 struct property *prop; check_phandle_prop() local 571 struct property **pp, *prop = NULL; check_name_properties() local 606 struct property *prop; fixup_phandle_references() local 641 struct property *prop; fixup_path_references() local 694 struct property *prop; check_names_is_string_list() local 709 struct property *prop; check_alias_paths() local 734 struct property *prop; fixup_addr_size_cells() local 758 struct property *prop; check_reg_format() local 787 struct property *prop; check_ranges_format() local 834 struct property *prop; check_pci_bridge() local 875 struct property *prop; check_pci_device_bus_num() local 905 struct property *prop; check_pci_device_reg() local 952 struct property *prop; node_is_compatible() local 977 struct property *prop; check_simple_bus_reg() local 1049 struct property *prop; check_i2c_bus_reg() local 1109 struct property *prop; check_spi_bus_bridge() local 1138 struct property *prop; check_spi_bus_reg() local 1218 struct property *prop; check_avoid_unnecessary_addr_size() local 1241 struct property *prop; node_is_disabled() local 1311 struct property *prop; check_obsolete_chosen_interrupt_controller() local 1343 struct property *prop; check_chosen_node_bootargs() local 1360 struct property *prop; check_chosen_node_stdout_path() local 1384 check_property_phandle_args(struct check *c, struct dt_info *dti, struct node *node, struct property *prop, const struct provider *provider) check_property_phandle_args() argument 1469 struct property *prop; check_provider_cells_property() local 1499 prop_is_gpio(struct property *prop) prop_is_gpio() argument 1518 struct property *prop; check_gpios_property() local 1543 struct property *prop; check_deprecated_gpio_property() local 1561 struct property *prop; node_is_interrupt_provider() local 1578 struct property *prop; check_interrupt_provider() local 1601 struct property *prop, *irq_map_prop; check_interrupt_map() local 1686 struct property *irq_prop, *prop = NULL; check_interrupts_property() local 1791 struct property *prop = get_property(child, "reg"); check_graph_child_address() local 1811 struct property *prop; check_graph_reg() local 1855 struct property *prop; get_remote_endpoint() local [all...] |
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | checks.c | 63 struct property *prop, in check_msg() 74 if (prop && prop->srcpos) in check_msg() 75 pos = prop->srcpos; in check_msg() 93 if (prop) in check_msg() 94 xasprintf_append(&str, "%s:%s: ", node->fullpath, prop->name); in check_msg() 105 if (!prop && pos) { in check_msg() 126 #define FAIL_PROP(c, dti, node, prop, ...) \ 130 check_msg((c), dti, node, prop, __VA_ARGS__); \ 201 struct property *prop; in check_is_string() local 61 check_msg(struct check *c, struct dt_info *dti, struct node *node, struct property *prop, const char *fmt, ...) check_msg() argument 220 struct property *prop; check_is_string_list() local 248 struct property *prop; check_is_cell() local 284 struct property *prop, *prop2; check_duplicate_property_names() local 337 struct property *prop = get_property(node, "reg"); check_unit_address_vs_reg() local 363 struct property *prop; check_property_name_chars() local 379 struct property *prop; check_property_name_chars_strict() local 414 check_duplicate_label(struct check *c, struct dt_info *dti, const char *label, struct node *node, struct property *prop, struct marker *mark) check_duplicate_label() argument 445 struct property *prop; check_duplicate_label_node() local 466 struct property *prop; check_phandle_prop() local 548 struct property **pp, *prop = NULL; check_name_properties() local 583 struct property *prop; fixup_phandle_references() local 618 struct property *prop; fixup_path_references() local 672 struct property *prop; check_names_is_string_list() local 688 struct property *prop; check_alias_paths() local 713 struct property *prop; fixup_addr_size_cells() local 737 struct property *prop; check_reg_format() local 766 struct property *prop; check_ranges_format() local 813 struct property *prop; check_pci_bridge() local 854 struct property *prop; check_pci_device_bus_num() local 884 struct property *prop; check_pci_device_reg() local 931 struct property *prop; node_is_compatible() local 956 struct property *prop; check_simple_bus_reg() local 1028 struct property *prop; check_i2c_bus_reg() local 1088 struct property *prop; check_spi_bus_bridge() local 1117 struct property *prop; check_spi_bus_reg() local 1197 struct property *prop; check_avoid_unnecessary_addr_size() local 1220 struct property *prop; node_is_disabled() local 1290 struct property *prop; check_obsolete_chosen_interrupt_controller() local 1322 struct property *prop; check_chosen_node_bootargs() local 1339 struct property *prop; check_chosen_node_stdout_path() local 1363 check_property_phandle_args(struct check *c, struct dt_info *dti, struct node *node, struct property *prop, const struct provider *provider) check_property_phandle_args() argument 1445 struct property *prop; check_provider_cells_property() local 1474 prop_is_gpio(struct property *prop) prop_is_gpio() argument 1500 struct property *prop; check_gpios_property() local 1525 struct property *prop; check_deprecated_gpio_property() local 1546 struct property *prop; node_is_interrupt_provider() local 1563 struct property *prop; check_interrupt_provider() local 1586 struct property *irq_prop, *prop = NULL; check_interrupts_property() local 1691 struct property *prop = get_property(child, "reg"); check_graph_child_address() local 1711 struct property *prop; check_graph_reg() local 1755 struct property *prop; get_remote_endpoint() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | drmem.c | 40 static struct property *clone_property(struct property *prop, u32 prop_sz) in clone_property() argument 48 new_prop->name = kstrdup(prop->name, GFP_KERNEL); in clone_property() 65 struct property *prop) in drmem_update_dt_v1() 72 new_prop = clone_property(prop, prop->length); in drmem_update_dt_v1() 104 struct property *prop) in drmem_update_dt_v2() 130 new_prop = clone_property(prop, prop_sz); in drmem_update_dt_v2() 175 struct property *prop; in drmem_update_dt() local 187 prop = of_find_property(memory, "ibm,dynamic-memory", NULL); in drmem_update_dt() 188 if (prop) { in drmem_update_dt() 64 drmem_update_dt_v1(struct device_node *memory, struct property *prop) drmem_update_dt_v1() argument 103 drmem_update_dt_v2(struct device_node *memory, struct property *prop) drmem_update_dt_v2() argument 201 read_drconf_v1_cell(struct drmem_lmb *lmb, const __be32 **prop) read_drconf_v1_cell() argument 219 __walk_drmem_v1_lmbs(const __be32 *prop, const __be32 *usm, void *data, int (*func)(struct drmem_lmb *, const __be32 **, void *)) __walk_drmem_v1_lmbs() argument 237 read_drconf_v2_cell(struct of_drconf_cell_v2 *dr_cell, const __be32 **prop) read_drconf_v2_cell() argument 253 __walk_drmem_v2_lmbs(const __be32 *prop, const __be32 *usm, void *data, int (*func)(struct drmem_lmb *, const __be32 **, void *)) __walk_drmem_v2_lmbs() argument 288 const __be32 *prop, *usm; walk_drmem_lmbs_early() local 342 drmem_update_lmbs(struct property *prop) drmem_update_lmbs() argument 360 const __be32 *prop; init_drmem_lmb_size() local 383 const __be32 *prop; of_get_usable_memory() local 396 const __be32 *prop, *usm; walk_drmem_lmbs() local 425 init_drmem_v1_lmbs(const __be32 *prop) init_drmem_v1_lmbs() argument 442 init_drmem_v2_lmbs(const __be32 *prop) init_drmem_v2_lmbs() argument 491 const __be32 *prop; drmem_init() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | power_supply.c | 18 enum power_supply_property prop; member 82 enum power_supply_property prop; member 85 struct gb_power_supply_prop *prop); 89 struct gb_power_supply_prop *prop); 92 { .prop = GB_POWER_SUPPLY_PROP_STATUS, 96 { .prop = GB_POWER_SUPPLY_PROP_TEMP, 100 { .prop = GB_POWER_SUPPLY_PROP_ONLINE, 108 int prop; in get_psp_from_gb_prop() local 112 prop = POWER_SUPPLY_PROP_STATUS; in get_psp_from_gb_prop() 115 prop in get_psp_from_gb_prop() 329 struct gb_power_supply_prop *prop; is_psy_prop_writeable() local 358 gb_power_supply_state_change(struct gb_power_supply *gbpsy, struct gb_power_supply_prop *prop) gb_power_supply_state_change() argument 392 check_changed(struct gb_power_supply *gbpsy, struct gb_power_supply_prop *prop) check_changed() argument 429 prop_append(struct gb_power_supply *gbpsy, enum power_supply_property prop) prop_append() argument 593 struct gb_power_supply_prop *prop; __gb_power_supply_property_update() local 626 struct gb_power_supply_prop *prop; __gb_power_supply_property_get() local 769 struct gb_power_supply_prop *prop; gb_power_supply_property_set() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | power_supply.c | 18 enum power_supply_property prop; member 82 enum power_supply_property prop; member 85 struct gb_power_supply_prop *prop); 89 struct gb_power_supply_prop *prop); 92 { .prop = GB_POWER_SUPPLY_PROP_STATUS, 96 { .prop = GB_POWER_SUPPLY_PROP_TEMP, 100 { .prop = GB_POWER_SUPPLY_PROP_ONLINE, 108 int prop; in get_psp_from_gb_prop() local 112 prop = POWER_SUPPLY_PROP_STATUS; in get_psp_from_gb_prop() 115 prop in get_psp_from_gb_prop() 329 struct gb_power_supply_prop *prop; is_psy_prop_writeable() local 358 gb_power_supply_state_change(struct gb_power_supply *gbpsy, struct gb_power_supply_prop *prop) gb_power_supply_state_change() argument 392 check_changed(struct gb_power_supply *gbpsy, struct gb_power_supply_prop *prop) check_changed() argument 429 prop_append(struct gb_power_supply *gbpsy, enum power_supply_property prop) prop_append() argument 593 struct gb_power_supply_prop *prop; __gb_power_supply_property_update() local 626 struct gb_power_supply_prop *prop; __gb_power_supply_property_get() local 769 struct gb_power_supply_prop *prop; gb_power_supply_property_set() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | drmem.c | 39 static struct property *clone_property(struct property *prop, u32 prop_sz) in clone_property() argument 47 new_prop->name = kstrdup(prop->name, GFP_KERNEL); in clone_property() 64 struct property *prop) in drmem_update_dt_v1() 71 new_prop = clone_property(prop, prop->length); in drmem_update_dt_v1() 103 struct property *prop) in drmem_update_dt_v2() 129 new_prop = clone_property(prop, prop_sz); in drmem_update_dt_v2() 174 struct property *prop; in drmem_update_dt() local 181 prop = of_find_property(memory, "ibm,dynamic-memory", NULL); in drmem_update_dt() 182 if (prop) { in drmem_update_dt() 63 drmem_update_dt_v1(struct device_node *memory, struct property *prop) drmem_update_dt_v1() argument 102 drmem_update_dt_v2(struct device_node *memory, struct property *prop) drmem_update_dt_v2() argument 194 read_drconf_v1_cell(struct drmem_lmb *lmb, const __be32 **prop) read_drconf_v1_cell() argument 212 __walk_drmem_v1_lmbs(const __be32 *prop, const __be32 *usm, void *data, int (*func)(struct drmem_lmb *, const __be32 **, void *)) __walk_drmem_v1_lmbs() argument 230 read_drconf_v2_cell(struct of_drconf_cell_v2 *dr_cell, const __be32 **prop) read_drconf_v2_cell() argument 246 __walk_drmem_v2_lmbs(const __be32 *prop, const __be32 *usm, void *data, int (*func)(struct drmem_lmb *, const __be32 **, void *)) __walk_drmem_v2_lmbs() argument 281 const __be32 *prop, *usm; walk_drmem_lmbs_early() local 314 const __be32 *prop; init_drmem_lmb_size() local 337 const __be32 *prop; of_get_usable_memory() local 350 const __be32 *prop, *usm; walk_drmem_lmbs() local 379 init_drmem_v1_lmbs(const __be32 *prop) init_drmem_v1_lmbs() argument 396 init_drmem_v2_lmbs(const __be32 *prop) init_drmem_v2_lmbs() argument 445 const __be32 *prop; drmem_init() local [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | menu.c | 31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn() argument 35 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno); in prop_warn() 131 struct property *prop; in menu_add_prop() local 133 prop = xmalloc(sizeof(*prop)); in menu_add_prop() 134 memset(prop, 0, sizeof(*prop)); in menu_add_prop() 135 prop->type = type; in menu_add_prop() 136 prop in menu_add_prop() 159 struct property *prop = menu_add_prop(type, NULL, dep); menu_add_prompt() local 244 struct property *prop; sym_check_prop() local 310 struct property *prop; menu_finalize() local 730 get_prompt_str(struct gstr *r, struct property *prop, struct list_head *head) get_prompt_str() argument 804 struct property *prop; get_symbol_props_str() local 824 struct property *prop; get_symbol_str() local [all...] |
H A D | symbol.c | 76 struct property *prop; in sym_get_choice_prop() local 78 for_all_choices(sym, prop) in sym_get_choice_prop() 79 return prop; in sym_get_choice_prop() 85 struct property *prop; in sym_get_default_prop() local 87 for_all_defaults(sym, prop) { in sym_get_default_prop() 88 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 89 if (prop->visible.tri != no) in sym_get_default_prop() 90 return prop; in sym_get_default_prop() 97 struct property *prop; in sym_get_range_prop() local 125 struct property *prop; sym_validate_range() local 157 struct property *prop; sym_set_changed() local 177 struct property *prop; sym_calc_visibility() local 247 struct property *prop; sym_choice_default() local 273 struct property *prop; sym_calc_choice() local 326 struct property *prop; sym_calc_value() local 514 struct property *prop; sym_set_tristate_value() local 601 struct property *prop; sym_string_within_range() local 699 struct property *prop; sym_get_string_default() local 1013 struct property *prop; global() member 1044 struct property *prop; sym_check_print_recursive() local 1166 struct property *prop; sym_check_sym_deps() local 1214 struct property *prop; sym_check_choice_deps() local 1251 struct property *prop; sym_check_deps() local 1279 prop_get_symbol(struct property *prop) prop_get_symbol() argument [all...] |
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | menu.c | 32 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn() argument 36 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno); in prop_warn() 132 struct property *prop; in menu_add_prop() local 134 prop = xmalloc(sizeof(*prop)); in menu_add_prop() 135 memset(prop, 0, sizeof(*prop)); in menu_add_prop() 136 prop->type = type; in menu_add_prop() 137 prop in menu_add_prop() 160 struct property *prop = menu_add_prop(type, NULL, dep); menu_add_prompt() local 223 struct property *prop; sym_check_prop() local 289 struct property *prop; menu_finalize() local 709 get_prompt_str(struct gstr *r, struct property *prop, struct list_head *head) get_prompt_str() argument 772 struct property *prop; get_symbol_props_str() local 792 struct property *prop; get_symbol_str() local [all...] |
H A D | symbol.c | 75 struct property *prop; in sym_get_choice_prop() local 77 for_all_choices(sym, prop) in sym_get_choice_prop() 78 return prop; in sym_get_choice_prop() 84 struct property *prop; in sym_get_default_prop() local 86 for_all_defaults(sym, prop) { in sym_get_default_prop() 87 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 88 if (prop->visible.tri != no) in sym_get_default_prop() 89 return prop; in sym_get_default_prop() 96 struct property *prop; in sym_get_range_prop() local 124 struct property *prop; sym_validate_range() local 156 struct property *prop; sym_set_changed() local 176 struct property *prop; sym_calc_visibility() local 246 struct property *prop; sym_choice_default() local 272 struct property *prop; sym_calc_choice() local 325 struct property *prop; sym_calc_value() local 513 struct property *prop; sym_set_tristate_value() local 600 struct property *prop; sym_string_within_range() local 698 struct property *prop; sym_get_string_default() local 969 struct property *prop; global() member 1000 struct property *prop; sym_check_print_recursive() local 1122 struct property *prop; sym_check_sym_deps() local 1170 struct property *prop; sym_check_choice_deps() local 1207 struct property *prop; sym_check_deps() local 1235 prop_get_symbol(struct property *prop) prop_get_symbol() argument [all...] |
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | of.c | 19 const __be32 *prop; in read_prop_string() local 21 prop = of_get_property(np, prop_name, NULL); in read_prop_string() 22 if (cxl_verbose && prop) in read_prop_string() 23 pr_info("%s: %s\n", prop_name, (char *) prop); in read_prop_string() 24 return prop; in read_prop_string() 30 const __be32 *prop; in read_prop_dword() local 32 prop = of_get_property(np, prop_name, NULL); in read_prop_dword() 33 if (prop) in read_prop_dword() 34 *val = be32_to_cpu(prop[0]); in read_prop_dword() 35 if (cxl_verbose && prop) in read_prop_dword() 43 const __be64 *prop; read_prop64_dword() local 56 const __be32 *prop; read_handle() local 74 const __be32 *prop; read_phys_addr() local 144 const __be32 *prop; cxl_of_read_afu_properties() local 349 const __be32 *prop; cxl_of_read_adapter_properties() local [all...] |
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | of.c | 19 const __be32 *prop; in read_prop_string() local 21 prop = of_get_property(np, prop_name, NULL); in read_prop_string() 22 if (cxl_verbose && prop) in read_prop_string() 23 pr_info("%s: %s\n", prop_name, (char *) prop); in read_prop_string() 24 return prop; in read_prop_string() 30 const __be32 *prop; in read_prop_dword() local 32 prop = of_get_property(np, prop_name, NULL); in read_prop_dword() 33 if (prop) in read_prop_dword() 34 *val = be32_to_cpu(prop[0]); in read_prop_dword() 35 if (cxl_verbose && prop) in read_prop_dword() 43 const __be64 *prop; read_prop64_dword() local 56 const __be32 *prop; read_handle() local 74 const __be32 *prop; read_phys_addr() local 144 const __be32 *prop; cxl_of_read_afu_properties() local 348 const __be32 *prop; cxl_of_read_adapter_properties() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_mode_config.c | 220 struct drm_property *prop; in drm_mode_create_standard_properties() local 227 prop = drm_property_create_enum(dev, DRM_MODE_PROP_IMMUTABLE, in drm_mode_create_standard_properties() 230 if (!prop) in drm_mode_create_standard_properties() 232 dev->mode_config.plane_type_property = prop; in drm_mode_create_standard_properties() 234 prop = drm_property_create_range(dev, DRM_MODE_PROP_ATOMIC, in drm_mode_create_standard_properties() 236 if (!prop) in drm_mode_create_standard_properties() 238 dev->mode_config.prop_src_x = prop; in drm_mode_create_standard_properties() 240 prop = drm_property_create_range(dev, DRM_MODE_PROP_ATOMIC, in drm_mode_create_standard_properties() 242 if (!prop) in drm_mode_create_standard_properties() 244 dev->mode_config.prop_src_y = prop; in drm_mode_create_standard_properties() [all...] |
H A D | drm_blend.c | 214 struct drm_property *prop; in drm_plane_create_alpha_property() local 216 prop = drm_property_create_range(plane->dev, 0, "alpha", in drm_plane_create_alpha_property() 218 if (!prop) in drm_plane_create_alpha_property() 221 drm_object_attach_property(&plane->base, prop, DRM_BLEND_ALPHA_OPAQUE); in drm_plane_create_alpha_property() 222 plane->alpha_property = prop; in drm_plane_create_alpha_property() 277 struct drm_property *prop; in drm_plane_create_rotation_property() local 283 prop = drm_property_create_bitmask(plane->dev, 0, "rotation", in drm_plane_create_rotation_property() 286 if (!prop) in drm_plane_create_rotation_property() 289 drm_object_attach_property(&plane->base, prop, rotation); in drm_plane_create_rotation_property() 294 plane->rotation_property = prop; in drm_plane_create_rotation_property() 366 struct drm_property *prop; drm_plane_create_zpos_property() local 404 struct drm_property *prop; drm_plane_create_zpos_immutable_property() local 569 struct drm_property *prop; drm_plane_create_blend_mode_property() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_mode_config.c | 223 struct drm_property *prop; in drm_mode_create_standard_properties() local 230 prop = drm_property_create_enum(dev, DRM_MODE_PROP_IMMUTABLE, in drm_mode_create_standard_properties() 233 if (!prop) in drm_mode_create_standard_properties() 235 dev->mode_config.plane_type_property = prop; in drm_mode_create_standard_properties() 237 prop = drm_property_create_range(dev, DRM_MODE_PROP_ATOMIC, in drm_mode_create_standard_properties() 239 if (!prop) in drm_mode_create_standard_properties() 241 dev->mode_config.prop_src_x = prop; in drm_mode_create_standard_properties() 243 prop = drm_property_create_range(dev, DRM_MODE_PROP_ATOMIC, in drm_mode_create_standard_properties() 245 if (!prop) in drm_mode_create_standard_properties() 247 dev->mode_config.prop_src_y = prop; in drm_mode_create_standard_properties() [all...] |
H A D | drm_blend.c | 221 struct drm_property *prop; in drm_plane_create_alpha_property() local 223 prop = drm_property_create_range(plane->dev, 0, "alpha", in drm_plane_create_alpha_property() 225 if (!prop) in drm_plane_create_alpha_property() 228 drm_object_attach_property(&plane->base, prop, DRM_BLEND_ALPHA_OPAQUE); in drm_plane_create_alpha_property() 229 plane->alpha_property = prop; in drm_plane_create_alpha_property() 284 struct drm_property *prop; in drm_plane_create_rotation_property() local 290 prop = drm_property_create_bitmask(plane->dev, 0, "rotation", in drm_plane_create_rotation_property() 293 if (!prop) in drm_plane_create_rotation_property() 296 drm_object_attach_property(&plane->base, prop, rotation); in drm_plane_create_rotation_property() 301 plane->rotation_property = prop; in drm_plane_create_rotation_property() 373 struct drm_property *prop; drm_plane_create_zpos_property() local 411 struct drm_property *prop; drm_plane_create_zpos_immutable_property() local 575 struct drm_property *prop; drm_plane_create_blend_mode_property() local [all...] |
/kernel/linux/linux-6.6/drivers/of/ |
H A D | dynamic.c | 75 #define _do_print(func, prefix, action, node, prop, ...) ({ \ 78 prop ? ":" : "", prop ? prop->name : ""); \ 88 of_changeset_action_debug("notify: ", action, pr->dn, pr->prop); in of_reconfig_notify() 107 struct property *prop, *old_prop = NULL; in of_reconfig_get_state_change() local 114 prop = of_find_property(pr->dn, "status", NULL); in of_reconfig_get_state_change() 118 prop = pr->prop; in of_reconfig_get_state_change() 121 prop in of_reconfig_get_state_change() 183 of_property_notify(int action, struct device_node *np, struct property *prop, struct property *oldprop) of_property_notify() argument 310 struct property *prop, *next; property_list_free() local 403 __of_prop_dup(const struct property *prop, gfp_t allocflags) __of_prop_dup() argument 889 of_changeset_action(struct of_changeset *ocs, unsigned long action, struct device_node *np, struct property *prop) of_changeset_action() argument 949 struct property prop; of_changeset_add_prop_string() local 978 struct property prop; of_changeset_add_prop_string_array() local 1023 struct property prop; of_changeset_add_prop_u32_array() local [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/amd/pmf/ |
H A D | sps.c | 51 pr_debug("SPL: %u mW\n", data->prop[i][j].spl); in amd_pmf_dump_sps_defaults() 52 pr_debug("SPPT: %u mW\n", data->prop[i][j].sppt); in amd_pmf_dump_sps_defaults() 53 pr_debug("SPPT_ApuOnly: %u mW\n", data->prop[i][j].sppt_apu_only); in amd_pmf_dump_sps_defaults() 54 pr_debug("FPPT: %u mW\n", data->prop[i][j].fppt); in amd_pmf_dump_sps_defaults() 55 pr_debug("STTMinLimit: %u mW\n", data->prop[i][j].stt_min); in amd_pmf_dump_sps_defaults() 57 data->prop[i][j].stt_skin_temp[STT_TEMP_APU]); in amd_pmf_dump_sps_defaults() 59 data->prop[i][j].stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_dump_sps_defaults() 79 config_store.prop[i][j].spl = output.prop[idx].spl; in amd_pmf_load_defaults_sps() 80 config_store.prop[ in amd_pmf_load_defaults_sps() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | omapdss-boot-init.c | 32 static int __init omapdss_count_strings(const struct property *prop) in omapdss_count_strings() argument 34 const char *p = prop->value; in omapdss_count_strings() 38 for (i = 0; total < prop->length; total += l, p += l, i++) in omapdss_count_strings() 47 struct property *prop; in omapdss_update_prop() local 49 prop = kzalloc(sizeof(*prop), GFP_KERNEL); in omapdss_update_prop() 50 if (!prop) in omapdss_update_prop() 53 prop->name = "compatible"; in omapdss_update_prop() 54 prop->value = compat; in omapdss_update_prop() 55 prop in omapdss_update_prop() 82 struct property *prop; omapdss_omapify_node() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | omapdss-boot-init.c | 32 static int __init omapdss_count_strings(const struct property *prop) in omapdss_count_strings() argument 34 const char *p = prop->value; in omapdss_count_strings() 38 for (i = 0; total < prop->length; total += l, p += l, i++) in omapdss_count_strings() 47 struct property *prop; in omapdss_update_prop() local 49 prop = kzalloc(sizeof(*prop), GFP_KERNEL); in omapdss_update_prop() 50 if (!prop) in omapdss_update_prop() 53 prop->name = "compatible"; in omapdss_update_prop() 54 prop->value = compat; in omapdss_update_prop() 55 prop in omapdss_update_prop() 82 struct property *prop; omapdss_omapify_node() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | omapdss-boot-init.c | 32 static int __init omapdss_count_strings(const struct property *prop) in omapdss_count_strings() argument 34 const char *p = prop->value; in omapdss_count_strings() 38 for (i = 0; total < prop->length; total += l, p += l, i++) in omapdss_count_strings() 47 struct property *prop; in omapdss_update_prop() local 49 prop = kzalloc(sizeof(*prop), GFP_KERNEL); in omapdss_update_prop() 50 if (!prop) in omapdss_update_prop() 53 prop->name = "compatible"; in omapdss_update_prop() 54 prop->value = compat; in omapdss_update_prop() 55 prop in omapdss_update_prop() 82 struct property *prop; omapdss_omapify_node() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/ |
H A D | usb.c | 29 const void *prop, *dr_mode; in mpc834x_usb_cfg() local 45 prop = of_get_property(np, "phy_type", NULL); in mpc834x_usb_cfg() 47 if (prop && (!strcmp(prop, "utmi") || in mpc834x_usb_cfg() 48 !strcmp(prop, "utmi_wide"))) { in mpc834x_usb_cfg() 52 } else if (prop && !strcmp(prop, "serial")) { in mpc834x_usb_cfg() 60 } else if (prop && !strcmp(prop, "ulpi")) { in mpc834x_usb_cfg() 71 prop in mpc834x_usb_cfg() 105 const void *prop; mpc831x_usb_cfg() local 216 const void *prop; mpc837x_usb_cfg() local [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | prom_64.c | 112 struct property *prop; in sun4u_path_component() local 114 prop = of_find_property(dp, "reg", NULL); in sun4u_path_component() 115 if (!prop) in sun4u_path_component() 118 regs = prop->value; in sun4u_path_component() 127 prop = of_find_property(dp, "upa-portid", NULL); in sun4u_path_component() 128 if (!prop) in sun4u_path_component() 129 prop = of_find_property(dp, "portid", NULL); in sun4u_path_component() 130 if (prop) { in sun4u_path_component() 138 *(u32 *)prop->value, in sun4u_path_component() 148 struct property *prop; in sbus_path_component() local 166 struct property *prop; pci_path_component() local 192 struct property *prop; upa_path_component() local 214 struct property *prop; vdev_path_component() local 231 struct property *prop; ebus_path_component() local 249 struct property *prop; i2c_path_component() local 269 struct property *prop; usb_path_component() local 291 struct property *prop; ieee1394_path_component() local 393 struct property *prop = of_find_property(cpun, "reg", NULL); arch_find_n_match_cpu_physical_id() local [all...] |