Lines Matching defs:device
244 struct device *dev;
313 struct mipi_dsi_device *device)
321 if (device->lanes > dsi->plat_data->max_data_lanes) {
323 device->lanes);
327 dsi->lanes = device->lanes;
328 dsi->channel = device->channel;
329 dsi->format = device->format;
330 dsi->mode_flags = device->mode_flags;
349 ret = pdata->host_ops->attach(pdata->priv_data, device);
358 struct mipi_dsi_device *device)
365 ret = pdata->host_ops->detach(pdata->priv_data, device);
1105 struct device *dev = &pdev->dev;
1140 * Note that the reset was not defined in the initial device tree, so