Home
last modified time | relevance | path

Searched refs:cosm_hw_ops (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/misc/mic/bus/
Dcosm_bus.h61 struct cosm_hw_ops *hw_ops;
97 struct cosm_hw_ops { struct
110 cosm_register_device(struct device *pdev, struct cosm_hw_ops *hw_ops); argument
Dcosm_bus.c61 cosm_register_device(struct device *pdev, struct cosm_hw_ops *hw_ops) in cosm_register_device()
/Linux-v5.4/drivers/misc/mic/host/
Dmic_device.h34 extern struct cosm_hw_ops cosm_hw_ops;
Dmic_boot.c577 struct cosm_hw_ops cosm_hw_ops = { variable
Dmic_main.c239 mdev->cosm_dev = cosm_register_device(&mdev->pdev->dev, &cosm_hw_ops); in mic_probe()