Lines Matching defs:data
64 const struct hsphy_data *data;
202 const struct hsphy_data *data = priv->data;
206 /* Device match data is optional. */
207 if (!data)
210 seq = data->init_seq;
212 for (i = 0; i < data->init_seq_num; i++, seq++) {
352 /* Get device match data */
353 priv->data = device_get_match_data(dev);
410 { .compatible = "qcom,usb-hs-28nm-femtophy", .data = &hsphy_data_femtophy, },