Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dcs42l43-sdw.c48 static const struct sdw_dpn_prop cs42l43_src_port_props[] = { variable
74 for (i = 0; i < ARRAY_SIZE(cs42l43_src_port_props); i++) in cs42l43_read_prop()
75 prop->source_ports |= BIT(cs42l43_src_port_props[i].num); in cs42l43_read_prop()
77 prop->src_dpn_prop = devm_kmemdup(dev, cs42l43_src_port_props, in cs42l43_read_prop()
78 sizeof(cs42l43_src_port_props), GFP_KERNEL); in cs42l43_read_prop()