Home
last modified time | relevance | path

Searched refs:prop (Results 1 - 25 of 1068) sorted by relevance

12345678910>>...43

/kernel/linux/linux-5.10/drivers/soundwire/
H A Dmipi_disco.c32 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 Dmipi_disco.c32 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 Dchecks.c63 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...]
/device/soc/rockchip/common/sdk_linux/scripts/dtc/
H A Dchecks.c61 check_msg(struct check *c, struct dt_info *dti, struct node *node, struct property *prop, const char *fmt, ...) in check_msg() argument
72 if (prop && prop->srcpos) { in check_msg()
73 pos = prop->srcpos; in check_msg()
91 if (prop) { in check_msg()
92 xasprintf_append(&str, "%s:%s: ", node->fullpath, prop->name); in check_msg()
104 if (!prop && pos) { in check_msg()
125 #define FAIL_PROP(c, dti, node, prop, ...) \
129 check_msg((c), dti, node, prop, __VA_ARGS__); \
200 struct property *prop; in check_is_string() local
218 struct property *prop; check_is_string_list() local
244 struct property *prop; check_is_cell() local
279 struct property *prop, *prop2; check_duplicate_property_names() local
330 struct property *prop = get_property(node, "reg"); check_unit_address_vs_reg() local
358 struct property *prop; check_property_name_chars() local
372 struct property *prop; check_property_name_chars_strict() local
407 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
436 struct property *prop; check_duplicate_label_node() local
454 struct property *prop; check_phandle_prop() local
534 struct property **pp, *prop = NULL; check_name_properties() local
571 struct property *prop; fixup_phandle_references() local
608 struct property *prop; fixup_path_references() local
648 struct property *prop; fixup_omit_unused_nodes() local
677 struct property *prop; check_names_is_string_list() local
694 struct property *prop; check_alias_paths() local
719 struct property *prop; fixup_addr_size_cells() local
768 struct property *prop; check_reg_format() local
800 struct property *prop; check_ranges_format() local
850 struct property *prop; check_pci_bridge() local
897 struct property *prop; check_pci_device_bus_num() local
929 struct property *prop; check_pci_device_reg() local
982 struct property *prop; node_is_compatible() local
1008 struct property *prop; check_simple_bus_reg() local
1089 struct property *prop; check_i2c_bus_reg() local
1155 struct property *prop; check_spi_bus_bridge() local
1190 struct property *prop; check_spi_bus_reg() local
1275 struct property *prop; check_avoid_unnecessary_addr_size() local
1303 struct property *prop; node_is_disabled() local
1377 struct property *prop; check_obsolete_chosen_interrupt_controller() local
1409 struct property *prop; check_chosen_node_bootargs() local
1427 struct property *prop; check_chosen_node_stdout_path() local
1453 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
1525 struct property *prop; check_provider_cells_property() local
1555 prop_is_gpio(struct property *prop) prop_is_gpio() argument
1582 struct property *prop; check_gpios_property() local
1607 struct property *prop; check_deprecated_gpio_property() local
1629 struct property *prop; node_is_interrupt_provider() local
1646 struct property *prop; check_interrupt_provider() local
1668 struct property *irq_prop, *prop = NULL; check_interrupts_property() local
1775 struct property *prop = get_property(child, "reg"); check_graph_child_address() local
1796 struct property *prop; check_graph_reg() local
1841 struct property *prop; get_remote_endpoint() local
[all...]
/kernel/linux/linux-5.10/scripts/dtc/
H A Dchecks.c63 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...]
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_plane.cpp66 DrmProperty prop; in GetCrtcProp() local
68 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp()
70 DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp()
71 mPropCrtc_xId = prop.propId; in GetCrtcProp()
72 crtc_x = prop.value; in GetCrtcProp()
74 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp()
76 DISPLAY_LOGE("cat not get pane crtc_y prop id")); in GetCrtcProp()
77 mPropCrtc_yId = prop.propId; in GetCrtcProp()
78 crtc_y = prop.value; in GetCrtcProp()
80 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp()
102 DrmProperty prop; GetSrcProp() local
139 DrmProperty prop; Init() local
[all...]
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_plane.cpp65 DrmProperty prop; in GetCrtcProp() local
67 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp()
68 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp()
69 mPropCrtc_xId = prop.propId; in GetCrtcProp()
70 crtc_x = prop.value; in GetCrtcProp()
72 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp()
73 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_y prop id")); in GetCrtcProp()
74 mPropCrtc_yId = prop.propId; in GetCrtcProp()
75 crtc_y = prop.value; in GetCrtcProp()
77 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp()
97 DrmProperty prop; GetSrcProp() local
130 DrmProperty prop; Init() local
[all...]
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_plane.cpp65 DrmProperty prop; in GetCrtcProp() local
67 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp()
68 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp()
69 mPropCrtc_xId = prop.propId; in GetCrtcProp()
70 crtc_x = prop.value; in GetCrtcProp()
72 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp()
73 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_y prop id")); in GetCrtcProp()
74 mPropCrtc_yId = prop.propId; in GetCrtcProp()
75 crtc_y = prop.value; in GetCrtcProp()
77 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp()
97 DrmProperty prop; GetSrcProp() local
130 DrmProperty prop; Init() local
[all...]
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_plane.cpp65 DrmProperty prop; in GetCrtcProp() local
67 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp()
68 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp()
69 mPropCrtc_xId = prop.propId; in GetCrtcProp()
70 crtc_x = prop.value; in GetCrtcProp()
72 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp()
73 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_y prop id")); in GetCrtcProp()
74 mPropCrtc_yId = prop.propId; in GetCrtcProp()
75 crtc_y = prop.value; in GetCrtcProp()
77 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp()
97 DrmProperty prop; GetSrcProp() local
130 DrmProperty prop; Init() local
[all...]
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_plane.cpp55 DrmProperty prop; in GetCrtcProp() local
57 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_X_ID, prop); in GetCrtcProp()
58 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp()
59 mPropCrtc_xId = prop.propId; in GetCrtcProp()
60 crtc_x = prop.value; in GetCrtcProp()
62 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_Y_ID, prop); in GetCrtcProp()
63 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_y prop id")); in GetCrtcProp()
64 mPropCrtc_yId = prop.propId; in GetCrtcProp()
65 crtc_y = prop.value; in GetCrtcProp()
67 ret = drmDevice.GetPlaneProperty(*this, PROP_CRTC_W_ID, prop); in GetCrtcProp()
87 DrmProperty prop; GetSrcProp() local
119 DrmProperty prop; Init() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Ddrmem.c40 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 Dpower_supply.c18 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 Dpower_supply.c18 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 Ddrmem.c39 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 Dmenu.c31 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 Dsymbol.c76 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 Dmenu.c32 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 Dsymbol.c75 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...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_mode_config.c218 struct drm_property *prop; in drm_mode_create_standard_properties() local
226 prop = drm_property_create_enum(dev, DRM_MODE_PROP_IMMUTABLE, "type", drm_plane_type_enum_list, in drm_mode_create_standard_properties()
228 if (!prop) { in drm_mode_create_standard_properties()
231 dev->mode_config.plane_type_property = prop; in drm_mode_create_standard_properties()
233 prop = drm_property_create_range(dev, DRM_MODE_PROP_ATOMIC, "SRC_X", 0, UINT_MAX); in drm_mode_create_standard_properties()
234 if (!prop) { in drm_mode_create_standard_properties()
237 dev->mode_config.prop_src_x = prop; in drm_mode_create_standard_properties()
239 prop = drm_property_create_range(dev, DRM_MODE_PROP_ATOMIC, "SRC_Y", 0, UINT_MAX); in drm_mode_create_standard_properties()
240 if (!prop) { in drm_mode_create_standard_properties()
243 dev->mode_config.prop_src_y = prop; in drm_mode_create_standard_properties()
[all...]
/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dof.c19 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 Dof.c19 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 Ddrm_mode_config.c220 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...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_mode_config.c223 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...]
/kernel/linux/linux-6.6/drivers/of/
H A Ddynamic.c75 #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 Dsps.c51 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...]

Completed in 17 milliseconds

12345678910>>...43