Lines Matching refs:data
1274 * re-programming the new data rate.
2626 struct clk_hw_onecell_data *data;
2629 data = devm_kzalloc(dev, struct_size(data, hws, CDNS_TORRENT_OUTPUT_CLOCKS), GFP_KERNEL);
2630 if (!data)
2633 data->num = CDNS_TORRENT_OUTPUT_CLOCKS;
2634 cdns_phy->clk_hw_data = data;
2654 ret = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, data);
2736 const struct cdns_torrent_data *data;
2744 /* Get init data for this PHY */
2745 data = of_device_get_match_data(dev);
2746 if (!data)
2755 cdns_phy->init_data = data;
4560 .data = &cdns_map_torrent,
4564 .data = &ti_j721e_map_torrent,