Lines Matching defs:auxdev
65 struct device *dev = &cdev->auxdev.dev;
157 struct device *dev = &cdev->auxdev.dev;
295 static int sof_ipc_flood_probe(struct auxiliary_device *auxdev,
298 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev);
300 struct device *dev = &auxdev->dev;
325 if (auxdev->id == 0) {
356 static void sof_ipc_flood_remove(struct auxiliary_device *auxdev)
358 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev);
361 pm_runtime_disable(&auxdev->dev);
363 if (auxdev->id == 0) {