Lines Matching refs:fwnode
146 struct fwnode_handle *fwnode; in cht_int33fe_setup_dp() local
149 fwnode = software_node_fwnode(&nodes[INT33FE_NODE_DISPLAYPORT]); in cht_int33fe_setup_dp()
150 if (!fwnode) in cht_int33fe_setup_dp()
166 fwnode->secondary = ERR_PTR(-ENODEV); in cht_int33fe_setup_dp()
167 data->dp->secondary = fwnode; in cht_int33fe_setup_dp()
231 struct fwnode_handle *fwnode; in cht_int33fe_register_max17047() local
234 fwnode = software_node_fwnode(&nodes[INT33FE_NODE_MAX17047]); in cht_int33fe_register_max17047()
235 if (!fwnode) in cht_int33fe_register_max17047()
241 fwnode->secondary = ERR_PTR(-ENODEV); in cht_int33fe_register_max17047()
242 max17047->dev.fwnode->secondary = fwnode; in cht_int33fe_register_max17047()
253 board_info.fwnode = fwnode; in cht_int33fe_register_max17047()
264 struct fwnode_handle *fwnode; in cht_int33fe_probe() local
333 fwnode = software_node_fwnode(&nodes[INT33FE_NODE_FUSB302]); in cht_int33fe_probe()
334 if (!fwnode) { in cht_int33fe_probe()
342 board_info.fwnode = fwnode; in cht_int33fe_probe()
351 fwnode = software_node_fwnode(&nodes[INT33FE_NODE_PI3USB30532]); in cht_int33fe_probe()
352 if (!fwnode) { in cht_int33fe_probe()
359 board_info.fwnode = fwnode; in cht_int33fe_probe()