Lines Matching defs:node
150 struct device_node *node;
155 node = of_get_child_by_name(parent, "codec");
156 if (node) {
157 of_node_put(node);
165 struct device_node *node)
172 if (!of_property_read_u32(node, "ti,enable-vibra", &vibra) && vibra)
182 struct device_node *node = pdev->dev.of_node;
187 if (!pdata && !node) {
225 if (twl4030_audio_has_codec(pdata, node)) {
234 if (twl4030_audio_has_vibra(pdata, node)) {