Lines Matching refs:auxdev
65 struct device *dev = &cdev->auxdev.dev;
157 struct device *dev = &cdev->auxdev.dev;
285 static int sof_ipc_flood_probe(struct auxiliary_device *auxdev,
288 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev);
290 struct device *dev = &auxdev->dev;
315 if (auxdev->id == 0) {
346 static void sof_ipc_flood_remove(struct auxiliary_device *auxdev)
348 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev);
351 pm_runtime_disable(&auxdev->dev);
353 if (auxdev->id == 0) {