Home
last modified time | relevance | path

Searched refs:ste_modem_device (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dste_modem_shm.h13 struct ste_modem_device;
22 void (*kick)(struct ste_modem_device *mdev, int notify_id);
37 int (*power)(struct ste_modem_device *mdev, bool on);
38 int (*kick)(struct ste_modem_device *mdev, int notify_id);
39 int (*kick_subscribe)(struct ste_modem_device *mdev, int notify_id);
40 int (*setup)(struct ste_modem_device *mdev,
50 struct ste_modem_device { struct
/linux-4.1.27/drivers/remoteproc/
Dste_modem_rproc.c28 struct ste_modem_device *mdev;
188 static void sproc_kick_callback(struct ste_modem_device *mdev, int vqid) in sproc_kick_callback()
247 struct ste_modem_device *mdev = in sproc_drv_remove()
248 container_of(pdev, struct ste_modem_device, pdev); in sproc_drv_remove()
270 struct ste_modem_device *mdev = in sproc_probe()
271 container_of(pdev, struct ste_modem_device, pdev); in sproc_probe()